1#!/bin/sh -eu
2export FILTER_BRANCH_SQUELCH_WARNING=1
3git filter-branch --force --index-filter "git rm --cached --ignore-unmatch $@" --prune-empty --tag-name-filter cat -- --all
1#!/bin/sh -eu
2export FILTER_BRANCH_SQUELCH_WARNING=1
3git filter-branch --force --index-filter "git rm --cached --ignore-unmatch $@" --prune-empty --tag-name-filter cat -- --all