github gitext-rs/git-stack v0.2.0

latest releases: v0.10.17, v0.10.16, v0.10.15...
2 years ago

0.2.0 - 2021-08-25

Features

  • Undo option
    • Built on new git branch-backup command which is like git stash for branch state
    • atm only backs up the result of a rebase and not --pull
  • Stack View
    • Added new --format branch-commits option, now the default
    • Added new --format debug option to help with reporting issues
    • Abbreviate commit IDs
    • Show per-branch status, separating from commit status
  • Auto-delete branches on --pull that were merged into a protected branch

Fixes

  • Reduced conflicts during --rebase
  • Load config when in a worktree
  • Restore correct HEAD when multiple branches on the same commit

Breaking Chanages

  • Renamed --format options:
    • brief -> branches
    • full -> commits

Don't miss a new git-stack release

NewReleases is sending notifications on new releases.