diff options
-rwxr-xr-x | git-filter-branch.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/git-filter-branch.sh b/git-filter-branch.sh index 8ef1bde710..cfead301ee 100755 --- a/git-filter-branch.sh +++ b/git-filter-branch.sh @@ -252,7 +252,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" |