Tim Morgan's thoughts that are too big for Twitter
A commit message

commit f71fccccb97f6d0d1bf31ef8adc137ad8dd974a6
Author: Tim Morgan 
Date:   Thu Oct 29 01:17:01 2009 -0700

	Who the fuck thought it would be faster to re-implement Git in Ruby? This
	fucking crap has been timing out my admin pages because all these fucking
	packfiles and blobs and diffs are being processed in Ruby, the Slowest
	Language Ever Invented. Boy, that's way better than doing it in fucking C,
	the language Git is written in! It's not like Linus Torvalds is some kind of
	fucking genius who knows you write goddamn command line tools in C when they
	need to be fast as fuck, right?! Jesus fuck.

diff --git a/vendor/gems/grit-2.0.0/lib/grit/git.rb b/vendor/gems/grit-2.0.0/lib/grit/git.rb
index b813a71..29e5414 100644
--- a/vendor/gems/grit-2.0.0/lib/grit/git.rb
+++ b/vendor/gems/grit-2.0.0/lib/grit/git.rb
@@ -13,7 +13,7 @@ module Grit
 
 	undef_method :clone
 
-	include GitRuby
+	#include GitRuby
 
 	def exist?
 	  File.exist?(self.git_dir)