From: Junio C Hamano Date: Sat, 11 Feb 2006 02:38:24 +0000 (-0800) Subject: git-commit -v: have patch at the end. X-Git-Tag: v1.2.0~22 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/9ae6be80163669db921e6522140900da41753ed5?hp=9ae6be80163669db921e6522140900da41753ed5 git-commit -v: have patch at the end. It was pointed out that otherwise more important summary information prefixed with '#' would become prone to be missed. Also instead of chopping at the first '^---$' line, stop at the first 'diff --git a/' line. Signed-off-by: Junio C Hamano ---