Merge branch 'mg/doc-submodule-status-cached'
"git submodule status" and "git submodule status --cached" show different things, but the documentation did not cover them correctly, which has been corrected. * mg/doc-submodule-status-cached: doc: document 'git submodule status --cached'
This commit is contained in:
commit
57d46bc602
@ -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.
|
||||
+
|
||||
|
Loading…
Reference in New Issue
Block a user