Commit graph

936 commits

Author SHA1 Message Date
github-actions[bot] 7713c8829b [tagpr] prepare for the next release 2023-02-22 15:45:44 +00:00
Masayuki Matsuki a93dc0900f
Merge pull request #362 from x-motemen/version-file
go-version-file: go.mod
2023-02-23 00:45:12 +09:00
Songmu 1182f9f4ee go-version-file: go.mod 2023-02-23 00:41:32 +09:00
Masayuki Matsuki 392b6a50b6
Merge pull request #361 from x-motemen/fix-for-ssh
Fixed a problem with SSH URLs, etc.
2023-02-23 00:38:18 +09:00
Songmu eb410cd754 Fixed a problem with SSH URLs, etc. 2023-02-23 00:30:16 +09:00
Masayuki Matsuki d94a10712f
Merge pull request #360 from x-motemen/deps
update deps
2023-02-22 23:21:22 +09:00
Songmu d6f9374a02 update deps 2023-02-22 23:18:06 +09:00
Masayuki Matsuki c6bf0744d2
Merge pull request #358 from x-motemen/fix-win-test
fix test on windows
2023-02-22 20:47:05 +09:00
Songmu 8f7c89d3dd skip a test on windows 2023-02-22 20:42:28 +09:00
Songmu 0079eff157 fix around samePath in testing 2023-02-22 17:37:44 +09:00
Songmu e02ce889f9 use strings.EqualFold 2023-02-22 17:15:08 +09:00
Songmu b2d3819ba0 force LF in testing on windows on GitHub Actions 2023-02-22 17:11:02 +09:00
Songmu 028c2f9cca set USERPROFILE for windows in testing 2023-02-22 17:09:18 +09:00
Masayuki Matsuki a7630e581e
Merge pull request #357 from hezhizhen/patch-1
Fix `samePath`
2023-02-22 17:06:24 +09:00
Masayuki Matsuki 434061b60d
Merge pull request #356 from hezhizhen/typos-lint
Add spell check workflow
2023-02-22 16:45:41 +09:00
Zhizhen He e12ea6c8fa
Fix samePath 2023-02-22 15:38:57 +08:00
Zhizhen He 97a47d32b3
Add spell check workflow 2023-02-22 15:35:22 +08:00
Songmu dd2cd101b1 fix actions/release/action.yml 2023-02-22 11:29:02 +09:00
Masayuki Matsuki d398714567
Merge pull request #354 from x-motemen/tagpr-from-v1.3.0
Release for v1.4.0
2023-02-22 11:22:17 +09:00
github-actions[bot] ba8929d126 [tagpr] update CHANGELOG.md 2023-02-22 01:57:37 +00:00
github-actions[bot] dccdcfc0c6 [tagpr] prepare for the next release 2023-02-22 01:57:37 +00:00
Masayuki Matsuki 367183b5c2
Merge pull request #353 from x-motemen/tagpr
introduce tagpr
2023-02-22 10:55:24 +09:00
Songmu 714490ee53 introduce tagpr 2023-02-22 10:51:26 +09:00
Songmu 423533b624 install breezy instead of bazzar in integration test 2023-02-22 10:47:35 +09:00
Masayuki Matsuki 515ba7805d
Merge pull request #347 from NathanBaulch/master
Support branch/tag via @ syntax
2023-02-22 10:43:03 +09:00
Nathan Baulch fc92209e1b Support branch/tag via @ syntax 2022-08-18 16:02:48 +10:00
Nathan Baulch 4316194dc6 Minor linting 2022-08-18 16:02:06 +10:00
Masayuki Matsuki 8f948f2d8b
Merge pull request #343 from x-motemen/testing-cleanup
Use t.Cleanup to remove temporally directories and set environment variables
2022-05-08 14:13:15 +09:00
itchyny a1b17bd215 Use t.Cleanup for gitconfig.WithConfig 2022-05-08 10:37:32 +09:00
itchyny 24ba4ce422 Use t.Cleanup to set environment variables in tests 2022-05-08 10:26:15 +09:00
itchyny d46d183a76 Use t.Cleanup in test setup functions 2022-05-08 10:17:14 +09:00
itchyny f257a4210e Use t.Cleanup to remove temporally directories for tests 2022-05-08 10:09:00 +09:00
Songmu ccbbc18efc Checking in changes prior to tagging of version v1.3.0
## [v1.3.0](https://github.com/x-motemen/ghq/compare/v1.2.1...v1.3.0) (2022-05-06)

