Skip to content

Releases: nvie/git-toolbelt

v1.9.2

23 May 06:53
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fix issue where the probe for "(g)realpath" can fail

v1.8.3

17 Apr 11:28
Compare
Choose a tag to compare
  • Hide possible warnings displayed by which on some platforms

v1.8.2

17 Apr 08:46
Compare
Choose a tag to compare
  • Fix the fix from 1.8.1, which broke some Linux distros.

v1.8.1

12 Apr 21:09
Compare
Choose a tag to compare
  • Fix to be compatible with coreutils 9.2+, which renamed realpathgrealpath

v1.8.0

03 Jun 07:34
Compare
Choose a tag to compare
  • New command: git-diff-since
  • New command: git-sync-commit-date
  • git-cleanup will now only remove branches after explicit -l (local) or -r (remote) flag

v1.7.1

05 Jan 11:03
Compare
Choose a tag to compare
  • Add -m option to git-modified to only show locally modified files
  • Fix: make git-merges-cleanly work when there are skipped files

v1.7.0

04 May 11:40
Compare
Choose a tag to compare
  • New command: git-cleave to split a commit by file paths