Skip to content

Releases: VirtusLab/git-machete

v3.14.2

14 Jan 18:13
Compare
Choose a tag to compare
  • fixed: superfluous whitespace around fork point hint in status

v3.14.1

13 Jan 15:26
Compare
Choose a tag to compare
  • fixed: URL prefix for GitHub Enterprise API endpoints

v3.14.0

10 Jan 17:08
Compare
Choose a tag to compare
  • added: push=no and rebase=no branch qualifiers that control push and rebase behaviour of git 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 for traverse) as a valid command

v3.13.2

27 Dec 11:59
Compare
Choose a tag to compare
  • fixed: redo the failed release

v3.13.1

27 Dec 11:54
6ddee6a
Compare
Choose a tag to compare
  • 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

07 Nov 16:00
7e31140
Compare
Choose a tag to compare
  • 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 with Ctrl+D
  • added: support for Python 3.11
  • added: machete config key machete.traverse.push that controls default behavior of traverse command
  • improved: formatting of the config section in the sphinx documentation

v3.12.5

18 Oct 12:29
35b1584
Compare
Choose a tag to compare
  • 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

10 Oct 14:15
7ad28db
Compare
Choose a tag to compare
  • fixed: Homebrew release process

v3.12.2

10 Oct 11:48
40cb448
Compare
Choose a tag to compare
  • added: git-machete is now available in homebrew core formulae; if git-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

03 Oct 11:04
302577a
Compare
Choose a tag to compare
  • 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 (runs git diff against the current working directory, not the current branch)