Skip to content

Releases: VirtusLab/git-machete

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)

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