ghq

Remote repository management made easy

MIT License

Downloads
512
Stars
3K
Committers
78

Bot releases are hidden (Show)

ghq - v0.8.0

Published by motemen about 7 years ago

  • [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)
ghq -

Published by motemen over 8 years ago

ghq -

Published by motemen over 8 years ago

ghq - v0.7.2: Fixed `ghq list`

Published by motemen almost 9 years ago

  • [Fix] Reverted list behavior introduced by #54 (#66)
ghq - v0.7.1: Fixed symlink issue of v0.7

Published by motemen about 9 years ago

  • [Fix] Fix list issue with symlinks (#61, thanks to @kyanny)
ghq -

Published by motemen about 9 years ago

  • [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)
ghq -

Published by motemen about 9 years ago

Pre-release for v0.7

ghq - Version 0.6

Published by motemen over 9 years ago

  • [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
ghq - Version 0.5

Published by motemen about 10 years ago

  • 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
ghq - v0.5-pre2

Published by motemen about 10 years ago

  • 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 - `ghq import` simplified

Published by motemen about 10 years ago

ghq -

Published by motemen over 10 years ago

  • [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)
ghq - Pre-release for v0.4

Published by motemen over 10 years ago

ghq - Version 0.3

Published by motemen over 10 years ago

  • [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)
ghq - v0.2

Published by motemen over 10 years ago

  • [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)