Skip to content

Releases: VirtusLab/git-machete

v3.18.1

27 Aug 18:39
Compare
Choose a tag to compare
  • fixed: machete.github.remote git config key can be specified independently from machete.github.organization and machete.github.repository

v3.18.0

12 Aug 15:58
Compare
Choose a tag to compare
  • added: git machete completion bash|fish|zsh command
  • fixed: multiple glitches in the existing bash/fish/zsh completions

v3.17.9

09 Aug 09:23
Compare
Choose a tag to compare
  • improved: layout of documentation at ReadTheDocs
  • improved: replaced definition file with branch layout file across the docs

v3.17.8

17 Jul 19:50
Compare
Choose a tag to compare
  • fixed: building the package for Ubuntu PPA

v3.17.7

17 Jul 17:58
09d8181
Compare
Choose a tag to compare
  • fixed: fish completion no longer prompts file names alongside commands/flags (contributed by @guyboltonking)

v3.17.6

26 Jun 14:11
Compare
Choose a tag to compare
  • fixed: git machete github not being able to retrieve token used by gh for gh version >= 2.31.0 (reported by @domesticsimian)

v3.17.5

24 Jun 14:40
Compare
Choose a tag to compare
  • fixed: machete-post-slide-out, machete-pre-rebase and machete-status-branch hooks can now be executed on Windows
  • fixed: unstable behavior after edit option has been selected for interactively sliding out invalid branches
  • fixed: handling of HTTP redirects when git machete github create-pr and retarget-pr act on a repository that has been renamed and/or moved
  • improved: git machete github retarget-pr now fails if there are multiple PR with the given head branch (rather than silently take the first of them into account)

v3.17.4

13 May 05:40
Compare
Choose a tag to compare
  • fixed: building the docs for readthedocs.org
  • fixed: building the package for Arch User Repository (reported by @chrislea)
  • fixed: .git/rebase-merge/author-script used to be rewritten to CRLF newlines on Windows, breaking the rebases (reported by @cspotcode)

v3.17.3

05 May 14:11
Compare
Choose a tag to compare
  • fixed: building the package for Alpine Linux (contributed by @Ikke)

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)