Skip to content

Releases: Timmmm/autorebase

0.6.0

24 Nov 16:33
Compare
Choose a tag to compare

If --onto is not set explicitly to select the target branch (master by default), then autorebase will now check your init.defaultBranch git config setting before falling back to master. This means if you have set it to main or develop it will use that. You can do that on a global or per-repo basis.

0.5.0

22 Nov 15:20
Compare
Choose a tag to compare

Add flag to allow selecting only some branches.

0.4.5

17 Dec 11:03
Compare
Choose a tag to compare

Add debug logging support via --log debug

0.4.4

20 Aug 11:09
Compare
Choose a tag to compare
  • Allow running autorebase from another worktree.

0.4.3

20 Jun 19:47
Compare
Choose a tag to compare
  • Fix bug when rebasing a branch that is checked out and conflicts are encountered.

0.4.2

16 Jun 15:04
Compare
Choose a tag to compare
  • Disable code signing for ephemeral rebases, which should speed things up a bit. I don't use code signing so this is untested.

0.4.1

16 Jun 10:44
Compare
Choose a tag to compare
  • Add --all-branches which autorebases branches with an upstream too (thanks @FauxFaux!)

0.4.0

09 Jun 20:54
Compare
Choose a tag to compare
  • Implement fast conflict detection strategy
  • Improved testing
  • Cool demo in the Readme

0.3.1

24 May 10:10
Compare
Choose a tag to compare
  • Fix issue when rebasing branches with more than one branch label.

0.3.0

04 May 16:17
Compare
Choose a tag to compare

Pull/rebase branches even if they are checked out (but only if their worktrees are clean).