Documentation: add missing :: in config.txt
authorThomas Rast <trast@student.ethz.ch>
Sat, 23 Jan 2010 22:13:17 +0000 (23:13 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 24 Jan 2010 19:01:01 +0000 (11:01 -0800)
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>
Documentation/config.txt

index 8dcb19156623277a31992b5ee6818eca08bb9195..17901e244a832efde1f6264957c8f9e8c2bd448a 100644 (file)
@@ -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.