Skip to content

Releases: nvie/git-toolbelt

v1.10.0

12 Feb 08:06

Choose a tag to compare

  • Improve git-main-branch to auto-detect the main branch name from the remote (thanks @theaccountingnerd!)
  • Remove git-repo (conflicts with new built-in git repo subcommand)
  • Fetch before checking out in git-workon

v1.9.4

29 Aug 11:50

Choose a tag to compare

  • Fix: recognize production as a valid main branch

v1.9.3

05 Jul 07:37

Choose a tag to compare

  • Fix: use main branch in git-merged (instead of hardcoding master)

v1.9.2

23 May 06:53

Choose a tag to compare

  • git-active-branches will no longer fail if there is a name clash with a branch and a file/directory/tag with the same name

v1.9.1

02 Feb 09:08

Choose a tag to compare

  • git-main-branch will now also recognize mainline as a main branch name, for users migrating from Perforce.
  • git-shatter-by-file will still work when there are "skipped" files
  • Various internal shell script improvements

v1.9.0

19 Jul 09:08

Choose a tag to compare

  • git-cleave will now prefix commit messages (instead of suffix them) wth the path matches it cleaves off
  • git-cleave now takes a -t <prefix> flag, which will be used instead of the path matches
  • git-cleave will now prevent empty commits from being destroyed

v1.8.4

17 Apr 14:00

Choose a tag to compare

  • Fix issue where the probe for "(g)realpath" can fail

v1.8.3

17 Apr 11:28

Choose a tag to compare

  • Hide possible warnings displayed by which on some platforms

v1.8.2

17 Apr 08:46

Choose a tag to compare

  • Fix the fix from 1.8.1, which broke some Linux distros.

v1.8.1

12 Apr 21:09

Choose a tag to compare

  • Fix to be compatible with coreutils 9.2+, which renamed realpathgrealpath