Releases: VirtusLab/git-machete
Releases · VirtusLab/git-machete
v3.3.0
v3.2.1
- fixed: newly created branches were sometimes incorrectly recognized as merged to parent
- improved: GitHub API token is resolved from
gh
orhub
if available
v3.2.0
- 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
andtraverse
by default also consider squash merges when checking if a branch is merged to parent (contributed by @asford) - added:
--no-detect-squash-merges
flag instatus
andtraverse
to fall back to strict merge detection
v3.1.1
- fixed:
add
without--onto
crashing when the current branch is not managed - fixed: commit message and PR description for
NixOS/nixpkgs
v3.1.0
- added:
--sync-github-prs
/-H
and--token
options toanno
v3.0.0
- removed: support for Python 2
- removed: deprecated commands
infer
andprune-branches
- removed: standalone
format
command (help format
can be used instead)
v2.16.1
- fixed: PyPI deployment (ensure Travis uses Python 3.x)
v2.16.0
- added:
squash
command
v2.15.9
- fixed: Docker image used to open a PR to nixpkgs
v2.15.8
- improved: both
master
(ormain
) anddevelop
are automatically treated as roots indiscover