Merge branch 'kl/pretty-doc-markup-fix'
authorJunio C Hamano <gitster@pobox.com>
Sat, 9 Feb 2019 04:44:52 +0000 (20:44 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 9 Feb 2019 04:44:53 +0000 (20:44 -0800)
Doc update.

* kl/pretty-doc-markup-fix:
doc: prevent overflowing <code> tag in rendered HTML

1  2 
Documentation/pretty-formats.txt
index de6953108cbc5324b9f6e9dacf23482aa698f45a,ee08d0906b1090f67329c6349d1defa29dee9bad..7bfffae7652815596dcc29962e67e22efcf3075b
@@@ -134,8 -134,6 +134,8 @@@ The placeholders are
  - '%cI': committer date, strict ISO 8601 format
  - '%d': ref names, like the --decorate option of linkgit:git-log[1]
  - '%D': ref names without the " (", ")" wrapping.
 +- '%S': ref name given on the command line by which the commit was reached
 +  (like `git log --source`), only works with `git log`
  - '%e': encoding
  - '%s': subject
  - '%f': sanitized subject line, suitable for a filename
@@@ -183,7 -181,7 +183,7 @@@ endif::git-rev-list[
    `color.diff`, `color.ui`, or `--color`, and respecting the `auto`
    settings of the former if we are going to a terminal). `%C(auto,...)`
    is accepted as a historical synonym for the default (e.g.,
-   `%C(auto,red)`). Specifying `%C(always,...) will show the colors
+   `%C(auto,red)`). Specifying `%C(always,...)` will show the colors
    even when color is not otherwise enabled (though consider
    just using `--color=always` to enable color for the whole output,
    including this format and anything else git might color).  `auto`