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

Linux

5225 readers
169 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

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

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

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

[–] 0day@programming.dev 14 points 1 month ago

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

[–] GetOffMyLan@programming.dev 3 points 1 month 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.