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