W git, jakie są dobre konwencje formatowania wielu komentarzy do pojedynczego zatwierdzenia

Zastanawiałem się, jak ludzie zazwyczaj rozdzielają wiele komentarzy w jednym zatwierdzeniu. Gwiazdy? Przecinki? Oddzielne linie? Zastanawiam się, co uważasz za najlepsze.

Używam tego teraz, gdy dodaję komentarze za pośrednictwem Emacsa, ale nie jestem pewien, czy mi się podoba:

Added error messaging
Cleaned up sign-up UI
Added recaptcha

# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# Committer: Conrad Chu <[email protected]>
#
# On branch master
# Changes to be committed:
#   (use "git reset HEAD <file>..." to unstage)
#
#       modified:   app/controllers/api_controller.rb
#       modified:   app/controllers/users_controller.rb
#       modified:   app/models/user.rb
#       modified:   app/views/users/new.html.erb
#       modified:   app/views/users/show.html.erb
#       modified:   config/environment.rb
#       modified:   db/migrate/20090923001219_create_users.rb
#       modified:   db/schema.rb
#       modified:   doc/README
#       modified:   public/stylesheets/master.css
#       new file:   vendor/plugins/recaptcha/.gitignore
#       new file:   vendor/plugins/recaptcha/CHANGELOG

questionAnswers(4)

yourAnswerToTheQuestion