hub/commands
Mislav Marohnić 26c4bbd1e9 go fmt 2016-08-07 23:54:38 +02:00
..
alias.go go fmt 2016-08-07 23:54:38 +02:00
apply.go Cross-references galore! 2016-01-25 02:50:01 +11:00
args.go Preserve git global flags when executing final git command 2016-02-15 17:42:40 +13:00
args_test.go Preserve git global flags when executing final git command 2016-02-15 17:42:40 +13:00
browse.go Cross-references galore! 2016-01-25 02:50:01 +11:00
checkout.go Trivial refactoring of checkout command 2016-07-01 11:30:20 +09:00
checkout_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
cherry_pick.go Cross-references galore! 2016-01-25 02:50:01 +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 Cross-references galore! 2016-01-25 02:50:01 +11:00
clone.go Cross-references galore! 2016-01-25 02:50:01 +11:00
commands.go Simplify flag handling in `hub release` commands 2016-01-31 22:45:01 +11:00
commands_test.go Restructure how command usage is stored and displayed 2016-01-25 02:23:26 +11:00
compare.go Remove dependecy of `github.Project` to `utils.DirName()` 2016-02-28 19:46:11 +09:00
compare_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
create.go Infer project name from git workdir root name instead of PWD 2016-02-28 20:51:21 +09:00
fetch.go Remove dependecy of `github.Project` to `utils.DirName()` 2016-02-28 19:46:11 +09: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 Cross-references galore! 2016-01-25 02:50:01 +11:00
help.go Add `hub help` documentation 2016-01-25 22:32:00 +11:00
help_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
init.go Cross-references galore! 2016-01-25 02:50:01 +11:00
init_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
issue.go Make assignee comparisson case insensitive 2016-02-01 12:18:48 -05:00
merge.go Cross-references galore! 2016-01-25 02:50:01 +11:00
pull_request.go Fix copy-pasta 2016-04-21 12:15:07 +02: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 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 Add `hub release download` command that downloads all assets. 2016-02-26 12:24:52 -06:00
release_tpl.go Add `hub release edit <TAG>` 2016-01-31 20:16:25 +11:00
release_tpl_test.go Add `hub release edit <TAG>` 2016-01-31 20:16:25 +11:00
remote.go Infer project name from git workdir root name instead of PWD 2016-02-28 20:51:21 +09:00
remote_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
runner.go Exit with status "1" when `hub` is run without arguments 2016-01-25 02:30:47 +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 Cross-references galore! 2016-01-25 02:50:01 +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 Reimplement `release create` with simpleApi instead of go-octokit 2016-01-31 20:16:25 +11:00
utils_test.go Reimplement `release create` with simpleApi instead of go-octokit 2016-01-31 20:16:25 +11:00
version.go Reformat inline command help and expand usage options 2016-01-25 02:30:46 +11:00