summaryrefslogtreecommitdiffstats
path: root/git-log.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-06-24 15:51:58 -0700
committerJunio C Hamano <gitster@pobox.com>2017-06-24 15:51:58 -0700
commit535c65caafa13821295c3b060a5acd98bd2557b7 (patch)
tree200904361766eea651eb15a72d718bff48208b69 /git-log.html
parent55d9191be6ed28e5e9fa4c00b8958095400cd29c (diff)
downloadgit-htmldocs-535c65caafa13821295c3b060a5acd98bd2557b7.tar.gz
Autogenerated HTML docs for v2.13.2-516-ge629a
Diffstat (limited to 'git-log.html')
-rw-r--r--git-log.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-log.html b/git-log.html
index 05edde9e0..7a5e6a4f2 100644
--- a/git-log.html
+++ b/git-log.html
@@ -2742,8 +2742,8 @@ line.</td>
<div class="paragraph"><p>If you add a <code>+</code> (plus sign) after <em>%</em> of a placeholder, a line-feed
is inserted immediately before the expansion if and only if the
placeholder expands to a non-empty string.</p></div>
-<div class="paragraph"><p>If you add a <code>-</code> (minus sign) after <em>%</em> of a placeholder, line-feeds that
-immediately precede the expansion are deleted if and only if the
+<div class="paragraph"><p>If you add a <code>-</code> (minus sign) after <em>%</em> of a placeholder, all consecutive
+line-feeds immediately preceding the expansion are deleted if and only if the
placeholder expands to an empty string.</p></div>
<div class="paragraph"><p>If you add a ` ` (space) after <em>%</em> of a placeholder, a space
is inserted immediately before the expansion if and only if the