Skip to content

Commit f012d27

Browse files
committed
Merge branch 'js/filter-branch-prime'
* js/filter-branch-prime: filter-branch: remove an unnecessary use of 'git read-tree'
2 parents 3259ada + 7ee6376 commit f012d27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

git-filter-branch.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ test -s "$tempdir"/heads ||
259259

260260
GIT_INDEX_FILE="$(pwd)/../index"
261261
export GIT_INDEX_FILE
262-
git read-tree || die "Could not seed the index"
263262

264263
# map old->new commit ids for rewriting parents
265264
mkdir ../map || die "Could not create map/ directory"

0 commit comments

Comments
 (0)