Updates. By Jeff Kreeftmeijer

You can use Git’s -m option multiple times. The first is the subject line, and every subsequent one is a paragraph:

$ git commit -m "Subject" -m "First paragraph" -m "Second paragraph"