vote up 12 vote down star
3

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?

flag
show 1 more comment

52 Answers

1 2 next
vote up 63 vote down check

The worst must be no comment at all. And I am guilty... :-)

link|flag
3  
+1: exactly what I was about to write... – Fredrik Mörk May 26 at 7:20
6  
Should be community wiki. Also, not the worst. Absolute worst is not using source control. But I swear, I'm changing that! – Chris Lutz May 26 at 7:23
1  
Actually, an incorrect comment is much worse than an emtpy comment. E.g. "fixed comment" when you actually changed a method signature... – sleske Oct 21 at 10:36
show 2 more comments
vote up 2 vote down
That's just how I roll
link|flag
vote up 1 vote down

"Does anyone read this? I'll be at the coffee shop accross the street."

link|flag
vote up 0 vote down

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 (&nbsp / 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.

link|flag
vote up 2 vote down

Classic for me and the other developer in the office used to be:

"Continued development..."
link|flag
vote up 2 vote down

"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. ;)

link|flag
vote up 8 vote down
(\ /)
(O.o)
(> <) Bunny approves these changes.
link|flag
show 1 more comment
vote up 0 vote down

here are some choice ones from our commit log:

  • missing functions
  • tightened up the java in my service call
  • adding my
  • story commit to release lock for joe
link|flag
vote up 0 vote down

git commit -m "Inital Commit"

No description, and too often used... something more useful/creative?

link|flag
vote up 0 vote down

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!

link|flag
vote up 0 vote down

fixed a [insert guilty coworker's name here] bug....

link|flag
vote up 0 vote down
oops

Looking back in the commit log, I did this 3 times in a row, about a month ago :-/

link|flag
vote up 1 vote down

when i had improved performance of slow code,i changed engine started as ferrari engine started

link|flag
vote up 0 vote down

got few times comments in foreign languages,,, good ones are the ones in which programmer speaks to the code ie. "got it bitch" ...

link|flag
vote up 1 vote down

"I'll explain this when I'm sober .. or revert it" .. thanks to git, I can't give a link.

link|flag
vote up 2 vote down

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.

link|flag
vote up 6 vote down

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 :)

// 25th Sep 93 - 01:17 - I must sleep... it's working... in just three hours...
// 26th May 94 - 02:05 - SSG DID IT AGAIN!!!! THE ULTIMATE CHANGELINE
//                       DETECTION ROUTINES!!!!...
// 19th Aug 95 - 18:26 - I was wrong...
//  2nd Apr 94 - 21:12 - Completed with no bugs...
//  6th Aug 94 - 20:34 - Fixed a little bug...
// 10th Dec 94 - 02:11 - Fixed a bug in NoteLineCount... not seriously...
// 27th Aug 97 - 23:58 - woa!! this one was really HARD!
// 29th Jun 97 - 00:48 - Made it to compile...
// 13th Dec 94 - 01:04 - changed things...
// 26th Dec 94 - 00:22 - touched... (cs=2626)
// 31st Dec 94 - 00:21 - i think i fixed a bug... (cs=2605)
//  7th Oct 96 - 14:25 - perfect...
// 29th Nov 93 - 02:50 - Moved something to somewhere... goodnight...
link|flag
1  
Moved something to somewhere...LOL! – Frank Oct 21 at 11:08
vote up 0 vote down

WARNING xyz.php doesn't work in this checkout.

link|flag
vote up 9 vote down

The following are all real commits made by me on one project:

  • A fix I believe, not like I tested or anything
  • Useful text
  • pgsql is being a pain
  • pgsql is more strict, increase the hackiness up to 11
  • c&p fail
  • syntax
  • ericflo sucks
  • ERICFLO SUCKS
  • fix
  • someone fails and it isn't me
  • Gross hack because eric doesn't know how to code
  • totally more readable
  • better grepping
  • fix
  • fix bug, for realz
  • fix /sigh
  • Does this work
  • MOAR BIFURCATION
  • bifurcation
  • REALLY FUCKING FIXED
  • FIX
  • better ignores
  • More ignore
  • more ignores
  • more ignores
  • more ignores
  • more ignores
  • more ignores
  • more ignored words
  • more fixes
  • really ignore ignored worsd
  • fixes
  • /sigh
  • fix
  • fail
  • pointless limitation
  • eppic fail eric
  • ajax-loader hotness, oh yeah
  • ericflo broke the regex, lame
  • small is a real HTML tag, who knew.
  • WTF is this.
  • Do things better, faster, stronger
  • Fixed a bug cause brosner said to
  • Use a real JS construct, WTF knows why this works in chromium.
link|flag
vote up 1 vote down

Ready for it?.....

I did it for the lulz!

We checked in an interface:

public interface ICanHasState

...this is in a respectable business package, no less. If it weren't for obfuscation, someone might actually find that.

link|flag
vote up 1 vote down

PROJ-1254: Some reasonable message

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.

link|flag
vote up 2 vote down

One of my worst was quite recent:

I am even stupider than I thought

link|flag
vote up 8 vote down

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.

link|flag
vote up 25 vote down

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:

JOSH, WE WENT OVER THIS. EXPANDTAB. • STEVE, WE WENT OVER THIS. C++ IO SUCKS. • Some shit. • add actual words • I CAN HAZ COMMENTZ. • giggle. • Whatever. • Finished fondling. • FONDLED THE CODE • this is how we generate our shit. • unh • don't be retarded. • It works! • unionfind is no longer being molested. • Well, it's doing something. • I'M PUSHING. • Whee. • Whee, good night. • It'd be nice if type errors caused the compiler to issue a type error • Fucking templates. • I hate this fucking language. • marks • that coulda been bad • hoo boy • Fucking egotistical bastard. adds expandtab to vimrc • if you're not using et, fuck off • WHO THE FUCK CAME UP WITH MAKE? • fix some fucking errors • first blush • uhhhhhh • forgot we're not using a smart language • include shit • things occurred • i dunno, maybe this works • 8==========D • whooooooooooooooooooooooooooo • clarify further the brokenness of C++. why the fuck are we using C++?

link|flag
vote up 1 vote down

Revision 1024!!

link|flag
vote up 1 vote down

"I'm just a grunt. Don't blame me for this awful PoS."

link|flag
vote up 2 vote down

"put code that worked where the code that didn't used to be"

link|flag
vote up 0 vote down

"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?

link|flag
vote up 0 vote down

"committed changes"

link|flag
vote up 11 vote down

"Whooohoo Revision 666!"

On a pointless change of course.

link|flag
1 2 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.