Re: Add sub-message to a commit

2011-06-15 Thread Frédéric Delanoy
On Wed, Jun 15, 2011 at 16:28, GOUJON Alexandre wrote: > So writing commit messages with more than one line will add them (all lines > except the first one) as a 'sub' commit message. > I'm using git for another project and being able to comment a bit more a > commit is appreciable. Simply don't

Re: Add sub-message to a commit

2011-06-15 Thread GOUJON Alexandre
On 06/15/2011 04:17 PM, Andrew Eikum wrote: On 06/15/2011 09:09 AM, GOUJON Alexandre wrote: I would like to add a 'sub'-message to a commit like this one http://source.winehq.org/git/wine.git/commitdiff/dbd878639424071e1d4c6cfc9bcc75906a4b2b8a I know that I can specify this text at the begin

Re: Add sub-message to a commit

2011-06-15 Thread Andrew Eikum
On 06/15/2011 09:09 AM, GOUJON Alexandre wrote: I would like to add a 'sub'-message to a commit like this one http://source.winehq.org/git/wine.git/commitdiff/dbd878639424071e1d4c6cfc9bcc75906a4b2b8a I know that I can specify this text at the beginning of a patch I want to send to wine-patches (

Add sub-message to a commit

2011-06-15 Thread GOUJON Alexandre
Hi, I would like to add a 'sub'-message to a commit like this one http://source.winehq.org/git/wine.git/commitdiff/dbd878639424071e1d4c6cfc9bcc75906a4b2b8a I know that I can specify this text at the beginning of a patch I want to send to wine-patches (befor the '---'). But here, I'm interested