Skip to content

Releases: grdl/git-get

v0.5.0

03 Jun 13:51
Compare
Choose a tag to compare

v0.4.0

02 Sep 12:45
Compare
Choose a tag to compare

Added

  • --scheme flag for git get to set the default scheme to use when scheme is missing from the URL.

Changed

  • Default scheme is now ssh instead of https.

v0.3.0

31 Jul 07:44
Compare
Choose a tag to compare

Added

  • More meaningful error messages.
  • Show list of errors which ocurred when trying to load repository status.

Fixed

  • Remove empty directories after a failed git get command.

v0.2.0

08 Jul 13:09
Compare
Choose a tag to compare

Changed

  • git list won't traverse nested git repositories anymore. This significantly improves performance when listing repos with vendored dependencies (eg, node_modules).

v0.1.0

07 Jul 17:01
Compare
Choose a tag to compare

Added

  • --skip-host flag to skip creating a host directory when cloning

v0.0.7

02 Jul 07:44
Compare
Choose a tag to compare

Fixed

  • Missing fetch call on git list.

v0.0.6

01 Jul 19:39
Compare
Choose a tag to compare

Added

  • .deb and .rpm releases.

Fixed

  • Tree view indentation.
  • Missing stdout of git commands.
  • Incorrect gitconfig file loading.

v0.0.5

30 Jun 09:45
Compare
Choose a tag to compare

Changed

  • Remove dependency on go-git and major refactor to fix performance issues on big repos.

Fixed

  • Correctly expand --root pointing to a path containing home variable (eg, ~/my-repos).
  • Correctly process paths on Windows.

v0.0.4

19 Jun 19:15
Compare
Choose a tag to compare

Added

  • --dump flag that allows to clone multiple repos listed in a dump file.
  • New dump output option for git list to generate a dump file.
  • Readme with documentation.
  • Description of CLI flags and usage when running --help.

Changed

  • Split git-get and git-list into separate binaries.
  • Refactor code structure by bringing the pkg dir back.

v0.0.3

11 Jun 10:53
Compare
Choose a tag to compare

Added

  • Homebrew release configuration in goreleaser.
  • Different ways to print git list output: flat, simple tree and smart tree.
  • --branch flag that specifies which branch to check out after cloning.
  • --fetch flag that tells git list to fetch from remotes before printing repos status.
  • Count number of commits a branch is ahead or behind the upstream.
  • SSH key authentication.
  • Detect if branch has a detached HEAD.

Changed

  • Refactor configuration provider using viper.
  • Keep master branch on top of sorted branches names.

Fixed

  • Fix panic when trying to walk directories we don't have permissions to access.