Hi,

here is how to write git log messages:

http://www.tpope.net/node/106

you don't have to be that pedantic like in that post, but please try
to follow the following:

* first line should be short explanation what the patch does
* second line is empty
* then explain the rest, in paragraphs

More notes about the first line: people usually don't put a dot at the
end, just like a subject in the email. Also keep it less than 50 chars
(if possible), because if it's longer, it's hard to read in things
like "git log" in 80 characters terminal. If you use vim with "git
commit", it automatically shows things in red if you put anything on
the second line, and things in black if you exceed the 50 chars limit,
so it naturally guides you.

Otherwise use your intuition, and if its impossible to fit the log
message <50 char, I think it's not a big deal either, but definitely
keep it < 80 char and make the second line blank.

Thanks,
Ondrej

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/sympy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to