diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-06-05 09:03:20 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-06-05 09:03:20 +0900 |
commit | bba1c2b7224cc27531a130ca2e1f5fdff2fa4789 (patch) | |
tree | f9601d7f8c84369cfc4726aa3f64f99f018a589f | |
parent | Merge branch 'ah/doc-interpret-trailers-ifexists' into maint (diff) | |
parent | Documentation: fix formatting typo in pretty-formats.txt (diff) | |
download | tgif-bba1c2b7224cc27531a130ca2e1f5fdff2fa4789.tar.xz |
Merge branch 'ah/doc-pretty-format-fix' into maint
Documentation fix.
* ah/doc-pretty-format-fix:
Documentation: fix formatting typo in pretty-formats.txt
-rw-r--r-- | Documentation/pretty-formats.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/pretty-formats.txt b/Documentation/pretty-formats.txt index 47b286b33e..38040e95b5 100644 --- a/Documentation/pretty-formats.txt +++ b/Documentation/pretty-formats.txt @@ -199,7 +199,7 @@ endif::git-rev-list[] than given and there are spaces on its left, use those spaces - '%><(<N>)', '%><|(<N>)': similar to '% <(<N>)', '%<|(<N>)' respectively, but padding both sides (i.e. the text is centered) --%(trailers): display the trailers of the body as interpreted by +- %(trailers): display the trailers of the body as interpreted by linkgit:git-interpret-trailers[1] NOTE: Some placeholders may depend on other options given to the |