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 /git-filter-branch.sh | |
| parent | Merge branch 'sb/maint-octopus' (diff) | |
| parent | filter-branch: remove an unnecessary use of 'git read-tree' (diff) | |
| download | git-f012d27ff3e37d0412bba34ca53a2d444fd3c563.tar.gz git-f012d27ff3e37d0412bba34ca53a2d444fd3c563.zip | |
Merge branch 'js/filter-branch-prime'
* js/filter-branch-prime:
filter-branch: remove an unnecessary use of 'git read-tree'
Diffstat (limited to 'git-filter-branch.sh')
| -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" |
