Releases: VirtusLab/git-machete
Releases · VirtusLab/git-machete
v3.18.1
- fixed:
machete.github.remote
git config key can be specified independently frommachete.github.organization
andmachete.github.repository
v3.18.0
- added:
git machete completion bash|fish|zsh
command - fixed: multiple glitches in the existing bash/fish/zsh completions
v3.17.9
- improved: layout of documentation at ReadTheDocs
- improved: replaced
definition file
withbranch layout file
across the docs
v3.17.8
- fixed: building the package for Ubuntu PPA
v3.17.7
- fixed:
fish
completion no longer prompts file names alongside commands/flags (contributed by @guyboltonking)
v3.17.6
- fixed:
git machete github
not being able to retrieve token used bygh
forgh
version >= 2.31.0 (reported by @domesticsimian)
v3.17.5
- fixed:
machete-post-slide-out
,machete-pre-rebase
andmachete-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
andretarget-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
- 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
v3.17.2
- fixed: when
origin/feature/foo
branch exists,git machete add foo
no longer falsely recognizesorigin/feature/foo
as a potential remote tracking branch forfoo
- fixed: on Windows, git-machete installed globally via
pip
no longer crashes onModuleNotFoundError
within venvs (contributed by @cspotcode)