summaryrefslogtreecommitdiffstats
path: root/pretty-formats.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-01-21 00:42:16 +0000
committerJunio C Hamano <junio@kernel.org>2010-01-21 00:42:16 +0000
commita9701f0184382d8de7380c56558718915905746a (patch)
tree25620bdfe6b5a66edecbbd6153f50dc5cb1e88f9 /pretty-formats.txt
parent19107ef38294e3b64a70b32302416dd52c0e779a (diff)
downloadgit-htmldocs-a9701f0184382d8de7380c56558718915905746a.tar.gz
Autogenerated HTML docs for v1.6.6.1-336-g19c6
Diffstat (limited to 'pretty-formats.txt')
-rw-r--r--pretty-formats.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/pretty-formats.txt b/pretty-formats.txt
index 53a9168ba..1686a54d2 100644
--- a/pretty-formats.txt
+++ b/pretty-formats.txt
@@ -134,6 +134,7 @@ The placeholders are:
- '%C(...)': color specification, as described in color.branch.* config option
- '%m': left, right or boundary mark
- '%n': newline
+- '%%': a raw '%'
- '%x00': print a byte from a hex code
- '%w([<w>[,<i1>[,<i2>]]])': switch line wrapping, like the -w option of
linkgit:git-shortlog[1].