Skip to content

Releases: VirtusLab/git-machete

v2.15.6

20 Sep 18:16
Compare
Choose a tag to compare
  • fixed: discover crashing if neither of develop and master branches present and --roots not provided
  • improved: consider main branch as a fixed root in discovery alongside master and develop

v2.15.5

14 Sep 15:46
Compare
Choose a tag to compare
  • changed: develop branch is taken as a fixed root in discover if master branch is missing

v2.15.4

26 Aug 07:53
Compare
Choose a tag to compare
  • improved: slide-out is suggested in certain contexts (like status) in case a non-existent branch is found in .git/machete

v2.15.3

17 Jul 11:46
Compare
Choose a tag to compare
  • changed: skip verification of managed branches for anno and show
  • added: package for Ubuntu 20.04
  • fixed: missing post-slide-out hook invocation after advance

v2.15.2

02 Jul 15:17
Compare
Choose a tag to compare
  • fixed: working directory in release scripts

v2.15.1

02 Jul 14:54
Compare
Choose a tag to compare
  • fixed: release process for Homebrew and NixOS/nixpkgs

v2.15.0

02 Jul 14:23
Compare
Choose a tag to compare
  • added: addable category of list
  • added: advance command
  • added: machete-post-slide-out hook
  • added: support for GIT_MACHETE_EDITOR env var
  • changed: go root no longer raises an error when the current branch is root
  • fixed: show root no longer raises an error when the current branch is root
  • fixed: Bash completion for -y option in several commands
  • fixed: handling the case of current directory becoming non-existent (e.g. as a result of checkout)
  • improved: add accepts remote branches as well (just like git checkout)
  • improved: discover limited to ca. 10 most recently checked out branches by default
  • improved: discover skips merged branches for which no child branches have been inferred
  • improved: release process has been simplified

v2.14.0

11 May 17:44
Compare
Choose a tag to compare
  • added: --as-root option to add
  • added: --branch option to anno
  • added: is-managed plumbing command
  • added: current subcommand to show
  • added: animated gif to README + script for generating gifs automatically
  • improved: formatting of help, prompts, logs, warnings and other messages
  • fixed: help for a few existing commands

v2.13.6

22 Mar 16:40
Compare
Choose a tag to compare
  • fixed: remove reviewer setting when opening a PR to NixOS/nixpkgs
  • changed: confinement of snaps from strict to classic
  • changed: Docker images moved from under virtuslab organization to gitmachete
  • changed: apt-ppa in all contexts to deb-ppa
  • improved: determining the default editor (also including git config core.editor, $GIT_EDITOR, editor and $VISUAL)

v2.13.5

02 Mar 11:47
Compare
Choose a tag to compare
  • fixed: build of rpm package
  • improved: organization of deployment stages on CI