diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-04-09 00:18:25 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-04-09 00:18:25 -0700 |
commit | ba9f517bdd2062d1d90d37e5b10d1688d48bc225 (patch) | |
tree | 1beb00e0eeaef93cecd2afa511f4857957d1fa43 /Documentation | |
parent | GIT 1.5.5 (diff) | |
parent | pretty.c: add %x00 format specifier. (diff) | |
download | tgif-ba9f517bdd2062d1d90d37e5b10d1688d48bc225.tar.xz |
Merge branch 'gs/pretty-hexval'
* gs/pretty-hexval:
pretty.c: add %x00 format specifier.
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 0193c3ce58..e8bea3e18e 100644 --- a/Documentation/pretty-formats.txt +++ b/Documentation/pretty-formats.txt @@ -123,3 +123,4 @@ The placeholders are: - '%Creset': reset color - '%m': left, right or boundary mark - '%n': newline +- '%x00': print a byte from a hex code |