.. |
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
|
Dereference repo name when cloning
|
2016-08-09 22:07:33 +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
|
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
|
Unbreak normal `git fetch` command with URL and refspec
|
2016-09-08 18:22:25 +02:00 |
fetch_test.go
|
Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT
|
2016-01-20 14:46:44 +11:00 |
fork.go
|
compare repos using sameAs not strcmp
|
2017-08-12 15:22:28 -05:00 |
help.go
|
Sort hub commands
|
2017-06-23 11:42:25 -05:00 |
init.go
|
Cross-references galore!
|
2016-01-25 02:50:01 +11:00 |
init_test.go
|
Isolate tests from user's configuration via env
|
2016-10-29 01:38:41 +02:00 |
issue.go
|
Fix crash in `WorkdirName` when within bare git repo
|
2017-06-26 20:22:11 +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
|
Reuse most logic betwen `checkout` and `pr` commands
|
2017-04-08 22:17:18 +02:00 |
pull_request.go
|
Fix crash in `WorkdirName` when within bare git repo
|
2017-06-26 20:22:11 +02:00 |
pull_request_test.go
|
Switch from godep & rewriting import paths to GO15VENDOREXPERIMENT
|
2016-01-20 14:46:44 +11:00 |
pull_request_tpl.go
|
Remove unecessary if
|
2016-06-02 21:26:38 -07:00 |
pull_request_tpl_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
|
Merge pull request #1327 from wesbland/delete_release
|
2017-06-26 23:44:43 +02:00 |
release_tpl.go
|
Fix `release` from detached HEAD
|
2016-08-21 18:10:31 +02:00 |
release_tpl_test.go
|
Add `hub release edit <TAG>`
|
2016-01-31 20:16:25 +11: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
|
🔥 dead code
|
2016-09-13 13:25:01 +02:00 |
utils_test.go
|
Reimplement `release create` with simpleApi instead of go-octokit
|
2016-01-31 20:16:25 +11:00 |
version.go
|
Show hub version even if `git version` fails
|
2017-06-26 20:22:11 +02:00 |