Re: [PATCH v2] git-commit: populate the edit buffer with 2 blank lines before s-o-b

2013-02-22 Thread Junio C Hamano
Jeff King writes: > FWIW, as a casual reader of this series, I find this to be way easier > to follow than the previous round. It is assuring to know that I am not the only one getting slow with age ;-) Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a m

Re: [PATCH v2] git-commit: populate the edit buffer with 2 blank lines before s-o-b

2013-02-22 Thread Jeff King
On Fri, Feb 22, 2013 at 02:05:27PM -0800, Brandon Casey wrote: > From: Brandon Casey > > Before commit 33f2f9ab, 'commit -s' would populate the edit buffer with > a blank line before the Signed-off-by line. This provided a nice > hint to the user that something should be filled in. Let's resto

[PATCH v2] git-commit: populate the edit buffer with 2 blank lines before s-o-b

2013-02-22 Thread Brandon Casey
From: Brandon Casey Before commit 33f2f9ab, 'commit -s' would populate the edit buffer with a blank line before the Signed-off-by line. This provided a nice hint to the user that something should be filled in. Let's restore that behavior, but now let's ensure that the Signed-off-by line is prec