hub/commands
Mislav Marohnić 6a13adf2cc [help] Enable `man` appearing in path that has spaces
Avoids shell-splitting manProgram unless the value was read from the
$PAGER environment variable.
2019-06-28 21:41:26 +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] Implement GraphQL pagination 2019-06-15 15:54:07 +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
help.go [help] Enable `man` appearing in path that has spaces 2019-06-28 21:41:26 +02: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 [issue] Support passing either milestone name or number 2019-06-14 02:46:29 +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 [pull-request] Abort if the current branch doesn't seem published 2019-06-15 03:10:16 +02:00
pull_request.go Merge pull request #1952 from OliverJAsh/patch-1 2019-06-25 18:07:42 +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 Fix compatibility with git when run with no arguments 2019-03-28 23:55:24 +01:00
runner_test.go Use ArgsParser for commands that don't declare flags via pflag 2019-01-18 01:50:28 +01:00
submodule.go Cross-references galore! 2016-01-25 02:50:01 +11:00
sync.go [cli] Have commands with rich output respect the `--color` flag 2019-02-18 14:21:25 +01: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