Skip to content

1.2.0

Compare
Choose a tag to compare
@zombiezen zombiezen released this 24 Feb 22:21
· 44 commits to main since this release

Version 1.2 includes features to handle repositories with lots of branches.

Added

  • gg can now be installed via Nix! See https://gg-scm.io/install for instructions.
  • push and commit have a new -hooks=0 flag. (#153)
  • pull has a new --force-tags flag. (#155)
  • branch has a new --pattern flag to filter listed branches. (#156)

Changed

  • Local branches are moved under refs/gg-old/ during pull when they are deleted from a remote. (#118)

Fixed

  • GIT_EDITOR is now always invoked from the root of the working copy to match with the behavior of Git. (#152)
  • revert now prints an error message if used on a nonexistent file in a new repository.