hub/commands
Nick Mitchinson 249c47f918 First attempt at adding tests 2018-08-28 13:51:33 -05:00
..
alias.go Add rc alias support 2017-03-02 10:16:24 +09:00
apply.go Have `hub am` recognize `/OWNER/REPO/pull/XYZ/commits/SHA` URL format 2018-05-29 14:06:29 +02:00
args.go Fix integration with git 2.18 shell completions 2018-07-07 12:38:02 +02:00
args_test.go Preserve git global flags when executing final git command 2016-02-15 17:42:40 +13:00
browse.go Add clipboard copy (-c) to browse command 2017-01-06 13:34:16 +00:00
checkout.go PR checkout: ensure resulting branch is automatically pushable 2018-06-06 10:24:06 +02:00
cherry_pick.go Simplify cherry-picking commits from pull request URLs 2018-06-14 14:47:27 +02:00
ci_status.go Have `ci-status` also query Checks API 2018-07-07 14:37:41 +02:00
clone.go Add more documentation about git protocol to hub-clone(1) 2018-08-23 15:53:05 +02: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 Fix `hub compare` for Enterprise when `<USER>` is specified 2018-06-14 15:06:08 +02:00
compare_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
create.go First attempt at adding tests 2018-08-28 13:51:33 -05:00
delete.go Enable `hub delete` on GitHub Enterprise 2018-06-06 14:06:39 +02: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 Make fork --remote-name=origin rename origin 2018-03-14 15:49:26 +01:00
help.go Have `ci-status` also query Checks API 2018-07-07 14:37:41 +02:00
init.go Fix `hub init -g` documentation 2018-07-16 11:37:00 +02:00
init_test.go Isolate tests from user's configuration via env 2016-10-29 01:38:41 +02:00
issue.go Reflect `--edit` option in documentation 2018-05-29 17:17:44 +02:00
issue_test.go Avoid using timezone abbreviations such as "PST" or "CEST" 2016-08-16 18:15:00 +02:00
merge.go Update `merge` documentation 2016-09-14 02:49:04 +02:00
pr.go Fix `hub pr list -h <BRANCH>` when owner isn't specified 2018-06-07 11:37:01 +02:00
pull_request.go Avoid re-requesting reviewers in case of CODEOWNERS 2018-08-23 14:39:11 +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 Fix `--attach` docs for `hub release` 2018-06-14 13:55:22 +02:00
remote.go Support `remote add -t BRANCH` argument 2018-06-26 17:24:33 +02:00
remote_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
runner.go Fix tests broken by `--list-cmds` hacks 2018-07-07 13:35:00 +02:00
runner_test.go Fix printing content on Windows after successful run 2016-09-10 23:49:58 +02:00
submodule.go Cross-references galore! 2016-01-25 02:50:01 +11:00
sync.go New `hub sync` command to update local branches 2016-09-12 06:29:53 +02:00
updater_autoupdate.go Opt out autoupdate by default. 2014-11-30 22:17:17 -08:00
utils.go Clean up obsolete editor code 2018-01-23 16:18:37 +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