]> git.phdru.name Git - git-scripts.git/blob - filter-branch-all
Add `filter-branch-all`
[git-scripts.git] / filter-branch-all
1 #! /bin/sh
2
3 # Just a reminder how to properly run `git filter-branch --all`
4
5 FILTER_BRANCH_SQUELCH_WARNING=1 exec git filter-branch \
6     --tag-name-filter cat "$@" -- --branches --tags
7