Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/filter-branch-prime'
author
Junio C Hamano
<gitster@pobox.com>
Thu, 7 Jan 2010 23:40:30 +0000
(15:40 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 7 Jan 2010 23:40:30 +0000
(15:40 -0800)
* js/filter-branch-prime:
filter-branch: remove an unnecessary use of 'git read-tree'
git-filter-branch.sh
patch
|
blob
|
history
raw
(from parent 1:
3259ada
)
diff --git
a/git-filter-branch.sh
b/git-filter-branch.sh
index cb9d2022cc93f1f371264098828a52e0d6bf1d7c..195b5ef48ed3371b2010f9caf711e12089da9c06 100755
(executable)
--- 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"