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

2013-02-22 Thread Brandon Casey
On Fri, Feb 22, 2013 at 10:35 AM, Junio C Hamano wrote: > Brandon Casey writes: >> diff --git a/sequencer.c b/sequencer.c >> index 53ee49a..2dac106 100644 >> --- a/sequencer.c >> +++ b/sequencer.c >> @@ -1127,9 +1127,10 @@ void append_signoff(struct strbuf *msgbuf, int >> ignore_footer, unsigne

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

2013-02-22 Thread Junio C Hamano
Brandon Casey writes: > 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 li

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

2013-02-22 Thread 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 preceded by two blank line