Skip to content

Releases: arxanas/git-branchless

v0.3.1

16 Apr 05:38
Compare
Choose a tag to compare

Changelog

Added

  • Hidden commits which appear in the smartlog now show the reason why they're hidden.

Fixed

  • Historical commits displayed in git undo were sometimes rendered incorrectly, indicating that they were hidden/visible inappropriately. They now display the true historical visibility.

v0.3.0

08 Apr 20:26
Compare
Choose a tag to compare

Changelog

Changed

  • BREAKING: Events are now grouped into transactions. This improves the UX around git undo, since it can undo groups of related events. This breaks the on-disk database format.

v0.2.0

16 Mar 01:01
Compare
Choose a tag to compare

Ported to Rust. No new features.

  • Performance for repeated calls to Git hooks is significantly improved. This can happen when rebasing large commit stacks.
  • The git undo UI has been changed to use a Rust-specific TUI library (cursive).

v0.1.0

19 Dec 07:13
4ef139e
Compare
Choose a tag to compare

First beta release. Supports these commands:

  • git sl/git smartlog.
  • git hide/git unhide.
  • git prev/git next.
  • git restack.
  • git undo.