author | Michael J Gruber <git@drmicha.warpmail.net> | |
Thu, 17 Feb 2011 07:44:42 +0000 (08:44 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 17 Feb 2011 19:56:50 +0000 (11:56 -0800) | ||
commit | 2485eab55cc0dcab34311ecd0ac52038aa9d9db4 | |
tree | 54117a9f94e1cc0c8d2f3dbbd90bc79fd9dd5d7e | tree | snapshot |
parent | f2b5e7af10a2d51ce300a958c32d26ec0cf6f678 | commit | diff |
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>
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 | diff | blob | history | |
t/t4204-patch-id.sh | diff | blob | history |