summaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2009-09-09 11:43:03 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-09-12 04:33:24 (GMT)
commitedf563fbaa2ab50734db4a61e9092f25fbb5a417 (patch)
treeda88eeda454d70a6db2c79cd5077c7b73469e0f7 /Documentation/config.txt
parent75194438f412714f4e82ca01e9038dc6714498c4 (diff)
downloadgit-edf563fbaa2ab50734db4a61e9092f25fbb5a417.zip
git-edf563fbaa2ab50734db4a61e9092f25fbb5a417.tar.gz
git-edf563fbaa2ab50734db4a61e9092f25fbb5a417.tar.bz2
status: make "how to stage" messages optional
These messages are nice for new users, but experienced git users know how to manipulate the index, and these messages waste a lot of screen real estate. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index a35b918..8cbabe8 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -122,6 +122,10 @@ advice.*::
pushNonFastForward::
Advice shown when linkgit:git-push[1] refuses
non-fast-forward refs. Default: true.
+ statusHints::
+ Directions on how to stage/unstage/add shown in the
+ output of linkgit:git-status[1] and the template shown
+ when writing commit messages. Default: true.
--
core.fileMode::