hub/commands
Mislav Marohnić ab6b1fea28 Remove obsolete tests 2018-01-23 16:52:52 +01:00
..
alias.go Add rc alias support 2017-03-02 10:16:24 +09:00
apply.go Cross-references galore! 2016-01-25 02:50:01 +11:00
args.go Allow `args.Before/After` in combination with `NoForward` 2016-09-11 04:32:26 +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 Reuse most logic betwen `checkout` and `pr` commands 2017-04-08 22:17:18 +02:00
cherry_pick.go Avoid leaving git remotes after `hub cherry-pick` 2016-09-12 04:02:59 +02:00
ci_status.go Cross-references galore! 2016-01-25 02:50:01 +11:00
clone.go spelling: regexp 2017-11-08 02:48:11 +00: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 Use a shared helper function to print or browse URLs 2016-09-11 04:38:13 +02:00
compare_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
create.go Copy to clipboard for `create`, `issue`, `pull-request`, `release` 2016-09-11 18:21:23 +02:00
fetch.go Have `fetch` use writable push URL for writeable fork 2018-01-19 15:49:46 +01:00
fetch_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
fork.go fmt 2018-01-22 22:09:17 +01:00
help.go Sort hub commands 2017-06-23 11:42:25 -05:00
init.go spelling: regexp 2017-11-08 02:48:11 +00:00
init_test.go Isolate tests from user's configuration via env 2016-10-29 01:38:41 +02:00
issue.go Refactor message editing and always respect `--edit` 2018-01-23 16:15:56 +01: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 Reuse most logic betwen `checkout` and `pr` commands 2017-04-08 22:17:18 +02:00
pull_request.go Fix PR template on a branch with a single commit 2018-01-23 16:26:34 +01: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 Refactor message editing and always respect `--edit` 2018-01-23 16:15:56 +01:00
remote.go Fix GHE host prompts for `hub remote` commands 2016-08-11 23:34:17 +02:00
remote_test.go Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT 2016-01-20 14:46:44 +11:00
runner.go Fix `git --(exec|html|man|info)-path` 2017-06-26 20:22:11 +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