Re: ALSA official git repository

From: Junio C Hamano
Date: Fri May 27 2005 - 13:50:10 EST


>>>>> "LT" == Linus Torvalds <torvalds@xxxxxxxx> writes:

LT> On Fri, 27 May 2005, Sean wrote:
>> >
>> > Now, arguably gitweb should ignore whitespace at the beginning, but
>> > equally arguably your commits shouldn't have them either...
>>
>> Perhaps git should enforce this? Patch attached.
>>
>> Remove leading empty lines from commit messages.
>>
>> Signed-off-by: Sean Estabrooks <seanlkml@xxxxxxxxxxxx>

LT> I'm not sure.
LT> Opinions?

Porcelains and gitweb should play with each other nicely, but
the core should _not_ care by default.

An extra option ("--text", perhaps) to git-commit-tree is
acceptable to me, and it may be even a good thing to have. It
would make life a bit easiear for Porcelain writers if nothing
else. If that is to happen, I would say we could do more than
just leading blank line removal. We can also remove trailing
blanks before each LF, tabify indented log message contents, and
remove empty lines before EOF.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/