summaryrefslogtreecommitdiffstats
path: root/git-blame.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-04-04 16:19:06 -0700
committerJunio C Hamano <gitster@pobox.com>2023-04-04 16:19:06 -0700
commit3acb2e7b34954a141e76b0004a474d276bc86657 (patch)
tree9f58d4850d4d4ff91d24034c346a297fb8bc0f64 /git-blame.html
parent2c6fc7e6eff6094e52759550c7b28d37f3fb1ffc (diff)
downloadgit-htmldocs-3acb2e7b34954a141e76b0004a474d276bc86657.tar.gz
Autogenerated HTML docs for v2.40.0-214-gae73b
Diffstat (limited to 'git-blame.html')
-rw-r--r--git-blame.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/git-blame.html b/git-blame.html
index cb1eca644..1cd7bfbf4 100644
--- a/git-blame.html
+++ b/git-blame.html
@@ -753,7 +753,7 @@ git-blame(1) Manual Page
[-L &lt;range&gt;] [-S &lt;revs-file&gt;] [-M] [-C] [-C] [-C] [--since=&lt;date&gt;]
[--ignore-rev &lt;rev&gt;] [--ignore-revs-file &lt;file&gt;]
[--color-lines] [--color-by-age] [--progress] [--abbrev=&lt;n&gt;]
- [&lt;rev&gt; | --contents &lt;file&gt; | --reverse &lt;rev&gt;..&lt;rev&gt;] [--] &lt;file&gt;</pre>
+ [ --contents &lt;file&gt; ] [&lt;rev&gt; | --reverse &lt;rev&gt;..&lt;rev&gt;] [--] &lt;file&gt;</pre>
<div class="attribution">
</div></div>
</div>
@@ -963,11 +963,11 @@ in <a href="gitattributes.html">gitattributes(5)</a>).</p></div>
</dt>
<dd>
<p>
- When &lt;rev&gt; is not specified, the command annotates the
- changes starting backwards from the working tree copy.
- This flag makes the command pretend as if the working
- tree copy has the contents of the named file (specify
- <code>-</code> to make the command read from the standard input).
+ Pretend the file being annotated has a commit with the
+ contents from the named file and a parent of &lt;rev&gt;,
+ defaulting to HEAD when no &lt;rev&gt; is specified. You may
+ specify <em>-</em> to make the command read from the standard
+ input for the file contents.
</p>
</dd>
<dt class="hdlist1">
@@ -1500,7 +1500,7 @@ blame.markIgnoredLines
<div id="footer">
<div id="footer-text">
Last updated
- 2022-09-14 13:23:11 PDT
+ 2023-04-04 16:17:01 PDT
</div>
</div>
</body>