diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-01-07 15:40:30 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-01-07 15:40:30 -0800 |
commit | f012d27ff3e37d0412bba34ca53a2d444fd3c563 (patch) | |
tree | eeccc18f008a522e7e0155f57cf7971a060c0a06 | |
parent | 3259ada4c79eb1e8213ab44c7ce3ec6f7775cd33 (diff) | |
parent | 7ee6376938919d36a9f8d45dd3ae20f0cb494574 (diff) | |
download | git-f012d27ff3e37d0412bba34ca53a2d444fd3c563.tar.gz |
Merge branch 'js/filter-branch-prime'
* js/filter-branch-prime:
filter-branch: remove an unnecessary use of 'git read-tree'
-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 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" |