Граф коммитов

3337 Коммитов

Автор SHA1 Сообщение Дата
Mislav Marohnić 93537d4575 Merge branch 'git-empty-args' 2020-05-26 00:08:52 +02:00
Mislav Marohnić 3df552668f [cmd] Improve argument display in `--noop` and debug modes 2020-05-26 00:08:16 +02:00
Mislav Marohnić bc70e565e5 [git] Fix forwarding empty arguments
Fixes #2552

Ref. d99f308e2d
2020-05-25 23:45:55 +02:00
Mislav Marohnić 6c63f562ba
Merge pull request #2524 from pgrimaud/master
Fix typos
2020-05-11 20:10:26 +02:00
Pierre Grimaud 2836fb90da Fix typos 2020-04-26 00:21:34 +02:00
Mislav Marohnić e50cc02b1d
Merge pull request #2518 from novas0x2a/pathv2
add /v2 to the module name to resolve the module path problem

Fixes  #2517
2020-04-18 17:54:04 +02:00
Mike Lundy c4dfa597b8
add /v2 to the module name to resolve the module path problem 2020-04-16 16:30:07 -07:00
Mislav Marohnić d5dc53669c
Merge pull request #2504 from github/kfcampbell/some-linting-cleanup
Linting Cleanup
2020-04-13 19:22:50 +02:00
kfcampbell 8db8f617d1 Merge master to resolve merge conflict. 2020-04-13 10:09:50 -07:00
kfcampbell 289ee4e8ee Another (last?) pass at missed linting errors. 2020-04-13 09:33:16 -07:00
Mislav Marohnić d429ec23d7 indent 💅 2020-04-13 12:59:36 +02:00
Mislav Marohnić c5e5d3f014 Remove obsolete GOPATH hack
This was put in place for Go < 1.11, which we no longer support in CI.
2020-04-13 12:59:36 +02:00
Mislav Marohnić 81ad4dd64b Revert "[ci] Use `gofmt` to avoid `go fmt` downloading dependencies"
This reverts commit 75c5410110.
2020-04-13 12:59:36 +02:00
Mislav Marohnić 9712d70eea Remove `-mod=vendor` from build configuration 2020-04-13 12:37:20 +02:00
kfcampbell a2f70d7fa9 Try removing vendor directory. 2020-04-12 17:46:28 -07:00
kfcampbell 425a75f368 Lint md2roff-bin, ui, utils dirs. 2020-04-12 17:31:50 -07:00
Mislav Marohnić f7a0bf113a
Merge pull request #2463 from lufia/remove-assert
remove bmizerany/assert
2020-04-03 18:39:59 +02:00
lufia 6f96cf38de Run go mod vendor 2020-04-03 16:54:01 +09:00
lufia 24a879d5ce Remove unused func 2020-04-03 16:54:01 +09:00
lufia 95f8bb72be Replace bmizerany/assert with internal/assert 2020-04-03 16:54:01 +09:00
lufia 5918d1c6db Add internal/assert package 2020-04-03 16:53:56 +09:00
kfcampbell 04169cbf03 Fix tests. 2020-03-20 16:15:41 -07:00
kfcampbell f7d08865e0 Partial lint rest of github folder. 2020-03-20 16:11:23 -07:00
kfcampbell ac0ac7fb8e Wrapping up linting the commands folder for now. 2020-03-20 15:36:24 -07:00
kfcampbell 3e6191742d More minor updates. 2020-03-20 15:30:49 -07:00
kfcampbell 9c9a489b31 Initial commit 2020-03-20 15:11:47 -07:00
Mislav Marohnić 2cff4c2adc
Merge pull request #2502 from torkelrogstad/master
Add more Fish completions to pull-request
2020-03-16 16:01:36 +01:00
Torkel Rogstad 54d7702590 Add more Fish completions to pull-request 2020-03-16 15:38:16 +01:00
Mislav Marohnić eeb9255d8e
Merge pull request #2500 from fgerling/suse
Add openSUSE and zypper to install instructions
2020-03-13 11:59:26 +01:00
fgerling ee7f9b42a3 Add openSUSE and zypper to install instructions 2020-03-12 15:51:01 +01:00
Mislav Marohnić 8d91904208 Merge branch 'patch-1' 2020-03-09 02:20:55 +01:00
Mislav Marohnić fb44a7ef97 Avoid generating changelog during release
Since the CI job runs without the full git history, and since we
commonly get release notes from the annotated git tag, eliminate the
obsolete code path that tried to generate the changelog.

https://github.com/github/hub/runs/488291084
2020-03-09 02:20:51 +01:00
Mislav Marohnić 63a61d5f96 Perform case-insensitive matching on HTTP header name 2020-03-09 02:19:16 +01:00
Mislav Marohnić 288fe19b73
Merge pull request #2497 from felicianotech/update-snap-doc
Update snap install command.
2020-03-09 02:05:38 +01:00
Ricardo N Feliciano 8fedf61834 Update snap install command. 2020-03-07 17:58:03 -05:00
Shohei Ueda 8e6a717387
Fix case upper to lower 2020-03-08 00:22:04 +09:00
Mislav Marohnić a1b6bb179a hub 2.14.2 2020-03-05 18:48:23 +01:00
Mislav Marohnić 5b7cf00a2b Normalize `url.Error` message for Go 1.14
Go 1.13: `Post <URL>: <message>`
Go 1.14: `Post "<URL>": <message>`

Since we have an existing test that includes this error message, make
sure that `url.Error`s are output without quotes around the URL.
2020-03-05 15:03:11 +01:00
Mislav Marohnić d675a5ed42 🔥 note about Go modules 2020-03-05 15:02:46 +01:00
Mislav Marohnić dcec289400 Remove support for Go < 1.11 2020-03-05 14:42:30 +01:00
Mislav Marohnić 323ec75ef7 Remove obsolete auto-updater file 2020-03-05 14:13:05 +01:00
Mislav Marohnić 6740f5c163
Merge pull request #2489 from github/git-symbolic-ref
Use `git symbolic-ref` to read the branch name for HEAD
2020-03-03 14:31:44 +01:00
Mislav Marohnić 64cfcdd19e Use `git symbolic-ref` to read the branch name for HEAD
This affects reading the current branch as well as reading the default
branch for a remote. Because we're no longer trying to read the ref
manually from the filesystem, this approach works with git worktrees.
2020-03-01 10:52:11 +01:00
Mislav Marohnić badc983ab5 [pr] Indicate that you can do `git push` after `checkout`
Fixes #2467
2020-02-20 02:51:46 +01:00
Mislav Marohnić 3fb45107ec [ci-status] Fix subject in docs 2020-02-19 23:15:38 +01:00
Mislav Marohnić f3deae3593 Cleanup `*.zip` archive after `script/get` on Windows 2020-01-29 14:36:56 +01:00
Mislav Marohnić 2f1e6e091e OK, really try to fix `script/get` for Windows 2020-01-29 14:31:30 +01:00
Mislav Marohnić 2b28a53b5b Fix `script/get` for `MSYS_NT-*` host 2020-01-29 14:20:36 +01:00
Mislav Marohnić d92a3108f7 Put Windows help files in the correct location
Fixes #2455
2020-01-27 11:23:51 +01:00
Mislav Marohnić c455473ad8 Tweak README, improve usage docs 2020-01-25 21:44:20 +01:00