Skip to content

Commit

Permalink
Merge branch 'js/filter-branch-prime'
Browse files Browse the repository at this point in the history
* js/filter-branch-prime:
  filter-branch: remove an unnecessary use of 'git read-tree'
  • Loading branch information
Junio C Hamano committed Jan 7, 2010
2 parents 3259ada + 7ee6376 commit f012d27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion git-filter-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f012d27

Please sign in to comment.