hub/commands
Owen Ou 8e340bd0eb Fix exception when having no args for cherry-pick
https://github.com/jingweno/gh/issues/223
2014-10-16 11:55:08 -07:00
..
alias.go Get alias.feature all passing 2014-03-25 17:34:06 -07:00
apply.go Use io.Copy to write an io into the tempfile 2014-09-21 09:38:30 -07:00
args.go Slurp `--noop` during parsing of args 2014-04-08 07:23:01 -07:00
args_test.go Slurp `--noop` during parsing of args 2014-04-08 07:23:01 -07:00
browse.go Fix expectation about `hub browse` usage help 2014-07-27 18:28:20 -07:00
checkout.go Validate git dir when getting local repo 2014-04-01 13:40:02 -07:00
cherry_pick.go Fix exception when having no args for cherry-pick 2014-10-16 11:55:08 -07:00
cherry_pick_test.go Fix exception when having no args for cherry-pick 2014-10-16 11:55:08 -07:00
ci_status.go Validate git dir when getting local repo 2014-04-01 13:40:02 -07:00
clone.go Refactor to `configService` to read & write `Config` 2014-09-14 17:46:13 -07:00
clone_test.go Check repository permission for clone URL 2014-04-08 07:23:02 -07:00
commands.go Exit with error if command-line flag parsing fails 2014-04-15 15:56:53 +02:00
commands_test.go Remove noises in TestSubCommandsUsage 2013-12-30 20:57:58 -08:00
compare.go Don't escape slashes in branch names with `;` 2014-07-25 15:02:05 -07:00
compare_test.go Compare is compatible with Hub 2013-12-14 07:13:53 -08:00
create.go Refactor to `configService` to read & write `Config` 2014-09-14 17:46:13 -07:00
fetch.go Validate git dir when getting local repo 2014-04-01 13:40:02 -07:00
fetch_test.go Implement gh fetch 2013-07-10 16:29:26 -07:00
fork.go Refactor to `configService` to read & write `Config` 2014-09-14 17:46:13 -07:00
help.go Provide option to build `hub` without autoupdate 2014-09-20 10:15:42 -07:00
init.go Change namespace to github/hub 2014-02-10 08:29:03 -08:00
init_test.go Use HUB_PROTOCOL and hub.protocol 2014-04-08 07:23:02 -07:00
issue.go Always delete editing file for issue, release and crash_report 2014-03-02 11:46:04 -08:00
merge.go Fix merge PR title to be followed with proper new line 2014-09-11 21:18:50 +09:00
pull_request.go Refactor to `configService` to read & write `Config` 2014-09-14 17:46:13 -07:00
pull_request_test.go Add template for pull request 2014-07-16 12:24:07 -07:00
pull_request_tpl.go Use "text/template" instead of "html/" to not have HTML-escaping 2014-07-29 22:22:27 -07:00
pull_request_tpl_test.go Add template for pull request 2014-07-16 12:24:07 -07:00
push.go Validate git dir when getting local repo 2014-04-01 13:40:02 -07:00
push_test.go Properly fix transform logic for push 2013-09-08 09:11:49 -07:00
release.go Always delete editing file for issue, release and crash_report 2014-03-02 11:46:04 -08:00
release_test.go Move `isEmptyDir` to the command utilities. 2013-12-20 16:45:48 -08:00
remote.go Refactor to `configService` to read & write `Config` 2014-09-14 17:46:13 -07:00
remote_test.go Use HUB_PROTOCOL and hub.protocol 2014-04-08 07:23:02 -07:00
runner.go Slurp `--noop` during parsing of args 2014-04-08 07:23:01 -07:00
runner_test.go Add global commands to the runner. 2013-12-29 14:18:14 -08:00
selfupdate.go Provide option to build `hub` without autoupdate 2014-09-20 10:15:42 -07:00
submodule.go Add global commands to the runner. 2013-12-29 14:18:14 -08:00
submodule_test.go Change namespace to github/hub 2014-02-10 08:29:03 -08:00
updater.go Provide option to build `hub` without autoupdate 2014-09-20 10:15:42 -07:00
updater_config_noupdate.go Provide option to build `hub` without autoupdate 2014-09-20 10:15:42 -07:00
updater_test.go Found more tests that set the global configs 2014-02-20 06:37:03 -08:00
utils.go Fix `hub cherry-pick` remote and GitHub notation detection 2014-07-27 18:24:34 -07:00
utils_test.go Revert "Split one line message for pull request" 2014-04-20 12:27:39 -07:00
version.go Bump version to v2.0.0 2014-04-19 11:14:38 -07:00