* update deps [#342](https://github.com/x-motemen/ghq/pull/342) ([Songmu](https://github.com/Songmu))
* use go install instead of go get [#337](https://github.com/x-motemen/ghq/pull/337) ([shogo82148](https://github.com/shogo82148))
* Simplify repository lock using sync.Map [#339](https://github.com/x-motemen/ghq/pull/339) ([itchyny](https://github.com/itchyny))
* bump Go 1.18 [#338](https://github.com/x-motemen/ghq/pull/338) ([shogo82148](https://github.com/shogo82148))
* bump the actions that run on Node.js 16 runtime [#336](https://github.com/x-motemen/ghq/pull/336) ([shogo82148](https://github.com/shogo82148))
* fix: [trivial] fix the error message if nothing is passed to `ghq create` [#334](https://github.com/x-motemen/ghq/pull/334) ([gfx](https://github.com/gfx))
* feat: do a bare clone [#328](https://github.com/x-motemen/ghq/pull/328) ([helmecke](https://github.com/helmecke))
* update installation go [#327](https://github.com/x-motemen/ghq/pull/327) ([isanasan](https://github.com/isanasan))
* avoid using "Japanese Only" [#325](https://github.com/x-motemen/ghq/pull/325) ([shogo82148](https://github.com/shogo82148))
2022-05-06 17:04:10 +09:00
Songmu 660e35c90d udpate CREDITS 2022-05-06 17:03:57 +09:00
Masayuki Matsuki 960c388885
Merge pull request #342 from x-motemen/maint
update deps
2022-05-06 16:53:40 +09:00
Songmu e2c81d2c17 update deps 2022-05-06 16:51:00 +09:00
Songmu a702ac80a7 fix integration 2022-05-06 16:50:10 +09:00
Masayuki Matsuki d5c8dd5277
remove gobin settings, there are already in path (#341) 2022-05-06 16:45:13 +09:00
Masayuki Matsuki ea2d6d4d33
brew install git-svn (#340) 2022-05-06 16:34:54 +09:00
Masayuki Matsuki da4c59e640
Merge pull request #337 from shogo82148/use-go-install-instead-of-get
use go install instead of go get
2022-05-06 16:28:48 +09:00
Masayuki Matsuki 80d5b63ccd
Merge pull request #339 from x-motemen/sync-map-seen
Simplify repository lock using sync.Map
2022-05-06 16:07:21 +09:00
itchyny adb10f8e15 Simplify repository lock using sync.Map 2022-05-06 15:56:25 +09:00
ICHINOSE Shogo 72cd3bd9ab
use staticcheck instead of golangci-lint 2022-05-06 15:51:40 +09:00
ICHINOSE Shogo 29a78eb42d
Merge branch 'master' into use-go-install-instead-of-get 2022-05-06 15:48:50 +09:00
Masayuki Matsuki ad16d616c6
Merge pull request #338 from shogo82148/bump-go1.18
bump Go 1.18
2022-05-06 14:00:57 +09:00
Masayuki Matsuki fa4606aabc
Merge pull request #336 from shogo82148/bump-actions-node16
bump the actions that run on Node.js 16 runtime
2022-05-06 13:52:46 +09:00
Masayuki Matsuki 7558b695eb
Merge pull request #334 from gfx/gfx/fix_error_msg_in_create
fix: [trivial] fix the error message if nothing is passed to `ghq create`
2022-05-06 13:52:07 +09:00
Masayuki Matsuki 3f586c1753
Merge pull request #328 from helmecke/feat/bare
feat: do a bare clone
2022-05-06 13:50:18 +09:00
ICHINOSE Shogo 887ea9fdd5
remove GO111MODULE setting
GO111MODULE is now on by default.
2022-05-06 13:08:55 +09:00
Ichinose Shogo 55ee979169
migrate io/ioutil 2022-05-02 22:53:04 +09:00