Skip to content

1.1.0

Choose a tag to compare

@zombiezen zombiezen released this 13 Dec 23:46
· 87 commits to main since this release

Version 1.1 is the second stable release of gg and includes new commands, improved gg branch output, simpler GitHub integration, and a Homebrew formula.

Added

  • New addremove command that adds new files and removes missing ones. (#95)
  • gg has a new command, github-login, which obtains a GitHub authorization token using a CLI-based OAuth flow. (#122)
  • branch has a new --sort flag to control the sort order.
  • gg can now be installed via Homebrew! See https://gg-scm.io/install for instructions.

Changed

  • branch shows the commit hash, author, and summary for each branch.
  • branch now sorts by descending commit date by default. (#101)

Fixed

  • status and branch now display color on Windows. (#125)
  • Released binaries are smaller: they no longer contain debug information. (#121)
  • commit --amend no longer exits with an error if the commit contains a rename. (#129)
  • rebase displays a simpler error message if the -dst argument doesn't exist. (#127)