filter-branch: Remove broken and unnecessary summary of rewritten refs.
commit91c3aced4c9b961e162f9acd706f4b03a85aed2c
authorJohannes Sixt <johannes.sixt@telecom.at>
Tue, 18 Dec 2007 07:30:47 +0000 (18 08:30 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Dec 2007 20:00:26 +0000 (18 12:00 -0800)
tree925e16979cdeeeb82204283af8a5ee67f862863e
parent02ff62504e12cb1925a59b6956508dc70984c5b4
filter-branch: Remove broken and unnecessary summary of rewritten refs.

There was an attempt to list the refs that were rewritten by filtering
the output of 'git show-ref' for 'refs/original'. But it got the
grep argument wrong, which did not account for the SHA1 that is listed
before the ref.

Moreover, right before this summary is the loop that actually does the
rewriting, and the rewritten refs are listed there anyway. So this extra
summary is plainly too verbose.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-filter-branch.sh