Releases: VirtusLab/git-machete
Releases · VirtusLab/git-machete
v3.14.2
- fixed: superfluous whitespace around fork point hint in
status
v3.14.1
- fixed: URL prefix for GitHub Enterprise API endpoints
v3.14.0
- added:
push=no
andrebase=no
branch qualifiers that control push and rebase behaviour ofgit machete traverse
- added:
machete.github.domain
config key to support GitHub Enterprise domains - added: support for per-domain entries in
~/.github-token
file - fixed: fetching GitHub PRs when there is more than 30 of them in the given repository
- fixed: shell completions suggest
t
(alias fortraverse
) as a valid command
v3.13.2
- fixed: redo the failed release
v3.13.1
- fixed: support GitHub remote URLs without
.git
suffix - fixed:
git machete
now correctly displays only available commands (without help topics) - fixed:
git machete traverse -y -M
no longer exits with error - fixed:
git machete
commands no longer exit with stack trace when interrupted by Ctrl+C
v3.13.0
- improved: modify formatting of command line documentation
- added:
git machete help <command>
now accepts command aliases - fixed: removed stack trace when terminating
git machete
command prompt withCtrl+D
- added: support for Python 3.11
- added: machete config key
machete.traverse.push
that controls default behavior oftraverse
command - improved: formatting of the
config
section in the sphinx documentation
v3.12.5
- added:
git machete github retarget-pr
now updates annotation for the branch associated with the retargeted PR - improved: modify formatting in error message for
github create-pr
- fixed: modify formatting of
git machete
commands output - improved: the .gif file in the README.md file has been slowed down to provide a better viewing experience
v3.12.4
- fixed: Homebrew release process
v3.12.2
- added:
git-machete
is now available in homebrew core formulae; ifgit-machete
has already been installed from the tap on a given machine,brew
should automatically pull new updates from homebrew core from now on - fixed: fork-point overridden with commit hash that no longer exists is ignored (doesn't crash git-machete anymore)
v3.12.1
- fixed: removed redundant files from Ubuntu package
- fixed: fork-point overridden with invalid commit hash is ignored (doesn't crash git-machete anymore)
- fixed:
git machete diff
now works as intended (runsgit diff
against the current working directory, not the current branch)