I mean, we've all done it, making some changes and the checking them in with messages such "as made some changes" or "fixed a bug." Messages so inane, so pointless, you might as well have written "magical fun bus" in their place (of this, I am guilty), as it would be, perhaps, more descriptive. I ask you then, what is the most pointless, most off topic, strangest, or just WORST commit message you have ever authored?
|
3
|
|
|
|
|
|
The worst must be no comment at all. And I am guilty... :-) |
||||||||||||
|
|
|
|
|||
|
|
|
|
"Does anyone read this? I'll be at the coffee shop accross the street." |
|||
|
|
|
|
The worst I’ve personally done (a few times) was the following:
That’s not actually blank because a commit message was required, so I entered a non-breaking space (  / 0160). I know, I know; it’s cheating. But to be fair, I’m the only one using this system, and the changes were really trivial. |
|||
|
|
|
|
Classic for me and the other developer in the office used to be:
|
|||
|
|
|
|
"good stuff only" .. but it's better in Swedish: "bara bra grejjor". You know, like, it's good stuff, like. That's why I committed it, like. ;) |
|||
|
|
|
|
|
|||
|
|
here are some choice ones from our commit log:
|
|||
|
|
|
|
git commit -m "Inital Commit" No description, and too often used... something more useful/creative? |
|||
|
|
|
|
I always put comments on my commits, so I'm not guilty of this sin. But hundreds and thousands of commits from developers who used to work in the same company as me were commented with no message or ∗∗∗empty log message∗∗∗ (the IDE default). So annoying! |
|||
|
|
|
|
fixed a [insert guilty coworker's name here] bug.... |
|||
|
|
|
|
Looking back in the commit log, I did this 3 times in a row, about a month ago :-/ |
|||
|
|
|
|
when i had improved performance of slow code,i changed engine started as ferrari engine started |
|||
|
|
|
|
got few times comments in foreign languages,,, good ones are the ones in which programmer speaks to the code ie. "got it bitch" ... |
|||
|
|
|
|
"I'll explain this when I'm sober .. or revert it" .. thanks to git, I can't give a link. |
|||
|
|
|
|
Detailed description of an other change, which I made earlier to another file, simply because my IDE remembers the message I entered for that other commit. IMO this is much worse than a meaningless or empty message, since it's misleading. |
|||
|
|
|
|
Back in 90's when we didn't have a revision control system, we were used to put change log entries at the top of the source code. Below are some of my entries from our GUI library. Jury shall consider that the defendant was 17 years old and a beginner in English back then :)
|
||||
|
|
|
WARNING xyz.php doesn't work in this checkout. |
|||
|
|
|
|
The following are all real commits made by me on one project:
|
|||
|
|
|
|
Ready for it?.....
We checked in an interface:
...this is in a respectable business package, no less. If it weren't for obfuscation, someone might actually find that. |
|||
|
|
|
|
Turns out I made 4-5 commits with a completely wrong ticket id, it should have been PROJ-2154 Even worse: our issue tracking software looks up related code changes from the repository. Therefore, if somebody ever looks at that 6-month-old issue they will find a lot of random code commits that don't even make sense tied to it. Oops. |
|||
|
|
|
|
One of my worst was quite recent:
|
|||
|
|
|
|
the IT guy noticed revision 666 was coming up and wanted to make it special. I convinced him that: "needs more cow bell" would be ideal. a few months later the head of production was rather distraught because she thought the client had requested it. |
|||
|
|
|
|
I feel this is just too good not to share. It was a programming assignment for our algorithms class. Apparently, we did most of the work after midnight; presented below are the more random/profane git commit messages:
|
|||
|
|
|
|
|
|||
|
|
|
|
"I'm just a grunt. Don't blame me for this awful PoS." |
|||
|
|
|
|
"put code that worked where the code that didn't used to be" |
|||
|
|
|
|
"Fixed the build" While that does get to the point of why I'm commiting the change, it doesn't say anything about what I did change. That's why we have file diffs, right? |
|||
|
|
|
|
"committed changes" |
|||
|
|
|
|
"Whooohoo Revision 666!" On a pointless change of course. |
|||
|
|
