1.2.0
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
andcommit
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/
duringpull
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.