Skip to content

Releases: rhysd/github-clone-all

v2.4.0

12 Oct 03:32
Compare
Choose a tag to compare
  • New: Add -deep option not to do shallow clone

v2.3.0

30 Dec 05:57
Compare
Choose a tag to compare
  • New: Add -selfupdate flag to self-update
  • New: Add -version flag to check version

v2.2.0

17 Dec 13:46
Compare
Choose a tag to compare
  • Added -count flag to limit number of repositories to clone
  • Added -dry flag to only show which repositories will be cloned by the given query

You can see the detail of flags by -help flag.

v2.1.0

16 Dec 06:08
Compare
Choose a tag to compare
  • -token or $GITHUB_TOKEN is now optional
  • Tweak command document

v2.0.0

12 Dec 21:24
Compare
Choose a tag to compare
  • Breaking Change: Command line interface was changed
    • Removed -lang and -query
    • Now all positional args are regarded as query
  • Breaking Change: Number of workers is determined based on number of CPUs (previously fixed to 4)
  • Delete all symlinks in repo

v1.1.0

11 Dec 13:24
Compare
Choose a tag to compare
  • New: Add -quiet flag
  • Fix: Error handling on cloning with git clone

v1.0.0

11 Dec 11:35
Compare
Choose a tag to compare

First release 🎉