Skip to content

Releases: VirtusLab/git-machete

v3.17.2

02 May 14:32
Compare
Choose a tag to compare
  • fixed: when origin/feature/foo branch exists, git machete add foo no longer falsely recognizes origin/feature/foo as a potential remote tracking branch for foo
  • fixed: on Windows, git-machete installed globally via pip no longer crashes on ModuleNotFoundError within venvs (contributed by @cspotcode)

v3.17.1

24 Apr 12:47
Compare
Choose a tag to compare
  • fixed: in the rare case when overridden fork point for branch X is an ancestor of X's parent, the effective fork point is selected to the latest common ancestor of X and X's parent
  • improved: if git >= 2.30.0, pass --force-if-includes to git push alongside --force-with-lease

v3.17.0

17 Apr 15:06
78573e7
Compare
Choose a tag to compare
  • added: --ignore-if-missing flag to git machete github retarget-pr command
  • added: --branch=<branch> option to git machete github retarget-pr command
  • fixed: github anno-prs no longer assumes that local branch and its remote counterpart share the same name
  • fixed: git machete --help displays a man page (instead of crashing with No manual entry for git-machete) when git-machete is installed via Homebrew

v3.16.3

04 Apr 10:29
36889ee
Compare
Choose a tag to compare
  • fixed: a few glitches in the animated gif in README

v3.16.2

02 Apr 14:03
1383981
Compare
Choose a tag to compare
  • fixed: interactive rebase triggered by traverse, update etc. no longer fails when an effectively-empty commit (commit whose changes have already been applied in the given rebase) is encountered

v3.16.1

11 Mar 18:21
Compare
Choose a tag to compare
  • fixed: advance crashing when the current branch is untracked

v3.16.0

03 Mar 10:35
99a621b
Compare
Choose a tag to compare
  • deprecated: machete.overrideForkPoint.<branch>.whileDescendantOf is no longer taken into account; it's still written, however, for compatibility reasons

v3.15.2

13 Feb 20:19
521a2b2
Compare
Choose a tag to compare
  • fixed: zsh shell completion for the slide-out command no longer fails
  • fixed: GitHub token retrieval logic

v3.15.1

13 Feb 16:25
9953b6b
Compare
Choose a tag to compare
  • fixed: in case of red edge, the unique history of a branch never includes commits reachable from its parent

v3.15.0

07 Feb 16:39
bd1a8bd
Compare
Choose a tag to compare
  • improved: formatting in git machete command prompts and outputs
  • added: slide-out=no branch qualifier that controls the slide-out behaviour of git machete traverse