Skip to content

Releases: nvie/git-toolbelt

v1.11.0

Choose a tag to compare

@nvie nvie released this 21 May 15:33
  • New command: git-edit-author-dates to interactive rebase to edit author dates
  • Fix: git-modified now accepts -- <pathspec>... for filtering by path, and errors on invalid commit/flag combinations instead of silently ignoring them

v1.10.0

Choose a tag to compare

@nvie nvie released this 12 Feb 08:06
  • 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

Choose a tag to compare

@nvie nvie released this 29 Aug 11:50
  • Fix: recognize production as a valid main branch

v1.9.3

Choose a tag to compare

@nvie nvie released this 05 Jul 07:37
  • Fix: use main branch in git-merged (instead of hardcoding master)

v1.9.2

Choose a tag to compare

@nvie nvie released this 23 May 06:53
  • 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

Choose a tag to compare

@nvie nvie released this 02 Feb 09:08
  • 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

Choose a tag to compare

@nvie nvie released this 19 Jul 09:08
  • 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

Choose a tag to compare

@nvie nvie released this 17 Apr 14:00
  • Fix issue where the probe for "(g)realpath" can fail

v1.8.3

Choose a tag to compare

@nvie nvie released this 17 Apr 11:28
  • Hide possible warnings displayed by which on some platforms

v1.8.2

Choose a tag to compare

@nvie nvie released this 17 Apr 08:46
  • Fix the fix from 1.8.1, which broke some Linux distros.