author | Junio C Hamano <gitster@pobox.com> | |
Fri, 4 Mar 2011 22:43:45 +0000 (14:43 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 6 Mar 2011 22:02:45 +0000 (14:02 -0800) | ||
commit | 334f8cb22a085964f1ad7d6063c66767920b3332 | |
tree | dd9b16b8f54b6f160b1fcc7699e4018e419604e4 | tree | snapshot |
parent | 964498e7f90bc5d822746bbf953fb66c6b01ac1c | commit | diff |
apply -v: show offset count when patch did not apply exactly
When the line number the patch intended to touch does not match
the line in the version being patched, GNU patch reports that
it applied the hunk at a different line number, with how big an
offset.
Teach "git apply" to do the same under --verbose option.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
When the line number the patch intended to touch does not match
the line in the version being patched, GNU patch reports that
it applied the hunk at a different line number, with how big an
offset.
Teach "git apply" to do the same under --verbose option.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/apply.c | diff | blob | history |