hub/commands
Mislav Marohnić 603a731aa4 [gist] Use first configured API hosts instead of prompting
If hub is configured with multiple hosts (usually including GitHub
Enterprise instances), every invocation to `hub gist` would prompt to
select a host. Assume that people want to use the first configured host
by default (they can change it via GITHUB_HOST).
2019-10-18 12:16:28 +02:00
..
alias.go Switch `alias`, `ci-status`, `delete`, `fork` to new args parser 2019-01-18 01:50:28 +01:00
api.go [api] Replace all occurrences of `{owner}` and `{repo}` 2019-08-23 15:18:00 +02:00
apply.go [api] Improve caching 2019-01-24 20:05:26 +01:00
args.go [env] Enable quoted values with spaces in $BROWSER 2019-06-28 21:41:17 +02:00
args_test.go Propagate global git arguments to Before/After chains 2019-04-14 15:08:21 +02:00
browse.go Raise `UsageError()` on invalid arguments 2019-01-18 04:09:43 +01:00
checkout.go [checkout] Make it work independently of remote refspec 2019-02-24 09:58:51 +01:00
cherry_pick.go Encapsulate `localRepo.RemoteForProject(project)` function 2018-12-28 03:54:14 +01:00
ci_status.go [cli] Have commands with rich output respect the `--color` flag 2019-02-18 14:21:25 +01:00
clone.go Use ArgsParser for `hub clone` extension 2019-01-17 02:39:08 +01:00
commands.go [api] Implement REST pagination 2019-06-15 15:16:16 +02:00
commands_test.go Allow repository names that start with a dash character 2019-03-18 12:49:42 +01:00
compare.go Passing values for long-form flags is now available without `=` 2019-01-21 21:35:15 +01:00
compare_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
create.go [create] Fix newline in error message 2019-06-06 23:31:03 +02:00
delete.go Raise `UsageError()` on invalid arguments 2019-01-18 04:09:43 +01:00
fetch.go Fix example for fetch. 2018-07-05 19:36:30 -07:00
fetch_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
fork.go Merge branch 'args-parser' 2019-01-21 21:41:08 +01:00
gist.go [gist] Use first configured API hosts instead of prompting 2019-10-18 12:16:28 +02:00
help.go Make a gist command 2019-09-16 23:55:58 -07:00
init.go Respect chosen Enterprise host on `hub init -g` 2019-01-02 17:11:29 +01:00
init_test.go Isolate tests from user's configuration via env 2016-10-29 01:38:41 +02:00
issue.go Simplify code 2019-07-23 09:28:32 +02:00
issue_test.go Simplify picking contrasting label text color 2019-01-03 04:40:15 +01:00
merge.go Clarify `hub merge` behavior 2018-09-03 14:28:44 +02:00
pr.go Remove added whitespace 2019-08-19 20:40:44 -05:00
pull_request.go Simplify code 2019-07-23 09:28:32 +02:00
pull_request_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
push.go Cross-references galore! 2016-01-25 02:50:01 +11:00
push_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
release.go [release] Clarify that `delete` doesn't remove the git tag 2019-02-20 19:05:19 +01:00
remote.go [remote] Avoid crash in argument parsing 2019-04-08 12:11:54 +02:00
remote_test.go Allow repository names that start with a dash character 2019-03-18 12:49:42 +01:00
runner.go Merge pull request #2218 from tpope/empty-alias-error 2019-08-19 15:41:56 +02:00
runner_test.go Fixed ineffectual assignments in tests 2019-07-23 09:31:17 +02:00
submodule.go Cross-references galore! 2016-01-25 02:50:01 +11:00
sync.go Add quotes around branch name in warning 2019-08-20 10:48:28 -04:00
updater_autoupdate.go Opt out autoupdate by default. 2014-11-30 22:17:17 -08:00
utils.go Encapsulate `localRepo.RemoteForProject(project)` function 2018-12-28 03:54:14 +01:00
utils_test.go Remove obsolete tests 2018-01-23 16:52:52 +01:00
version.go Show hub version even if `git version` fails 2017-06-26 20:22:11 +02:00