summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2008-09-18 20:18:41 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2008-09-18 20:18:41 -0700
commita1e3c2c1986e688bbef38ad573970dacd4a5899f (patch)
treea1bb062b53c1eaf5a9776e2257389fb866816348 /Documentation
parentMerge branch 'tr/rev-list-reverse' (diff)
parentadd '%d' pretty format specifier to show decoration (diff)
downloadtgif-a1e3c2c1986e688bbef38ad573970dacd4a5899f.tar.xz
Merge branch 'rs/decorate'
* rs/decorate: add '%d' pretty format specifier to show decoration move load_ref_decorations() to log-tree.c and export it log: add load_ref_decorations()
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/pretty-formats.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/pretty-formats.txt b/Documentation/pretty-formats.txt
index 388d4925e6..f18d33e00b 100644
--- a/Documentation/pretty-formats.txt
+++ b/Documentation/pretty-formats.txt
@@ -116,6 +116,7 @@ The placeholders are:
- '%cr': committer date, relative
- '%ct': committer date, UNIX timestamp
- '%ci': committer date, ISO 8601 format
+- '%d': ref names, like the --decorate option of linkgit:git-log[1]
- '%e': encoding
- '%s': subject
- '%b': body