Skip to content

Releases: VirtusLab/git-machete

v3.8.0

13 Apr 09:08
6657a28
Compare
Choose a tag to compare
  • added: --all, --mine, --by flags and parameter <PR-number-1> ... <PR-number-N> to git machete github checkout-prs
  • fixed: cherry-pick/merge/rebase/revert is detected on a per-worktree basis
  • added: command git machete clean with --checkout-my-github-prs flag and its equivalent git machete github sync
  • added: --delete flag to git machete slide-out command for deleting slid-out branches from git

v3.7.2

14 Feb 15:08
d47818c
Compare
Choose a tag to compare
  • fixed: package version retrieval outside of git repository
  • fixed: checking whether a branch is merged to parent works for branches that have no common commit
  • added: CI/CD check ensuring that RELEASE_NOTES are up to date
  • fixed: github create-pr takes the PR title from the first unique commit

v3.7.1

15 Jan 16:12
Compare
Choose a tag to compare
  • added: extra options can be passed to the underlying git rebase via GIT_MACHETE_REBASE_OPTS env var (suggested by @kgadek)
  • fixed: build process of Docker images

v3.6.2

09 Jan 13:14
Compare
Choose a tag to compare
  • added: gitmachete/git-machete Docker image (contributed by @mohitsaxenaknoldus)
  • fixed: build process stability

v3.6.1

01 Dec 18:58
ecd8c6a
Compare
Choose a tag to compare
  • fixed: support for worktrees (reported by @kgadek)

v3.6.0

25 Nov 13:54
dacbd2b
Compare
Choose a tag to compare
  • added: t alias for traverse command
  • fixed: remove underscore from --start-from flag for traverse subcommand

v3.5.0

09 Nov 11:21
fd75211
Compare
Choose a tag to compare
  • added: new way of acquiring the github token (from ~/.github-token)
  • fixed: --fork-point and --down-fork-point options values have to be ancestor of the current branch
  • added: fish shell completions (contributed by @kgadek)

v3.4.1

11 Oct 17:13
Compare
Choose a tag to compare
  • fixed: wrong logo path in Snapcraft config

v3.4.0

11 Oct 09:36
e60e782
Compare
Choose a tag to compare
  • added: github command with anno-prs, checkout-prs, create-pr and retarget-pr subcommands
  • added: documentation on readthedocs.io
  • fixed: documentation displayed with help/-h/--help
  • improved: content of git-machete project related blogs has been moved to this repo and updated
  • removed: releases to Nixpkgs no longer happen directly from our CI pipeline

v3.3.0

20 Jul 12:31
Compare
Choose a tag to compare
  • improved: show can accept a target branch other than the current branch (contributed by @asford)
  • added: --no-push, --no-push-remote, --push and --push-untracked flags in traverse to optionally skip pushing to remote (contributed by @asford)