Commit graph

813 commits

Author SHA1 Message Date
Songmu bdb24146d3 adjust integration testing 2020-06-03 18:22:07 +09:00
Songmu 4e4e86f1c2 adjust integration testing 2020-06-03 14:42:07 +09:00
Songmu 5864a3b4a7 Checking in changes prior to tagging of version v1.1.1
## [v1.1.1](https://github.com/x-motemen/ghq/compare/v1.1.0...v1.1.1) (2020-06-03)

* update deps [#284](https://github.com/x-motemen/ghq/pull/284) ([Songmu](https://github.com/Songmu))
* fix integration testing [#283](https://github.com/x-motemen/ghq/pull/283) ([Songmu](https://github.com/Songmu))
* Check vcsBackend is nil [#282](https://github.com/x-motemen/ghq/pull/282) ([mattn](https://github.com/mattn))
* Add installation note for Void Linux [#280](https://github.com/x-motemen/ghq/pull/280) ([imbsky](https://github.com/imbsky))
* Add bash completion to release archives [#279](https://github.com/x-motemen/ghq/pull/279) ([tottoto](https://github.com/tottoto))
2020-06-03 12:41:12 +09:00
Masayuki Matsuki 0c55ccc20e
Merge pull request #284 from x-motemen/maint
update deps
2020-06-03 12:40:01 +09:00
Songmu 3d4c9efb38 update deps 2020-06-03 12:35:56 +09:00
Songmu 4de655ea93 go 1.14 2020-06-03 12:34:50 +09:00
Songmu 4b69917859 brew install git on integration testing 2020-06-03 12:32:38 +09:00
Masayuki Matsuki af68ce35d6
Merge pull request #283 from x-motemen/fix-integration
fix integration testing
2020-06-03 12:25:51 +09:00
Songmu 1e0cb8e719 terminator now uses git, so test shutter for bazaar in integration testing 2020-06-03 12:19:03 +09:00
Masayuki Matsuki 9e09278fe7
Merge pull request #282 from mattn/fix-281
Check vcsBackend is nil
2020-06-03 12:03:28 +09:00
Yasuhiro Matsumoto cad1420146
Wrap CommandRunner 2020-06-03 00:40:20 +09:00
Yasuhiro Matsumoto f079683d45
go fmt ./... 2020-06-03 00:40:20 +09:00
Songmu 968ef03220 x-motemen 2020-06-02 18:29:28 +09:00
Masayuki Matsuki 77d7923cfa
Merge pull request #280 from imbsky/void-linux
Add installation note for Void Linux
2020-06-02 17:58:39 +09:00
Masayuki Matsuki a7ebf138ec
Merge pull request #279 from tottoto/feature/add_bash_completion_to_release_archives
Add bash completion to release archives
2020-06-02 17:56:05 +09:00
Yasuhiro Matsumoto 18593d8919 Add test 2020-06-02 17:45:13 +09:00
Yasuhiro Matsumoto 2237a8c044 Create repository when the VCS is valid 2020-06-02 17:44:47 +09:00
Yasuhiro Matsumoto df536d79e1 Fix panic when creating repo with unsupoprted VCS
Fixes #281
2020-06-02 16:16:54 +09:00
Sora Morimoto 9eedbc2fbc Add installation note for Void Linux 2020-05-26 23:38:09 +09:00
tottoto 91ee8e5a17 Add bash completion to release archives 2020-05-02 19:59:08 +09:00
Songmu 60adea9250 update README 2020-01-28 12:22:20 +09:00
Songmu 057e0ffe6c Checking in changes prior to tagging of version v1.1.0
## [v1.1.0](https://github.com/x-motemen/ghq/compare/v1.0.3...v1.1.0) (2020-01-24)

* update module name to github.com/x-motemen/ghq and fix import paths [#275](https://github.com/x-motemen/ghq/pull/275) ([Songmu](https://github.com/Songmu))
2020-01-24 21:25:46 +09:00
Masayuki Matsuki 3a5500a2ea
Merge pull request #275 from x-motemen/module
update module name to github.com/x-motemen/ghq and fix import paths
2020-01-24 21:24:59 +09:00
Songmu 6171577758 update module name to github.com/x-motemen/ghq and fix import paths 2020-01-24 21:21:56 +09:00
Songmu 6d72e39ee2 Checking in changes prior to tagging of version v1.0.3
## [v1.0.3](https://github.com/motemen/ghq/compare/v1.0.2...v1.0.3) (2020-01-22)

* CGO_ENABLED=0 and drop -static flag [#273](https://github.com/motemen/ghq/pull/273) ([Songmu](https://github.com/Songmu))
2020-01-22 13:15:50 +09:00
Masayuki Matsuki 9f37feab69
Merge pull request #273 from motemen/cgo
CGO_ENABLED=0 and drop -static flag
2020-01-22 13:15:16 +09:00
Songmu 98b8aaa6e4 update deps 2020-01-22 13:12:58 +09:00
Songmu 16bb769efb CGO_ENABLED=1 and drop -static flag 2020-01-22 13:06:26 +09:00
Songmu 3981090302 Checking in changes prior to tagging of version v1.0.2
## [v1.0.2](https://github.com/motemen/ghq/compare/v1.0.1...v1.0.2) (2020-01-17)

* static build [#271](https://github.com/motemen/ghq/pull/271) ([Songmu](https://github.com/Songmu))
* Add options to zsh-completion [#270](https://github.com/motemen/ghq/pull/270) ([darklore](https://github.com/darklore))
* update ghq.root description in README [#269](https://github.com/motemen/ghq/pull/269) ([ksoichiro](https://github.com/ksoichiro))
* Enhance vcs_test.go [#266](https://github.com/motemen/ghq/pull/266) ([Songmu](https://github.com/Songmu))
* fix testing for 'ghq get --look' [#265](https://github.com/motemen/ghq/pull/265) ([Songmu](https://github.com/Songmu))
2020-01-17 02:44:55 +09:00
Masayuki Matsuki 9d659064ad
Merge pull request #271 from motemen/static
static build
2020-01-17 02:44:13 +09:00
Songmu 14e8cdbfcf update deps 2020-01-17 02:42:00 +09:00
Songmu 6af16aea18 static build 2020-01-17 02:39:55 +09:00
Masayuki Matsuki c90b8a0a16
Merge pull request #270 from darklore/completion
Add options to zsh-completion
2020-01-16 02:31:53 +09:00
Masayuki Matsuki ea4b15510e
Merge pull request #269 from ksoichiro/update-readme-about-ghq-root
update ghq.root description in README
2020-01-16 01:13:40 +09:00
darklore c794a011f3 Add options to zsh-completion 2020-01-16 01:07:01 +09:00
Soichiro Kashima 0ea6c14421 update ghq.root description in README 2020-01-15 23:28:56 +09:00
Songmu 3f6095c151 adjust README.adoc 2020-01-12 01:56:53 +09:00
Songmu c547c6f8f6 remove unused 'cover' target from Makefile 2020-01-12 00:36:59 +09:00
Masayuki Matsuki 142b2438c1
Merge pull request #266 from motemen/enhance-vcs-test
Enhance vcs_test.go
2020-01-06 01:36:28 +09:00
Songmu 896729237c add 'TestVCSBackend/[git-svn] clone specific branch from tagged URL with shallow' 2020-01-06 01:31:56 +09:00
Songmu 0a044f31e4 add 'TestVCSBackend/[svn] checkout with filling trunk' 2020-01-06 01:18:28 +09:00
Songmu 0f2e99674c add test TestVCSBAckend/[git]_switch_git-svn_on_update 2020-01-06 01:03:47 +09:00
Songmu 9175498fc4 add TestVCSBackend/[git]_update_recursive 2020-01-06 00:54:03 +09:00
Masayuki Matsuki 29bcff53dd
Merge pull request #265 from motemen/look-test
fix testing for 'ghq get --look'
2020-01-05 22:28:17 +09:00
Songmu 343ba6d054 fix testing for 'ghq get --look' 2020-01-05 22:25:29 +09:00
Songmu 91944fb60f Checking in changes prior to tagging of version v1.0.1
## [v1.0.1](https://github.com/motemen/ghq/compare/v1.0.0...v1.0.1) (2020-01-05)

* Fix argument for look in get, to make `ghq get -look` work [#264](https://github.com/motemen/ghq/pull/264) ([astj](https://github.com/astj))
2020-01-05 22:16:02 +09:00
Masayuki Matsuki 144e744b9e
Merge pull request #264 from astj/fix/look
Fix argument for look in get, to make `ghq get -look` work
2020-01-05 22:04:40 +09:00
Asato Wakisaka be9972c428 make ghq get -look work
previously firstArg was never set, therefore look does not work
2020-01-05 21:50:04 +09:00
Songmu dd6ffec5a8 Checking in changes prior to tagging of version v1.0.0
## [v1.0.0](https://github.com/motemen/ghq/compare/v0.99.2...v1.0.0) (2020-01-05)

* Release v1 [#262](https://github.com/motemen/ghq/pull/262) ([Songmu](https://github.com/Songmu))
* enhance testing around "ghq create" [#261](https://github.com/motemen/ghq/pull/261) ([Songmu](https://github.com/Songmu))
* start tests with empty gitconfig [#260](https://github.com/motemen/ghq/pull/260) ([Songmu](https://github.com/Songmu))
2020-01-05 20:05:04 +09:00
Masayuki Matsuki bcf5633887
Merge pull request #262 from motemen/release-v1
Release v1
2020-01-05 20:02:00 +09:00