Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
It's probably compressed and in binary. You'll need to read millions or billions of more commits until it all makes sense.
-
We have a commit message policy in the company I work to prevent something like this.
-
On MY branch I often commit WIP, until a functional military stone where I squash it to have a true commit message.
Also use it when I couldn't finish a task the same day. Or when I config/debug a CI workflow problem as it must go through the CI.
The problem is more : why the commit messages made it into master! -
p3rand0r875yI do that (not at such gruesome levels tho) because I know I gonna rebase my commits, and the changes are so minuscule that they don't deserve a comment.
Something like
-m "optimized"
-m "s" #for "same"
-m "s"
Then just one commit named "optimizations"
Related Rants
Why do people fucking do this? You're working in a team, ffs. Even if right now you're the only one working on that branch or whatever, that doesn't make it okay to have the most useless commit messages of all time.
rant
1
useless
commit message
whyyyyyyyyyy
git