Releases: VirtusLab/git-machete
Releases · VirtusLab/git-machete
v3.35.1
- fixed:
git machete git{hub,lab} update-{pr,mr}-descriptions --relatedcould not update the current PR/MR in default intro style
v3.35.0
- added:
git machete traverse --sync-github-prs/--sync-gitlab-mrssuggests creating PRs/MRs for branches without one (suggested by @bradneuman and @tir38)
v3.34.1
- fixed:
yqanswer to retargeting a PR/MR intraversewas treated just asy/yes(no quitting)
v3.34.0
- added: new
full-no-branchesandup-only-no-branchesvalues tomachete.github.prDescriptionIntroStyleandmachete.gitlab.mrDescriptionIntroStylegit config keys - fixed: preserve trailing lines when updating PR/MR descriptions
- fixed: generated sections of GitLab MRs include MR titles (as in GitHub PRs)
v3.33.0
- added:
--by=...flag togit machete git{hub,lab} update-{pr,mr}-descriptions
v3.32.1
- fixed:
git machete githubandgitlabrecognize SSH URLs with any user before@, not justgit
v3.32.0
v3.31.1
v3.31.0
- added:
git machete git{hub,lab} update-{pr,mr}-descriptionssubcommands - added:
git machete git{hub,lab} create-{pr,mr} --update-related-descriptionsflags - added:
git machete git{hub,lab} restack-{pr,mr} --update-related-descriptionsflags - added:
git machete git{hub,lab} retarget-{pr,mr} --update-related-descriptionsflags - added:
machete.traverse.fetch.<remote>git config key to selectively exclude remotes fromgit machete traverse --fetch(contributed by @gjulianm)
v3.30.0
- added: support for Python 3.13 (earlier versions of git-machete should also work on Python 3.13 outside certain rare cases when in
--debugmode)