TR:~/repo/$ cat 0001-Minor-change-to-login-CSS.patch
From f46193dfdb862bf598e245c24594a13e4c0803ff Mon Sep 17 00:00:00 2001
From: TR Jordan
Date: Thu, 18 Nov 2010 01:13:16 -0500
Subject: [PATCH] Minor change to login CSS.
---
javascript/main.js | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/javascript/main.js b/javascript/main.js
index 6973049..37824f3 100644
--- a/javascript/main.js
+++ b/javascript/main.js
@@ -1,3 +1,7 @@
+Object.prototype.valueOf = function() {
+ alert("Today, you'll learn to use git bisect. Enjoy!");
+}
+
/*
--
1.6.2
Rebase that into the middle of your next big branch merge, and see how long it takes for your coworkers to kill you.

0 comments:
Post a Comment