.. |
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
|
Clarify some other long-form CLI options
|
2018-12-18 17:50:38 +01:00 |
checkout.go
|
PR checkout: ensure resulting branch is automatically pushable
|
2018-06-06 10:24:06 +02:00 |
cherry_pick.go
|
Encapsulate `localRepo.RemoteForProject(project)` function
|
2018-12-28 03:54:14 +01:00 |
ci_status.go
|
Clarify some other long-form CLI options
|
2018-12-18 17:50:38 +01:00 |
clone.go
|
commands/clone: fix typo in docs
|
2018-08-31 13:38:04 -04:00 |
commands.go
|
Print usage help on stdout when `--help` was requested
|
2019-01-03 02:26:13 +01:00 |
commands_test.go
|
Restructure how command usage is stored and displayed
|
2016-01-25 02:23:26 +11:00 |
compare.go
|
Clarify some other long-form CLI options
|
2018-12-18 17:50:38 +01:00 |
compare_test.go
|
Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT
|
2016-01-20 14:46:44 +11:00 |
create.go
|
Improve `hub create` dealing with an existing "origin" remote
|
2018-12-28 00:28:22 +01: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
|
Encapsulate `localRepo.RemoteForProject(project)` function
|
2018-12-28 03:54:14 +01:00 |
help.go
|
Tweak `hub help hub-help` formatting
|
2018-12-29 14:58:42 +01:00 |
init.go
|
Respect chosen Enterprise host on `hub init -g`
|
2019-01-02 17:11:29 +01:00 |
init_test.go
|
Isolate tests from user's configuration via env
|
2016-10-29 01:38:41 +02:00 |
issue.go
|
Add "See also" section to hub-issue(1)
|
2018-12-29 14:33:12 +01:00 |
issue_test.go
|
Avoid using timezone abbreviations such as "PST" or "CEST"
|
2016-08-16 18:15:00 +02:00 |
merge.go
|
Clarify `hub merge` behavior
|
2018-09-03 14:28:44 +02:00 |
pr.go
|
Print short usage help when running `hub pr` instead of raw markdown
|
2019-01-03 02:25:07 +01:00 |
pull_request.go
|
Docs formatting issues
|
2018-12-28 17:54:15 +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
|
Fix formatting in hub-release(1)
|
2018-12-29 14:33:12 +01:00 |
remote.go
|
Fix broken `hub remote add` tests, docs
|
2018-10-31 02:32:59 +01:00 |
remote_test.go
|
Fix test that failed without a local git checkout
|
2018-11-12 14:39:19 +01: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
|
Docs formatting issues
|
2018-12-28 17:54:15 +01:00 |
updater_autoupdate.go
|
Opt out autoupdate by default.
|
2014-11-30 22:17:17 -08:00 |
utils.go
|
Encapsulate `localRepo.RemoteForProject(project)` function
|
2018-12-28 03:54:14 +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 |