diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-09-18 20:18:41 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-09-18 20:18:41 -0700 |
commit | a1e3c2c1986e688bbef38ad573970dacd4a5899f (patch) | |
tree | a1bb062b53c1eaf5a9776e2257389fb866816348 /Documentation | |
parent | b805ef08e691299478b0d0c843eeab3f066c5872 (diff) | |
parent | 3b3d443feb1e7464c81e9a29c9b237cd6fa01fe5 (diff) | |
download | git-a1e3c2c1986e688bbef38ad573970dacd4a5899f.tar.gz git-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.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/pretty-formats.txt b/Documentation/pretty-formats.txt index 388d4925e..f18d33e00 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 |