Skip to content

Releases: VirtusLab/git-machete

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)

v3.2.1

22 Jun 17:30
Compare
Choose a tag to compare
  • fixed: newly created branches were sometimes incorrectly recognized as merged to parent
  • improved: GitHub API token is resolved from gh or hub if available

v3.2.0

16 Jun 17:57
Compare
Choose a tag to compare
  • improved: slide-out can target branches with any number of downstream (child) branches (contributed by @asford)
  • fixed: detection of no-op rebase cases in fork-point algorithm
  • fixed: if a branch is merged to its parent, git machete status -l now always displays an empty list of commits
  • improved: status and traverse by default also consider squash merges when checking if a branch is merged to parent (contributed by @asford)
  • added: --no-detect-squash-merges flag in status and traverse to fall back to strict merge detection

v3.1.1

01 May 15:47
Compare
Choose a tag to compare
  • fixed: add without --onto crashing when the current branch is not managed
  • fixed: commit message and PR description for NixOS/nixpkgs

v3.1.0

24 Mar 14:51
Compare
Choose a tag to compare
  • added: --sync-github-prs/-H and --token options to anno

v3.0.0

06 Mar 14:24
Compare
Choose a tag to compare
  • removed: support for Python 2
  • removed: deprecated commands infer and prune-branches
  • removed: standalone format command (help format can be used instead)

v2.16.1

28 Jan 15:06
Compare
Choose a tag to compare
  • fixed: PyPI deployment (ensure Travis uses Python 3.x)

v2.16.0

28 Jan 12:52
Compare
Choose a tag to compare
  • added: squash command

v2.15.9

19 Dec 22:37
Compare
Choose a tag to compare
  • fixed: Docker image used to open a PR to nixpkgs

v2.15.8

19 Dec 19:52
Compare
Choose a tag to compare
  • improved: both master (or main) and develop are automatically treated as roots in discover