Commit graph

2734 commits

Author SHA1 Message Date
Sam
72ec5beeb6
Merge pull request #2016 from cli/filter-git-push-output
Filter out unwanted stderr output during git push commands
2020-11-03 10:05:33 +03:00
Sam Coe
9acbf8aae4
Refactor regexp writer 2020-11-03 09:59:40 +03:00
Sam Coe
bf46b870cb
Add multiple writes test 2020-11-03 09:59:39 +03:00
Sam Coe
eaa685ac9b
Use custom scanLines function for RegexWriter 2020-11-03 09:59:38 +03:00
Sam Coe
212993632b
Fix up regex to escape dot in URL 2020-11-03 09:59:11 +03:00
Sam Coe
28b3b2c9e7
Address PR comments 2020-11-03 09:59:09 +03:00
Sam Coe
97504f4f1f
Filter out unwanted stderr output during git push commands 2020-11-03 09:58:29 +03:00
Nate Smith
e3fbe479ce
Merge pull request #2076 from RozzaysRed/run_from_explorer
Run commands from explorer.exe
2020-11-02 18:39:56 -06:00
Nate Smith
e7d934678d
Merge branch 'trunk' into run_from_explorer 2020-11-02 18:23:16 -06:00
vilmibm
f519989d5c move cobra mutation and document it 2020-11-02 16:22:02 -08:00
Nate Smith
6ef7d5e842
Update install_linux.md 2020-11-02 18:15:32 -06:00
Nate Smith
4d62ab6ec2
Merge pull request #2320 from ciscorucinski/trunk
Adding Snap Docs
2020-11-02 18:12:37 -06:00
Nate Smith
325cc3c078
Merge pull request #2256 from cli/internalize-docs
Internalize doc generation code
2020-11-02 12:31:37 -06:00
Nate Smith
20e33f0147
Merge pull request #2341 from alissonbrunosa/clean-garden-statusline
Reset Garden statusline completely when moving around
2020-11-02 11:33:05 -06:00
Alisson Santos
699a6c68fe Use slice and make both status lines the size of the terminal width. 2020-11-02 13:21:46 +01:00
Alisson Santos
7bff34f408 Use terminal width for the status line 2020-11-02 10:56:23 +01:00
Christopher Rucinski
e4705395e3 added extra notes 2020-10-30 01:28:31 +09:00
Mislav Marohnić
5e89036d49
Merge pull request #2253 from emhagman/repo-clone-friendly-error
Print friendly error when "gh repo clone" is missing required argument
2020-10-29 17:02:53 +01:00
Mislav Marohnić
fc969281cf Better tests for clone argument parsing 2020-10-29 16:52:50 +01:00
Christopher Rucinski
8b0278c4d9 added Snap installation docs 2020-10-29 21:40:05 +09:00
Mislav Marohnić
e093d23521
Merge pull request #2276 from ianbillett/view-closed-prs
Allow `gh pr view <closed_pr_branch_name>` to view closed PRs
2020-10-28 17:50:10 +01:00
Nate Smith
f53efb3e03
Merge pull request #2305 from cli/vilmibm-patch-1
Update of triage doc based on more recent process
2020-10-28 11:06:28 -05:00
Nate Smith
a5b9a022e5
Update triage.md 2020-10-28 10:43:55 -05:00
Nate Smith
7f5929f4bf
link to aliases 2020-10-28 10:42:13 -05:00
Mislav Marohnić
fb621d2988 💅 code style 2020-10-28 15:50:59 +01:00
Mislav Marohnić
d09561d03c 💅 simplify sortPullRequestsByState 2020-10-28 15:50:59 +01:00
Mislav Marohnić
2ac68cc534 PullRequestForBranch: fix outdated error message
This method doesn't necessarily search through open pull requests.
2020-10-28 15:50:59 +01:00
Ian Billett
0f61272333 Allow PullRequestForBranch to search in closed pull requests 2020-10-28 15:50:59 +01:00
Alan Ninan Thomas
dd0b6de59f
Mention winget as an install option in README (#2272)
Co-authored-by: Mislav Marohnić <mislav@github.com>
2020-10-28 11:47:23 +01:00
Sam
1a9c96ee9a
Merge pull request #2308 from cli/update-releasing-doc
Small releasing docs cleanup
2020-10-28 13:40:16 +03:00
Sam Coe
47bf3c873b
Small releasing docs cleanup 2020-10-28 11:20:45 +03:00
Nate Smith
4379afda20
Update triage.md 2020-10-27 15:10:26 -05:00
Sam
edecb2e4f7
Merge pull request #2207 from cli/codespaces
[Codespaces] Support "integration" tokens
2020-10-27 15:37:02 +03:00
Mislav Marohnić
e74e4310bb
Merge pull request #2208 from cli/merge-confirmation-fixup
Restore backwards compatibility in scripted `pr merge`
2020-10-27 13:25:18 +01:00
Sam
1ed4f049a1
Merge pull request #2113 from cli/move-project-cards-fix
Fix moving all "Pending release" project cards to the "Done" column
2020-10-27 12:01:30 +03:00
Mislav Marohnić
4a8ab49cf1
Merge pull request #2183 from AliabbasMerchant/fix855
Warn when an unknown config key is set
2020-10-26 15:33:06 +01:00
Mislav Marohnić
2d04292d44 Improve git config set git_protocol example
It's better to set this per-host in general, since setting the top-level
`git_protocol` key will not have any effect if the per-host setting
exists, and it does by default for anyone who ran `auth login`.
2020-10-26 14:42:24 +01:00
Mislav Marohnić
ae7d42a876 Centralize all known configuration options 2020-10-26 14:42:04 +01:00
Mislav Marohnić
ec64363085 Merge remote-tracking branch 'origin' into fix855 2020-10-26 14:05:49 +01:00
Mislav Marohnić
c77e6afb03
Merge pull request #2294 from cli/fix-ldflags
Update LDFLAGS in goreleaser
2020-10-26 11:45:08 +01:00
Sam Coe
3fcd791c94
Update LDFLAGS in goreleaser 2020-10-26 09:11:10 +03:00
Nate Smith
78f047424b
Merge pull request #2205 from cli/garden-sigterm
Handle Ctrl-C in repo garden
2020-10-23 15:44:00 -05:00
Mislav Marohnić
c8b7dade30
Merge pull request #2262 from quiye/issue-report
Change feedback repo to github.com/cli/cli instead of cli/cli
2020-10-23 12:44:09 +02:00
Sam Coe
52959abee1
Clean up and refactor unused doc generation code 2020-10-23 08:14:36 +02:00
Sam
d625e6e951
Merge pull request #2259 from cli/revert-zsh-fix
Add host back into repo flag description
2020-10-23 07:55:08 +02:00
zamasu
d5403fa5f5 Change feedback repo to github.com/cli/cli instead of cli/cli 2020-10-23 09:57:47 +09:00
Sam Coe
101bb90ab5
Add host back into repo flag description 2020-10-22 17:51:16 +02:00
Sam
f8ce68f062
Remove SEE ALSO from markdown docs generation 2020-10-22 12:59:11 +02:00
Sam
699c9ae131
Remove Cobra autogenerated string from docs generation 2020-10-22 12:59:11 +02:00
Sam
36949e263a Internalize doc generation from Cobra 2020-10-22 09:38:51 +00:00