summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-01-07 23:40:30 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-01-07 23:40:30 (GMT)
commitf012d27ff3e37d0412bba34ca53a2d444fd3c563 (patch)
treeeeccc18f008a522e7e0155f57cf7971a060c0a06
parent3259ada4c79eb1e8213ab44c7ce3ec6f7775cd33 (diff)
parent7ee6376938919d36a9f8d45dd3ae20f0cb494574 (diff)
downloadgit-f012d27ff3e37d0412bba34ca53a2d444fd3c563.zip
git-f012d27ff3e37d0412bba34ca53a2d444fd3c563.tar.gz
git-f012d27ff3e37d0412bba34ca53a2d444fd3c563.tar.bz2
Merge branch 'js/filter-branch-prime'
* js/filter-branch-prime: filter-branch: remove an unnecessary use of 'git read-tree'
-rwxr-xr-xgit-filter-branch.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/git-filter-branch.sh b/git-filter-branch.sh
index cb9d202..195b5ef 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"