hub/commands
Jeremy Pry 2da382e555
Use consistent quotes around branch names
Fixes #2233.
2019-08-20 10:44:54 -04:00
..
alias.go Switch `alias`, `ci-status`, `delete`, `fork` to new args parser 2019-01-18 01:50:28 +01:00
api.go [api] Implement GraphQL pagination 2019-06-15 15:54:07 +02:00
apply.go [api] Improve caching 2019-01-24 20:05:26 +01:00
args.go [env] Enable quoted values with spaces in $BROWSER 2019-06-28 21:41:17 +02:00
args_test.go Propagate global git arguments to Before/After chains 2019-04-14 15:08:21 +02:00
browse.go Raise `UsageError()` on invalid arguments 2019-01-18 04:09:43 +01:00
checkout.go [checkout] Make it work independently of remote refspec 2019-02-24 09:58:51 +01:00
cherry_pick.go Encapsulate `localRepo.RemoteForProject(project)` function 2018-12-28 03:54:14 +01:00
ci_status.go [cli] Have commands with rich output respect the `--color` flag 2019-02-18 14:21:25 +01:00
clone.go Use ArgsParser for `hub clone` extension 2019-01-17 02:39:08 +01:00
commands.go [api] Implement REST pagination 2019-06-15 15:16:16 +02:00
commands_test.go Allow repository names that start with a dash character 2019-03-18 12:49:42 +01:00
compare.go Passing values for long-form flags is now available without `=` 2019-01-21 21:35:15 +01:00
compare_test.go
create.go [create] Fix newline in error message 2019-06-06 23:31:03 +02:00
delete.go Raise `UsageError()` on invalid arguments 2019-01-18 04:09:43 +01:00
fetch.go Fix example for fetch. 2018-07-05 19:36:30 -07:00
fetch_test.go
fork.go Merge branch 'args-parser' 2019-01-21 21:41:08 +01:00
help.go Simplify code 2019-07-23 09:28:32 +02: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 Simplify code 2019-07-23 09:28:32 +02:00
issue_test.go Simplify picking contrasting label text color 2019-01-03 04:40:15 +01:00
merge.go Clarify `hub merge` behavior 2018-09-03 14:28:44 +02:00
pr.go Remove added whitespace 2019-08-19 20:40:44 -05:00
pull_request.go Simplify code 2019-07-23 09:28:32 +02:00
pull_request_test.go
push.go
push_test.go
release.go [release] Clarify that `delete` doesn't remove the git tag 2019-02-20 19:05:19 +01:00
remote.go [remote] Avoid crash in argument parsing 2019-04-08 12:11:54 +02:00
remote_test.go Allow repository names that start with a dash character 2019-03-18 12:49:42 +01:00
runner.go Merge pull request #2218 from tpope/empty-alias-error 2019-08-19 15:41:56 +02:00
runner_test.go Fixed ineffectual assignments in tests 2019-07-23 09:31:17 +02:00
submodule.go
sync.go Use consistent quotes around branch names 2019-08-20 10:44:54 -04:00
updater_autoupdate.go
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