]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-submodule.txt
doc: mention that 'git submodule update' fetches missing commits
[thirdparty/git.git] / Documentation / git-submodule.txt
index 0ed5c24dc1ce553d0b0ac90d49fcf161a3320474..4beb569ae53092eb52c6ba8e1150f8e84e9111da 100644 (file)
@@ -133,7 +133,8 @@ update [--init] [--remote] [-N|--no-fetch] [--[no-]recommend-shallow] [-f|--forc
 +
 --
 Update the registered submodules to match what the superproject
-expects by cloning missing submodules and updating the working tree of
+expects by cloning missing submodules, fetching missing commits
+in submodules and updating the working tree of
 the submodules. The "updating" can be done in several ways depending
 on command line options and the value of `submodule.<name>.update`
 configuration variable. The command line option takes precedence over