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