]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'mk/doc-pretty-fill'
authorJunio C Hamano <gitster@pobox.com>
Thu, 8 Mar 2018 20:36:29 +0000 (12:36 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Mar 2018 20:36:29 +0000 (12:36 -0800)
Docfix.

* mk/doc-pretty-fill:
  docs/pretty-formats: fix typo '% <(<N>)' -> '%<|(<N>)'

1  2 
Documentation/pretty-formats.txt

index e664c088a5e6a4bf1d09425ff37e36fe11d9f2f3,00f86664b04577eae8b872467f1d237d4c402cae..6109ef09aa2eeba564023cced75728ffaa1c4f96
@@@ -202,15 -191,8 +202,15 @@@ endif::git-rev-list[
  - '%>>(<N>)', '%>>|(<N>)': similar to '%>(<N>)', '%>|(<N>)'
    respectively, except that if the next placeholder takes more spaces
    than given and there are spaces on its left, use those spaces
- - '%><(<N>)', '%><|(<N>)': similar to '% <(<N>)', '%<|(<N>)'
+ - '%><(<N>)', '%><|(<N>)': similar to '%<(<N>)', '%<|(<N>)'
    respectively, but padding both sides (i.e. the text is centered)
 +- %(trailers[:options]): display the trailers of the body as interpreted
 +  by linkgit:git-interpret-trailers[1]. The `trailers` string may be
 +  followed by a colon and zero or more comma-separated options. If the
 +  `only` option is given, omit non-trailer lines from the trailer block.
 +  If the `unfold` option is given, behave as if interpret-trailer's
 +  `--unfold` option was given.  E.g., `%(trailers:only,unfold)` to do
 +  both.
  
  NOTE: Some placeholders may depend on other options given to the
  revision traversal engine. For example, the `%g*` reflog options will