]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jj/rev-list-options-doc' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 17 Dec 2013 19:34:41 +0000 (11:34 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Dec 2013 19:34:41 +0000 (11:34 -0800)
* jj/rev-list-options-doc:
  Documentation/rev-list-options.txt: fix some grammatical issues and typos
  Documentation/rev-list-options.txt: fix mark-up

1  2 
Documentation/rev-list-options.txt

index ec86d091993fc32c2ecc18bbefe019c98886beae,e286a8b022e3ff1cc6e24dffc14ed47ab3c78904..2991d70a4a24d10c7f121b766d5f52545414b591
@@@ -711,16 -655,14 +655,14 @@@ include::pretty-options.txt[
        Synonym for `--date=relative`.
  
  --date=(relative|local|default|iso|rfc|short|raw)::
        Only takes effect for dates shown in human-readable format, such
-       as when using "--pretty". `log.date` config variable sets a default
-       value for log command's --date option.
+       as when using `--pretty`. `log.date` config variable sets a default
+       value for the log command's `--date` option.
  +
  `--date=relative` shows dates relative to the current time,
- e.g. "2 hours ago".
+ e.g. ``2 hours ago''.
  +
 -`--date=local` shows timestamps in user's local timezone.
 +`--date=local` shows timestamps in user's local time zone.
  +
  `--date=iso` (or `--date=iso8601`) shows timestamps in ISO 8601 format.
  +