From: Thomas Rast Date: Sat, 23 Jan 2010 22:13:17 +0000 (+0100) Subject: Documentation: add missing :: in config.txt X-Git-Tag: v1.7.0-rc0~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=88955ed247333623694149230fa4c42be1a1419f;p=git.git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index 8dcb19156..17901e244 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.