Skip to content

Releases: x-motemen/ghq

v0.7-pre

24 Jul 11:17
Compare
Choose a tag to compare
v0.7-pre Pre-release
Pre-release

Pre-release for v0.7

Version 0.6

27 Feb 02:16
Compare
Choose a tag to compare
  • [feature] #39 Added support for Subversion and git-svn @sona-tar
  • [fix] #45 Exit status set to 1 on cloning failure @k0kubun
  • [feature] #46 Added support for GitHub Gist URLS

Version 0.5

11 Oct 13:34
Compare
Choose a tag to compare
  • import does not longer support starred, pocket subcommands, now expects URLs from stdin
  • import instead supports user-defined subcommands that list URLs
  • [fix] look exits with non-zero when failed @fujimura
  • [fix] Accept SCP-like URL for import @mkanai
  • [fix] import supports same flags as get @eagletmt
  • [feature] root command to show roots thanks to @aaa707
  • [feature] zsh completion for root command thanks to @syohex
  • Include zsh completion into release archives thanks to @itiut

v0.5-pre2

06 Oct 13:33
Compare
Choose a tag to compare
v0.5-pre2 Pre-release
Pre-release
  • import supports subcommands to list URLs
  • [fix] look exits with non-zero when failed @fujimura
  • [fix] Accept SCP-like URL for import @mkanai
  • [fix] import supports same flags as get @eagletmt
  • [feature] root command to show roots thanks to @aaa707
  • [feature] zsh completion for root command thanks to @syohex
  • Include zsh completion into release archives thanks to @itiut

`ghq import` simplified

23 Aug 04:03
Compare
Choose a tag to compare
Pre-release
v0.5-pre1

`ghq import starred` is removed

v0.4: Version 0.4: Introduced per-URL configuration

26 Jun 04:51
Compare
Choose a tag to compare
  • [feature] Support per-URL configuration variables e.g. ghq.<URL>.vcs to skip VCS backend auto-detection
  • [fix] Fixed path problems of SCP-like URLs thanks to @osamu2001 (#20)
  • [fix] ghq get -u now updates work tree for Mercurial repositories thanks to @troter (#19)
  • And typo fixes thanks to @sorah, @dtan4 (#17, #18)

Pre-release for v0.4

26 Jun 03:28
Compare
Choose a tag to compare
Pre-release for v0.4 Pre-release
Pre-release
v0.4-pre

Merge remote-tracking branch 'origin/config-url'

Version 0.3

17 Jun 10:35
Compare
Choose a tag to compare
  • [feature] ghq get -shallow to perform a shallow clone
  • [feature] Use GitHub token for ghq import starred if specified thanks to @makimoto (#16)
  • [fix] Resolve ghq.root's symlinks thanks to @sorah (#15)

v0.2

10 Jun 09:58
Compare
Choose a tag to compare
  • [feature] Support SCP-like repository URLs thanks to @kentaro (#1)
  • [feature] Support GitHub:Enterprise repository URLs thanks to @kentaro (#2)
  • [fix] Fix issue that default config variable was never used thanks to @Sixeight (#3)
  • [fix] Support Windows environment thanks to @mattn (#5)
  • [feature] ghq get -p to clone GitHub repositories with SSH thanks to @moznion (#7)
  • [feature] Support any remotes other than GitHub and Google Code thanks to @tcnksm (#8, #13)
  • [feature] Improve zsh completion thanks to @mollifier (#12)
  • [feature] Support ghq get git for GitHub repositories with user and project name same thanks to @Sixeight (#14)
  • And documentation updates thanks to @kentaro, @tricknotes (#6, #9)