hub/commands
Harald Nordgren 2628ba3471 Create '--no-edit' option for hub pull-request 2018-05-31 12:37:08 +02: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 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 Add `hub compare --copy` flag 2018-05-29 17:36:20 +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 Make fork --remote-name=origin rename origin 2018-03-14 15:49:26 +01:00
help.go document sync command in help 2018-02-15 19:09:57 +05:30
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 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 Document `--format`, `--head`, `--base` for `pr list` 2018-05-29 19:20:26 +02:00
pull_request.go Create '--no-edit' option for hub pull-request 2018-05-31 12:37:08 +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 limiting number of results from `release`, `issue` 2018-01-29 23:30:41 +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