git-svn: Add a svn-remote.<name>.pushurl config key
[gitweb.git] / Documentation / git-fetch.txt
index 7146f6ba0b3d531f788693cf78590565a0645144..67d221467d6dba14286f96e9ce1442cbfc1ee995 100644 (file)
@@ -76,6 +76,15 @@ The `pu` branch will be updated even if it is does not fast-forward,
 because it is prefixed with a plus sign; `tmp` will not be.
 
 
+BUGS
+----
+Using --recurse-submodules can only fetch new commits in already checked
+out submodules right now. When e.g. upstream added a new submodule in the
+just fetched commits of the superproject the submodule itself can not be
+fetched, making it impossible to check out that submodule later without
+having to do a fetch again. This is expected to be fixed in a future git
+version.
+
 SEE ALSO
 --------
 linkgit:git-pull[1]