Merge branch 'js/filter-branch-prime'
* js/filter-branch-prime: filter-branch: remove an unnecessary use of 'git read-tree'
This commit is contained in:
commit
f012d27ff3
@ -259,7 +259,6 @@ test -s "$tempdir"/heads ||
|
|||||||
|
|
||||||
GIT_INDEX_FILE="$(pwd)/../index"
|
GIT_INDEX_FILE="$(pwd)/../index"
|
||||||
export GIT_INDEX_FILE
|
export GIT_INDEX_FILE
|
||||||
git read-tree || die "Could not seed the index"
|
|
||||||
|
|
||||||
# map old->new commit ids for rewriting parents
|
# map old->new commit ids for rewriting parents
|
||||||
mkdir ../map || die "Could not create map/ directory"
|
mkdir ../map || die "Could not create map/ directory"
|
||||||
|
Loading…
Reference in New Issue
Block a user