Skip to content

Releases: x-motemen/ghq

Checking in changes prior to tagging of version v0.10.2

28 Apr 05:30
Compare
Choose a tag to compare

Checking in changes prior to tagging of version v0.10.1

27 Apr 19:32
Compare
Choose a tag to compare

v0.10.1 (2019-04-27)

  • Remove panics #130 (Songmu)
  • generally loggers should output STDERR by default #129 (Songmu)
  • Care the case if the query contains a hostname in list subcommand #128 (Songmu)
  • don't panic when the current working directory doesn't exist. #127 (Songmu)
  • canonicalize root paths to absolute #126 (Songmu)
  • List symlinks to repos #125 (Songmu)
  • rename package s/utils/cmdutil/ #124 (Songmu)
  • separate logger package from utils #123 (Songmu)

Checking in changes prior to tagging of version v0.10.0

27 Apr 12:14
Compare
Choose a tag to compare

v0.10.0 (2019-04-27)

  • drop mitchellh/go-homedir dependency #122 (Songmu)
  • introduce Go Modules and adjust releng files #121 (Songmu)
  • Add a dummy CVS backend to recognize and skip CVS working directories #115 (knu)
  • add -l option on get command which immediately look after get #112 (kuboon)
  • add support for Fossil SCM #98 (motemen)
  • Use parsed username also with ssh for Git #101 (jjv)
  • Add ghq.completeUser config to disable user completion of ghq get #118 (k0kubun)
  • ghq get --vcs= #72 (motemen)
  • warn if executable was not found when RunCommand #70 (motemen)
  • support meta name="go-import" to detect Go repository #120 (Songmu)
  • support refs which start with URL Authority in ghq get #119 (Songmu)

v0.9.0

27 Apr 08:42
Compare
Choose a tag to compare

v0.9.0 (2018-11-26)

v0.8.0

22 Aug 02:58
Compare
Choose a tag to compare
  • [breaking feature] If given URL does not contain / character, treat the URL as https://github.com/<USERNAME>/<URL>, where USERNAME is GitHub username obtained from ghq.user Git configuration variable, GITHUB_USER or USER (USERNAME in Windows) environment variables thanks to @b4b4r07 (#81)
  • [maintenance] Fix building configuration thanks to @south37 (#85), @smizy (#82)

v0.7.4: bump version to 0.7.4

07 Mar 04:10
Compare
Choose a tag to compare
https://app.wercker.com/#deploy/56dcfe159d5cf1b57333edf1

v0.7.3: bump version to 0.7.3

07 Mar 04:09
Compare
Choose a tag to compare
https://app.wercker.com/#deploy/56d6f8559d5cf1b573022613

v0.7.2: Fixed `ghq list`

14 Dec 09:34
Compare
Choose a tag to compare
  • [Fix] Reverted list behavior introduced by #54 (#66)

v0.7.1: Fixed symlink issue of v0.7

06 Aug 12:02
Compare
Choose a tag to compare
  • [Fix] Fix list issue with symlinks (#61, thanks to @kyanny)

v0.7

03 Aug 11:12
Compare
Choose a tag to compare
  • [feature] Added support for Bluemix DevOps Git service (#56, @uetchy)
  • [feature] ghq.root configuration can be overrridden by GHQ_ROOT environment variable (#59)
  • [feature] Added Darcs backend (#55, @maoe)
  • [feature] look command accepts remote repository URLs (#51, @ryotarai)
  • [feature] look command sets GHQ_LOOK environment variable (#47, @superbrothers)
  • [improvement] Improved performance of list command (#54, @maoe)
  • [fix] Fix broken tests on Windows (#48, @kkka)