X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-filter-branch.sh;h=195b5ef48ed3371b2010f9caf711e12089da9c06;hb=fa232d457ebc1620ab31be504068c38403497179;hp=cb9d2022cc93f1f371264098828a52e0d6bf1d7c;hpb=7ad9cec81d86ccf7a693ad7e1218e238aee5ca9d;p=git.git diff --git a/git-filter-branch.sh b/git-filter-branch.sh index cb9d2022c..195b5ef48 100755 --- a/git-filter-branch.sh +++ b/git-filter-branch.sh @@ -259,7 +259,6 @@ test -s "$tempdir"/heads || GIT_INDEX_FILE="$(pwd)/../index" export GIT_INDEX_FILE -git read-tree || die "Could not seed the index" # map old->new commit ids for rewriting parents mkdir ../map || die "Could not create map/ directory"