]> asedeno.scripts.mit.edu Git - git.git/blobdiff - git-filter-branch.sh
filter-branch: remove an unnecessary use of 'git read-tree'
[git.git] / git-filter-branch.sh
index 8ef1bde710c5fc6c3debd19440d423424046fd95..cfead301eee1dfab75112a5f5302f866e0e9e34b 100755 (executable)
@@ -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"