apply -v: show offset count when patch did not apply exactly
commit334f8cb22a085964f1ad7d6063c66767920b3332
authorJunio C Hamano <gitster@pobox.com>
Fri, 4 Mar 2011 22:43:45 +0000 (4 14:43 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 6 Mar 2011 22:02:45 +0000 (6 14:02 -0800)
treedd9b16b8f54b6f160b1fcc7699e4018e419604e4
parent964498e7f90bc5d822746bbf953fb66c6b01ac1c
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>
builtin/apply.c