hub/commands
Mislav Marohnić 0a789d77dd Allow displaying help for extended hub commands: `hub help hub-<CMD>`
For compatibility with git, `hub help checkout` will display the help
for git-checkout and there will be no information about hub extensions
to this command.

Now with `hub help hub-checkout`, hub will print the help text from
hub's extension to git-checkout.
2016-01-25 02:30:46 +11:00
..
alias.go Reformat inline command help and expand usage options 2016-01-25 02:30:46 +11:00
apply.go Reformat inline command help and expand usage options 2016-01-25 02:30:46 +11:00
args.go More efficient `--noop` detection 2015-07-08 21:35:34 -07:00
args_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
browse.go Reformat inline command help and expand usage options 2016-01-25 02:30:46 +11:00
checkout.go Reformat inline command help and expand usage options 2016-01-25 02:30:46 +11:00
checkout_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
cherry_pick.go Reformat inline command help and expand usage options 2016-01-25 02:30:46 +11:00
cherry_pick_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
ci_status.go Reformat inline command help and expand usage options 2016-01-25 02:30:46 +11:00
clone.go Reformat inline command help and expand usage options 2016-01-25 02:30:46 +11:00
commands.go Restructure how command usage is stored and displayed 2016-01-25 02:23:26 +11:00
commands_test.go Restructure how command usage is stored and displayed 2016-01-25 02:23:26 +11:00
compare.go Reformat inline command help and expand usage options 2016-01-25 02:30:46 +11:00
compare_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
create.go Reformat inline command help and expand usage options 2016-01-25 02:30:46 +11:00
fetch.go Reformat inline command help and expand usage options 2016-01-25 02:30:46 +11:00
fetch_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
flag.go Preserve global config flags specified with `-c` 2015-01-12 22:13:08 -08:00
fork.go Reformat inline command help and expand usage options 2016-01-25 02:30:46 +11:00
help.go Allow displaying help for extended hub commands: `hub help hub-<CMD>` 2016-01-25 02:30:46 +11:00
help_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
init.go Reformat inline command help and expand usage options 2016-01-25 02:30:46 +11:00
init_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
issue.go Reformat inline command help and expand usage options 2016-01-25 02:30:46 +11:00
merge.go Reformat inline command help and expand usage options 2016-01-25 02:30:46 +11:00
pull_request.go Reformat inline command help and expand usage options 2016-01-25 02:30:46 +11:00
pull_request_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
pull_request_tpl.go Update EDITMSG copy 2015-07-08 12:59:40 -06:00
pull_request_tpl_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
push.go Reformat inline command help and expand usage options 2016-01-25 02:30:46 +11:00
push_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
release.go Reformat inline command help and expand usage options 2016-01-25 02:30:46 +11:00
release_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
release_tpl.go Update EDITMSG copy 2015-07-08 12:59:40 -06:00
release_tpl_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
remote.go Reformat inline command help and expand usage options 2016-01-25 02:30:46 +11:00
remote_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
runner.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
runner_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
selfupdate.go Reformat inline command help and expand usage options 2016-01-25 02:30:46 +11:00
submodule.go Reformat inline command help and expand usage options 2016-01-25 02:30:46 +11:00
updater.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
updater_autoupdate.go Opt out autoupdate by default. 2014-11-30 22:17:17 -08:00
updater_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
utils.go Improve detecting local clone resources 2016-01-22 20:47:51 +11:00
utils_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
version.go Reformat inline command help and expand usage options 2016-01-25 02:30:46 +11:00