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