diff options
author | Ping Yin <pkufranky@gmail.com> | 2008-04-12 23:05:32 +0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-04-12 20:00:45 -0700 |
commit | ac8d5afca6931aa005aff873e4f490ff5050fc76 (patch) | |
tree | bb892b0ccc125a5912e6910b0bc31c3caa63f933 /t/t7505-prepare-commit-msg-hook.sh | |
parent | d0f64dd44d5f708f77380998b2c16bffe1e94050 (diff) | |
download | git-ac8d5afca6931aa005aff873e4f490ff5050fc76.tar.gz |
builtin-status: submodule summary support
This commit teaches 'git commit/status' show a new 'Modified submodules'
section, which is an output from:
git submodule summary --cached --for-status --summary-limit <limit>
just before the 'Untracked files' section.
The <limit> is given by the config variable status.submodulesummary
to limit the submodule summary size. status.submodulesummary is a
bool/int variable with value:
- false or 0 by default to disable the summary, or
- positive number to limit the summary size, or
- true or negative number to unlimit the summary size.
Also mention status.submodulesummary in the documentation.
Signed-off-by: Ping Yin <pkufranky@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7505-prepare-commit-msg-hook.sh')
0 files changed, 0 insertions, 0 deletions