git/GitBlobHandle.st
changeset 31 d96d7eff6efc
parent 27 a36a11925d3f
child 481 0cfef855baa2
--- a/git/GitBlobHandle.st	Thu Oct 04 17:54:38 2012 +0000
+++ b/git/GitBlobHandle.st	Sat Oct 06 22:35:46 2012 +0000
@@ -27,6 +27,11 @@
 
 !GitBlobHandle class methodsFor:'documentation'!
 
+version_GIT
+    "Never, ever change this method. Ask JV or CG why"
+    ^thisContext method mclass theNonMetaclass instVarNamed: #revision
+!
+
 version_SVN
     ^ '$Id::                                                                                                                        $'
 ! !