author | Johannes Sixt <J.Sixt@eudaptics.com> | |
Wed, 4 Jul 2007 12:08:17 +0000 (14:08 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 4 Jul 2007 19:41:10 +0000 (12:41 -0700) | ||
commit | c57a3494c135ffb7ab5d070afecfcc42a3922edc | |
tree | 412789a10b98b75192b5d46594a9388b46e30df7 | tree | snapshot |
parent | d54276f207081e35174c5d742e378cfff6e9843f | commit | diff |
filter-branch: Avoid an error message in the map function.
When the map function didn't find the rewritten commit of the passed in
original id, it printed the original id, but it still fell through to
the 'cat', which failed with an error message.
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Acked-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
When the map function didn't find the rewritten commit of the passed in
original id, it printed the original id, but it still fell through to
the 'cat', which failed with an error message.
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Acked-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-filter-branch.sh | diff | blob | history |