Commit graph

6 commits

Author SHA1 Message Date
Yoichi Nakayama 0b8805b2f0 Remove trailing slash before stripping .git from the end
Fixed a problem that ghq get -u may clone to another directory
1. ghq get https://git.kernel.org/pub/scm/git/git.git/
   -> GHQ_ROOT/git.kernel.org/pub/scm/git/git.git
2. ghq list | ghq get -u
   -> GHQ_ROOT/git.kernel.org/pub/scm/git/git
2020-06-29 23:51:09 +09:00
Yoichi Nakayama f0bdf0c4bd Move the pre-processing inside detectLocalRoot() 2020-06-29 23:47:32 +09:00
Yoichi Nakayama 6320ff7c8d Revert "Fixed a problem that ghq get -u may clone to another directory"
This reverts commit 512c2ee049.
2020-06-29 23:44:42 +09:00
Yoichi Nakayama 512c2ee049 Fixed a problem that ghq get -u may clone to another directory
1. ghq get https://git.kernel.org/pub/scm/git/git.git/
   -> GHQ_ROOT/git.kernel.org/pub/scm/git/git.git
2. ghq list | ghq get -u
   -> GHQ_ROOT/git.kernel.org/pub/scm/git/git
2020-06-29 20:33:43 +09:00
Songmu 764b79f52a refine local cloning path detection. fix #180 2019-05-28 15:44:39 +09:00
Songmu 69a65817c2 refine local cloning path detection. fix #169 2019-05-12 16:28:16 +09:00