Releases: x-motemen/ghq
Releases · x-motemen/ghq
v0.7
- [feature] Added support for Bluemix DevOps Git service (#56, @uetchy)
- [feature]
ghq.root
configuration can be overrridden byGHQ_ROOT
environment variable (#59) - [feature] Added Darcs backend (#55, @maoe)
- [feature]
look
command accepts remote repository URLs (#51, @ryotarai) - [feature]
look
command setsGHQ_LOOK
environment variable (#47, @superbrothers) - [improvement] Improved performance of
list
command (#54, @maoe) - [fix] Fix broken tests on Windows (#48, @kkka)
v0.7-pre
Version 0.6
Version 0.5
import
does not longer supportstarred
,pocket
subcommands, now expects URLs from stdinimport
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 asget
@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
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 asget
@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
v0.5-pre1 `ghq import starred` is removed
v0.4: Version 0.4: Introduced per-URL configuration
- [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
v0.4-pre Merge remote-tracking branch 'origin/config-url'
Version 0.3
v0.2
- [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)