Skip to content

Commit

Permalink
Added support for XUPPERNAMEX to more faithfully recreate some favour…
Browse files Browse the repository at this point in the history
…ite terrible commit messages. Added said terrible commit messages.
  • Loading branch information
damncabbage committed Aug 14, 2011
1 parent d012254 commit 95c5d11
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions commit.py
Expand Up @@ -32,6 +32,10 @@ def get(self, message_hash=None):

message = messages[message_hash].replace(
'XNAMEX', random.choice(names))

message = message.replace('XUPPERNAMEX', random.choice(names).upper())
message = message.replace('XLOWERNAMEX', random.choice(names).lower())

self.output_message(message, message_hash)

def output_message(self, message, message_hash):
Expand Down
7 changes: 7 additions & 0 deletions commit_messages.txt
Expand Up @@ -211,3 +211,10 @@ LOL!
Reticulating splines...
SEXY RUSSIAN CODES WAITING FOR YOU TO CALL
s/import/include/
extra debug for stuff module
debug line test
debugo
remove debug<br/>all good
debug suff
more debug... who overwrote!
FUCKING XUPPERNAMEX

0 comments on commit 95c5d11

Please sign in to comment.