summaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2010-08-20 10:20:36 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-08-20 21:15:47 (GMT)
commite860795d8a4556114a11224da246e127cbee5807 (patch)
treecebf1864feb26cccc6727037c127c7bb1dd7cd4d /Documentation/config.txt
parentf9c33605700e37b75279ed6ce4bffaad3eb0cf10 (diff)
downloadgit-e860795d8a4556114a11224da246e127cbee5807.zip
git-e860795d8a4556114a11224da246e127cbee5807.tar.gz
git-e860795d8a4556114a11224da246e127cbee5807.tar.bz2
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 <fbriere@fbriere.net> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 5e86a28..250095d 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