Releases: nvie/git-toolbelt
Releases · nvie/git-toolbelt
v1.9.3
- Fix: use main branch in
git-merged
(instead of hardcoding master
)
v1.9.2
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
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
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
- Fix issue where the probe for "(g)realpath" can fail
v1.8.3
- Hide possible warnings displayed by
which
on some platforms
v1.8.2
- Fix the fix from 1.8.1, which broke some Linux distros.
v1.8.1
- Fix to be compatible with
coreutils
9.2+, which renamed realpath
→ grealpath
v1.8.0
- 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
- Add
-m
option to git-modified
to only show locally modified files
- Fix: make
git-merges-cleanly
work when there are skipped files