From fd1e40043c417a0c6f352016899bccebbf2b708a Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih.mailinglist@gmail.com>
Date: Tue, 11 Sep 2012 21:25:59 +0200
Subject: [PATCH] Refer users of `git submodule` to v1.7.12 or later

See commits

* be8779f7ac9a3be9aa783df008d59082f4054f67
* 95e7705310bce3b2721ebf789776c170cf424abb

in git's git repository
---
 doc/vcsh.1.ronn | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/doc/vcsh.1.ronn b/doc/vcsh.1.ronn
index 88ebd9d..bab8bcd 100644
--- a/doc/vcsh.1.ronn
+++ b/doc/vcsh.1.ronn
@@ -173,11 +173,10 @@ You can put any and all commands into this config file and they will be executed
 
 None are known at this time, but reports and/or patches are more than welcome.
 
-## KNOWN ISSUES
+## INTEROPERABILITY
 
-As of this writing (June 2012), `vcsh` does not work with `git submodule` due
-to limitations within `git`. Depending on when you are reading this, you might
-want to consider upgrading.
+If you rely on `git submodule`, use `git` 1.7.12 or later. Earlier versions
+do not clean internal variables properly before descending into a submodule.
 
 ## HISTORY
 
-- 
GitLab