]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-submodule.txt
doc: document 'git submodule status --cached'
[thirdparty/git.git] / Documentation / git-submodule.txt
index 0ed5c24dc1ce553d0b0ac90d49fcf161a3320474..f05c2b92fb1e469d3912fe9384867336204a7513 100644 (file)
@@ -80,6 +80,9 @@ status [--cached] [--recursive] [--] [<path>...]::
        does not match the SHA-1 found in the index of the containing
        repository and `U` if the submodule has merge conflicts.
 +
+If `--cached` is specified, this command will instead print the SHA-1
+recorded in the superproject for each submodule.
++
 If `--recursive` is specified, this command will recurse into nested
 submodules, and show their status as well.
 +