My commit messages on git usually look like the following:
* Fix bug abc
* Refactor xyz
* Document 123
* ...
I'm wondering whether this is a bad practice and I should prefer one-line commit messages or at least provide a header line.
On the other hand, this would be less comfortable to write ...
What are your recommendations?