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

prev 1 2
vote up 0 vote down

"fix" for a 7 kb commit ... oops :-)

link|flag
vote up 1 vote down

"Test commit. Please ignore"

link|flag
show 1 more comment
vote up 0 vote down

A long time ago, in a galaxy far far away...

link|flag
vote up 1 vote down

Alex made me do it

link|flag
vote up 0 vote down

“Obligatory placeholder commit message”.

Yeah, I wasn't lazy to type it out, but I was lazy enough to think of something better.

link|flag
vote up 1 vote down

"Nothing to see here, move along" - When there were actually some major canges within the project. I just couldnt be bothered writing something useful.

link|flag
vote up 1 vote down

A cursory look at a project I've been doing the past one year where I did not use git seriously for the initial three quarters of the project year, revealed these among other commit messages:

  • minor changes
  • some brief changes
  • assorted changes
  • lots and lots of changes
  • another big bag of changes
  • lots of changes after a lot of time
  • LOTS of changes. period
link|flag
vote up 2 vote down

i see these:

bug fix

(the file has been there for 1 year and gone through 60 revisions... so "bug fix" doesn't mean anything).

typo

(when i check the diff, there actually is a bug fix. so i wonder, is "typo" just to make the mistake look not so bad).

[blank]

(the CEO and CTO like to use empty comment).

link|flag
vote up 2 vote down

"work in progress"

link|flag
vote up 5 vote down

Not the worst, but

oops, forgot to add the file

is close enough.

link|flag
vote up 0 vote down

'hmmmmmm'

Added that once when I couldn't even be bothered to think of something crap to write as a comment. very bad.

link|flag
vote up 9 vote down

Can't take full credit for this one, but one of the web designers was tasked with adding corporate advertising to the internal homepage. Check-in message:

Added a banner to the default admin page. Please have mercy on me =(

link|flag
4  
I thought you were going to say there was an ad in a commit message; "Fixed user login but --This commit brought to you by Burger King." – chap Oct 15 at 4:44
vote up 24 vote down

"." or "changes"

link|flag
2  
+1. "." was always a favorite of mine :-) – paxdiablo May 26 at 8:07
2  
Surely you mean "................" as there's a trigger which checks for a minimum of 16 characters – Pete Kirkham May 26 at 9:04
show 3 more comments
vote up 3 vote down

"STUFF!!!!!11"

For my master thesis' latex repository.

link|flag
vote up 18 vote down

Much worse than no message at all is the message that looks right but is wrong in subtle and misleading ways.

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

"fixed errors in the previous commit"

Says it all really.. i.e. stuffed up one commit, then failed to even describe what was wrong (and what was corrected)..

link|flag
vote up 3 vote down

My usual nondescript commit message:

oops

This usually results from committing more than was intended with svn commit. However, now that I use Git, this essentially never happens. Not only do I not generally make the mistake of committing more than was intended (I don't use git commit -a), but Git allows me to fix the bad commit before pushing the commit anywhere else!

link|flag
vote up 1 vote down
  • Committed some changes
  • Some bugs fixed
  • Minor updates
  • Added missing file in previous commit

I feel really sorry most of them were in school projects I promise :-(

link|flag
2  
at least you used a vcs on school projects :) – SnOrfus May 26 at 22:51
show 1 more comment
vote up 7 vote down

Switched off unit test X because the build had to go out now and there was no time to fix it properly.

link|flag
show 1 more comment
vote up 3 vote down

This is something like:

Updated

link|flag
vote up 3 vote down

Just checked git log and I found Corrected mistakes (committed by me!) which I think is not a good commit message as it does not shed light on what mistakes have been corrected. I should have added a description.

link|flag
6  
I once had a coworker who used only one commit message in two years: "updates" ;) – Aleksandar Ivanisevic May 26 at 7:38
show 1 more comment
vote up 0 vote down

[insert friends name] is the bomb.

when you fix one of their errors. Became some sort of hype among friends after one started it when fixing useless stupid errors. Though the projects were not that big :).

link|flag
prev 1 2

Your Answer

Get an OpenID
or

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