#! /bin/sh # Just a reminder how to properly run `git filter-branch --all` FILTER_BRANCH_SQUELCH_WARNING=1 exec git filter-branch \ --tag-name-filter cat "$@" -- --branches --tags