hub/commands
Jingwen Owen Ou 8d41c3da0e Typo in build script to disable update
Also fix a output typo in autoupdate which is never runs
2014-10-20 08:50:07 -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 Show git’s own help when running `hub help <command>` for git commands 2014-10-19 09:56:46 -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 Show git’s own help when running `hub help <command>` for git commands 2014-10-19 09:56:46 -07:00
help_test.go Show git’s own help when running `hub help <command>` for git commands 2014-10-19 09:56:46 -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 Grammar tweak in pull request message template 2014-10-19 23:41:45 +02: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 Revert to @mislav's solution to get base branch for pull request 2014-10-19 17:51:50 -07:00
pull_request_test.go Clean up project.go 2014-10-19 15:39:17 -07:00
pull_request_tpl.go Clean up project.go 2014-10-19 15:39:17 -07:00
pull_request_tpl_test.go Grammar tweak in pull request message template 2014-10-19 23:41:45 +02: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 Grammar tweak in pull request message template 2014-10-19 23:41:45 +02: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 Typo in build script to disable update 2014-10-20 08:50:07 -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 2.2.0-preview1 for release 2014-10-19 17:33:29 -07:00