From: Jonathan Nieder Date: Fri, 20 Aug 2010 10:20:36 +0000 (-0500) Subject: Documentation: tweak description of log.date X-Git-Tag: v1.7.3-rc0~15^2~16 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e860795d8a4556114a11224da246e127cbee5807;p=git-core%2Fgit.git Documentation: tweak description of log.date The markup "'git log'\'s" produces a stray backslash in the produced man page. Removing the backslash fixes it. While at it, tweak the surrounding description for readability. Reported-by: Frédéric Brière Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index 5e86a28f9..250095db5 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1296,10 +1296,11 @@ interactive.singlekey:: ignored if portable keystroke input is not available. log.date:: - Set default date-time mode for the log command. Setting log.date - value is similar to using 'git log'\'s --date option. The value is one of the - following alternatives: {relative,local,default,iso,rfc,short}. - See linkgit:git-log[1]. + Set the default date-time mode for the 'log' command. + Setting a value for log.date is similar to using 'git log''s + `\--date` option. Possible values are `relative`, `local`, + `default`, `iso`, `rfc`, and `short`; see linkgit:git-log[1] + for details. log.decorate:: Print out the ref names of any commits that are shown by the log