I have been using Git a long, long time. I have worked on Git clients and libraries. At some places I've worked, I am the person folks go to when they need Git help.

And yet, only today I learned you can pass -m to commit twice (or more) and it will do the right thing of making each successive message a new paragraph (which is useful for the convention of a short summary as a single first line and following paragraphs as a more detailed message).

@halfogre oh interesting. Does it correctly format the paragraphs to the right number of columns if you do it this way? I hate going in to an editor to write my commit messages but judging line length from the command prompt is a PITA.
@megmac I haven’t tried it, but I don’t expect so. I will probably still go to the editor for longer descriptions, but for my usual practice of one really short line followed by a slightly longer line, it works well.