vote up 23 vote down star
14

Following this topic, what is the best (as in witty and/or funny) commit message you have ever encountered?

For example, here's the message for a commit I made a few minutes ago:

This change should have never been made. It kills little children.
NOTE TO SELF: Don't do everything [the boss] tells you immediately.

flag
3  
-1, +close: You stated in this thread (stackoverflow.com/questions/639035/…) that non-serious poll questions should be closed until wikied. This standard does not exclude your own posts. – Juliet Mar 12 at 16:07
1  
-1, +close following your own standards this is "not a question" and should be closed or wikified – SinneR Mar 12 at 16:24
3  
@Princess and SinneR: you're both right. I've been meaning to wikify this question. – Can Berk Güder Mar 12 at 16:41
show 1 more comment

38 Answers

1 2 next
vote up 29 vote down

I don't know what these changes are supposed to accomplish but somebody told me to make them.

link|flag
1  
cringe. grudging +1 – TokenMacGuy Jun 10 at 14:35
vote up 6 vote down

Bug 1920 -- Embarassing Lack of Thorough Testing

link|flag
vote up 6 vote down

just one commit after big commit with a long list coupled changes...

"Sorry I forgot to add the files"

link|flag
2  
Im glad git allows me to fix commits I get wrong like this. Other scms should follow this pattern. – TokenMacGuy Jun 10 at 14:37
show 2 more comments
vote up 2 vote down

"This will fix the bug"

link|flag
vote up 5 vote down

"If you're reading this, I'm screwed..."

link|flag
vote up 70 vote down
Rev 53571: "This is a basic implementation that works."
Rev 53572: "By works, I meant 'doesnt work'.  Works now.."
Rev 53573: "Last time I said it works? I was kidding.  Try this."
Rev 53574: "Just stop reading these for a while, ok.. "
Rev 53575: "Give me a break, it's 2am.  But it works now."
Rev 53576: "Make that it works in 90% of the cases.  3:30."
Rev 53577: "Ok, 5am, it works.  For real.  
            Back when I said basic implementation? Scratch that."
link|flag
vote up 17 vote down

"No changes made"

link|flag
4  
which is usually followed by a list of 10 files all with changes. – Ray Booysen Jan 10 at 23:07
show 2 more comments
vote up 22 vote down

To those I leave behind, good luck!

Committed by an ex-employee on his last day of work - the code didn't even compile.

link|flag
14  
You shouldn't be allowed to commit code on your last day. – Bill the Lizard Jan 11 at 15:49
show 2 more comments
vote up 3 vote down

My own: Fixed an error in the time space continuum.

The darn thing was behaving as if we had a cache-coherency problem, only there was no cache. Thankfully, I found the bug.

link|flag
vote up 1 vote down

"my comp is crashing, HELP!!!!!"

link|flag
vote up 14 vote down

The best public one i've encountered is probably this xkcd reference in the OpenBSD tree resulting in a man-page for msleep(9):

Log message:
<oga> art write me a manpage
<art> What? Write it yourself.
<oga> sudo art write me a manpage.
<art> ok

Document msleep(9).
link|flag
vote up 4 vote down

The best I've seen is a single space which came very popular at my workplace after the architect put a rule in TFS that you could not check in unless you wrote a comment.

link|flag
show 2 more comments
vote up 1 vote down

I've seen my share of the ever-popular:

r123: F#$@
link|flag
vote up 2 vote down

"Will this work?"

link|flag
vote up 3 vote down

This is my favorite: ""

link|flag
vote up 7 vote down

I like "Friday 5pm"

link|flag
vote up 1 vote down

I've decided to stop posting commit messages saying "x is finished." Why? Because it never really is finished and I don't notice that one stupid little change I forgot to make until after I've committed.

This applies also if I make another change that says "ok, now x is really finished."

link|flag
vote up 4 vote down

"Now <insert feature> sorta kinda works."

I just love this one, because it doesn't suggest, that the feature is fully completed. I use it all the time. :)

