X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=Documentation%2Fgit-status.txt;h=2fd054c1040ce43949382e4744a0d7a814a8d9bd;hb=7e7db5e4520388d3a6f1efbe2f7a29d43bd06a2b;hp=fd0fe7cb56cf3ba163cef467f5fc9c35b0ea963b;hpb=379e48fa5f09aa9022b43f461eb084764091e5af;p=git.git diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt index fd0fe7cb5..2fd054c10 100644 --- a/Documentation/git-status.txt +++ b/Documentation/git-status.txt @@ -53,6 +53,17 @@ See linkgit:git-config[1] for configuration variable used to change the default for when the option is not specified. +--ignore-submodules[=]:: + Ignore changes to submodules when looking for changes. can be + either "untracked", "dirty" or "all", which is the default. When + "untracked" is used submodules are not considered dirty when they only + contain untracked content (but they are still scanned for modified + content). Using "dirty" ignores all changes to the work tree of submodules, + only changes to the commits stored in the superproject are shown (this was + the behavior before 1.7.0). Using "all" hides all changes to submodules + (and suppresses the output of submodule summaries when the config option + `status.submodulesummary` is set). + -z:: Terminate entries with NUL, instead of LF. This implies the `--porcelain` output format if no other format is given.