[PATCH] Add support of the 'mmc.type' parameter

Dan Nicholson dbn.lists at gmail.com
Tue Feb 26 06:13:38 PST 2008


On Tue, Feb 26, 2008 at 12:11 AM, Andy Shevchenko <andy at smile.org.ua> wrote:
>
>  P.S. Please, direct me how to add description in the git? Do I need to past
>  different paragraphs for subject and description parts?

That's typically what people do when there is more than a trivial change.

$ git commit -a
[brings up editor]
<subject line, should be single line to emulate email subject>

<longer message describing the change, can be multiple paragraphs>

Then when you do git-format-patch + git-send-email, then everything is
all worked out for you just like you were sending an email and adding
the patch inline. There's no strict enforcement of the above rules,
but that's the custom with git commit messages.

--
Dan


More information about the hal mailing list