summaryrefslogtreecommitdiffstats
path: root/git-blame.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-10-23 14:45:54 -0700
committerJunio C Hamano <gitster@pobox.com>2023-10-23 14:45:54 -0700
commit33be82183d4cd6dc645f64da1402cf9a3f4cdbf3 (patch)
tree4a681cad5c6da23a7d7f56022666fb31397026d2 /git-blame.html
parent359f02427091f2c0fcac4eb7651fe5d159b84a54 (diff)
downloadgit-htmldocs-33be82183d4cd6dc645f64da1402cf9a3f4cdbf3.tar.gz
Autogenerated HTML docs for v2.42.0-482-g2e8e7
Diffstat (limited to 'git-blame.html')
-rw-r--r--git-blame.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/git-blame.html b/git-blame.html
index f0b4415ab..9c0a73b7a 100644
--- a/git-blame.html
+++ b/git-blame.html
@@ -1153,7 +1153,7 @@ take effect.</p></div>
</dt>
<dd>
<p>
- Show the author email instead of author name (Default: off).
+ Show the author email instead of the author name (Default: off).
This can also be controlled via the <code>blame.showEmail</code> config
option.
</p>
@@ -1195,7 +1195,7 @@ abbreviated object name for the commit the line came from;
</li>
<li>
<p>
-author ident (by default author name and date, unless <code>-s</code> or <code>-e</code>
+author ident (by default the author name and date, unless <code>-s</code> or <code>-e</code>
is specified); and
</p>
</li>
@@ -1258,7 +1258,7 @@ the first line of the commit log message ("summary").
</p>
</li>
</ul></div>
-<div class="paragraph"><p>The contents of the actual line is output after the above
+<div class="paragraph"><p>The contents of the actual line are output after the above
header, prefixed by a TAB. This is to allow adding more
header elements later.</p></div>
<div class="paragraph"><p>The porcelain format generally suppresses commit information that has
@@ -1301,7 +1301,7 @@ git blame -L 40,+21 foo</code></pre>
<div class="paragraph"><p>which limits the annotation to the body of the <code>hello</code> subroutine.</p></div>
<div class="paragraph"><p>When you are not interested in changes older than version
v2.6.18, or changes older than 3 weeks, you can use revision
-range specifiers similar to <em>git rev-list</em>:</p></div>
+range specifiers similar to <em>git rev-list</em>:</p></div>
<div class="literalblock">
<div class="content">
<pre><code>git blame v2.6.18.. -- foo
@@ -1498,7 +1498,7 @@ blame.markIgnoredLines
<div id="footer">
<div id="footer-text">
Last updated
- 2023-04-04 16:17:01 PDT
+ 2023-10-23 14:43:46 PDT
</div>
</div>
</body>