summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Rast <trast@student.ethz.ch>2010-01-23 23:13:17 +0100
committerJunio C Hamano <gitster@pobox.com>2010-01-24 11:01:01 -0800
commit88955ed247333623694149230fa4c42be1a1419f (patch)
tree6656469f2778cd2fec19e3eb17cea4ae55c3fe33
parent77b3b7969d1a817e28639dc75305a9e301f0d4b4 (diff)
downloadgit-88955ed247333623694149230fa4c42be1a1419f.tar.gz
Documentation: add missing :: in config.txt
bed575e (commit: support commit.status, --status, and --no-status, 2009-12-07) forgot to add the :: that sets off an item from the paragraph that explains it, breaking the layout. Signed-off-by: Thomas Rast <trast@student.ethz.ch> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 8dcb191566..17901e244a 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -716,7 +716,7 @@ color.ui::
terminal. When more specific variables of color.* are set, they always
take precedence over this setting. Defaults to false.
-commit.status
+commit.status::
A boolean to enable/disable inclusion of status information in the
commit message template when using an editor to prepare the commit
message. Defaults to true.