git-patch-id: do not trip over "no newline" markers
commit2485eab55cc0dcab34311ecd0ac52038aa9d9db4
authorMichael J Gruber <git@drmicha.warpmail.net>
Thu, 17 Feb 2011 07:44:42 +0000 (17 08:44 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 Feb 2011 19:56:50 +0000 (17 11:56 -0800)
tree54117a9f94e1cc0c8d2f3dbbd90bc79fd9dd5d7e
parentf2b5e7af10a2d51ce300a958c32d26ec0cf6f678
git-patch-id: do not trip over "no newline" markers

Currently, patch-id trips over our very own diff extension for marking
the absence of newline at EOF.

Fix it. (Ignore it, it's whitespace.)

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/patch-id.c
t/t4204-patch-id.sh