From: Junio C Hamano Date: Thu, 7 Jan 2010 23:40:30 +0000 (-0800) Subject: Merge branch 'js/filter-branch-prime' X-Git-Tag: v1.7.0-rc0~122 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f012d27ff3e37d0412bba34ca53a2d444fd3c563?hp=3259ada4c79eb1e8213ab44c7ce3ec6f7775cd33 Merge branch 'js/filter-branch-prime' * js/filter-branch-prime: filter-branch: remove an unnecessary use of 'git read-tree' --- diff --git a/git-filter-branch.sh b/git-filter-branch.sh index cb9d2022cc..195b5ef48e 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"