diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-04-19 21:11:29 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-04-19 21:11:29 -0700 |
commit | 3642617ee7359eed5e108fea48981841591142bf (patch) | |
tree | 79cc1c5fab5efa38ddd4a1fdfbb9e02f16d4ed78 /Documentation | |
parent | d52301630f05c95a9bd0205bc36289ce8bab9211 (diff) | |
parent | e5e4a7f23d7df0ec04b6423a90c9b858082a74af (diff) | |
download | git-3642617ee7359eed5e108fea48981841591142bf.tar.gz |
Merge branch 'py/submodule'
* py/submodule:
builtin-status: Add tests for submodule summary
builtin-status: submodule summary support
git-submodule summary: --for-status option
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-status.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt index 3ea269aa7a..ea4376a17f 100644 --- a/Documentation/git-status.txt +++ b/Documentation/git-status.txt @@ -52,6 +52,11 @@ If the config variable `status.relativePaths` is set to false, then all paths shown are relative to the repository root, not to the current directory. +If `status.submodulesummary` is set to a non zero number or true (identical +to -1 or an unlimited number), the submodule summary will be enabled and a +summary of commits for modified submodules will be shown (see --summary-limit +option of linkgit:git-submodule[1]). + See Also -------- linkgit:gitignore[5] |