link|flag
vote up 2 vote down

Most annoying (and frequent) one on a recent project:

Refactoring

link|flag
1  
You'd probably be even more annoyed when I commit a change commented by "Refactored Mercilessly!" – TokenMacGuy Jun 10 at 14:41
vote up 0 vote down

I found these -

Another version

More code

Final version

link|flag
vote up 9 vote down

MSVC6 pain:

"COMP: Day 8 of our attempt to compile vtkUnicodeString on MSVC 6. I am increasingly concerned about the expedition's morale -- our cook, Johnson has begun to alternate between sullenness bordering on insubordination and fits of increasing anger. I fear that extreme measures may need to be taken to enforce good order and discipline among the men ..."

http://public.kitware.com/cgi-bin/viewcvs.cgi/Common/vtkUnicodeString.cxx?view=log

link|flag
1  
This has simply got to be a literary reference, but I don't know from what...anyone? – Beska Jul 7 at 12:52
vote up 7 vote down

"Going skydiving this weekend."

link|flag
vote up 9 vote down

I got rickrolled by a colleague's changelist :/

Another one was "Tell me if you read this". When my friend asked the guy why he'd written it, he got a free mars bar for his efforts.

link|flag
5  
Never going to give you up...Never let you down...Never gonna run around and desert you. – Michael Kniskern Apr 23 at 22:06
show 1 more comment
vote up 5 vote down

"I'm sorry."

link|flag
vote up 5 vote down

From the StackOverflow repository:

changeset 2089:df87fd7fa064
date: Jan 10 2009
author: jdixon
| penis

link|flag
1  
I'll assume the names were changed to protect the innocent? – Kieveli May 27 at 17:08
1  
youtube.com/watch?v=MlfcF1I5e_g – Jarrod Dixon Jul 8 at 9:04
vote up 1 vote down

I once worked with a guy who loved to write code, reams and reams of code. Even if it wasn't necessary, more code was always better. He would crank out a few hundred lines a day or a couple of thousand over a weekend and his commit message was always the same:

"misc"

link|flag
vote up 7 vote down

"Changed tabs to 4 spaces."

link|flag
1  
I would flip out of I saw this commit message. If you really want to treat the indents as spaces, configure your editor to do that with tabs behind the scenes. don't change every line in the file... – rmeador Oct 9 at 1:25
show 1 more comment
vote up 0 vote down

Just saw this gem: Re-adding stuff to SVN after SVNFart.

I've completely forgot what SVNFart was . . . .

link|flag
vote up 42 vote down

We had a class that had been around forever, and that was central to a lot of the work our application did. But the class name was pretty much incomprehensible (and always had been).

One day while I was pairing with a consultant, he convinced me to refactor and give it a sensible, readable name. Here's the commit comment:

Joe & Don -- TBS_Coll is dead. Long live TProjection.

                   ----------
                  /          \
                 /    REST    \
                /      IN      \
               /     PEACE      \
              /                  \
              |     TBS_Coll     |
              |  33809 revisions |
              |    killed by a   |
              |     Level 26     |
              |    consultant    |
              |    wielding a    |
              |     blessed      |
              |  +3 refactoring  |
              |                  |
              |       2006       |
             *|     *  *  *      | *
    _________)/\\_//(\/(/\)/\//\/|_)_______
link|flag
7  
Oh God, my soda is all over the monitor... – Sorin Comanescu Jun 10 at 15:12
2  
Given how much it's improved our code, it's worth the time spent on the ASCII art. – Joe White Jul 8 at 0:09
show 2 more comments
vote up 4 vote down

I commit they to the land of the free but alas not that free of bugs.

Commit "murder"

Commit-ted to this code I am not but you asked me so there.

I am so Committed!

Commit-ee designed - dont blame me.

The commit-ee made me do it

So long and thanks for the save

Source Code Control to Major Tom

Damn didnt mean to save - but hey at least its in

Its not full of stars Dave... Its not full of stars..

** cries**

the shiney mice made me do it.

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.