this post was submitted on 07 Oct 2024
178 points (98.4% liked)

Linux

8909 readers
740 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] jagged_circle@feddit.nl 18 points 10 months ago (2 children)

My commit messages are paragraphs. Drives me crazy when people don't leave useful commit messages

[–] 0day@programming.dev 14 points 10 months ago

Good commit messages always help me find the bugs I introduced.

[–] GetOffMyLan@programming.dev 3 points 10 months ago

That would drive me crazy lol

I feel it's kind of like comments. You don't need to explain every change made as the diff does that. Just explain why the changes were made.