diff options
author | Philip Oakley <philipoakley@iee.org> | 2016-07-20 22:10:02 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-20 15:15:16 -0700 |
commit | c6eff44d0d6620e06e7b2ffb09e4c0dfe5c687a4 (patch) | |
tree | e19ff62c2793a5e8850395322957adca683a0825 | |
parent | doc: revisions - name the left and right sides (diff) | |
download | tgif-c6eff44d0d6620e06e7b2ffb09e4c0dfe5c687a4.tar.xz |
doc: show the actual left, right, and boundary marks
Signed-off-by: Philip Oakley <philipoakley@iee.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 671cebd95c..f4cb0f30b8 100644 --- a/Documentation/pretty-formats.txt +++ b/Documentation/pretty-formats.txt @@ -166,7 +166,7 @@ endif::git-rev-list[] respecting the `auto` settings of the former if we are going to a terminal). `auto` alone (i.e. `%C(auto)`) will turn on auto coloring on the next placeholders until the color is switched again. -- '%m': left, right or boundary mark +- '%m': left (`<`), right (`>`) or boundary (`-`) mark - '%n': newline - '%%': a raw '%' - '%x00': print a byte from a hex code |