#!/bin/bash p="${0%/*}"; p="`readlink -f \"$p\"`"; if [ -z "$EDITOR" ]; then export EDITOR=vi; fi; git-filter-branch \ --env-filter "source \"$p/envfilter2\"" \ --msg-filter "\"$p/msgfilter2\"" \ "$@";