summaryrefslogtreecommitdiffstats
path: root/git-blame.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-07-19 12:49:37 -0700
committerJunio C Hamano <gitster@pobox.com>2019-07-19 12:49:37 -0700
commita42e033b20a199fda9e2d77917e9a32105d98bb8 (patch)
tree39604095440c01f69e9d670a241e120d89aff90d /git-blame.html
parent0906e98c10b77ca498915c1d3206c1aa5aba0971 (diff)
downloadgit-htmldocs-a42e033b20a199fda9e2d77917e9a32105d98bb8.tar.gz
Autogenerated HTML docs for v2.22.0-545-g9c9b96
Diffstat (limited to 'git-blame.html')
-rw-r--r--git-blame.html32
1 files changed, 31 insertions, 1 deletions
diff --git a/git-blame.html b/git-blame.html
index 32dae7572..49689889d 100644
--- a/git-blame.html
+++ b/git-blame.html
@@ -751,6 +751,7 @@ git-blame(1) Manual Page
<div class="verseblock">
<pre class="content"><em>git blame</em> [-c] [-b] [-l] [--root] [-t] [-f] [-n] [-s] [-e] [-p] [-w] [--incremental]
[-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;]
[--progress] [--abbrev=&lt;n&gt;] [&lt;rev&gt; | --contents &lt;file&gt; | --reverse &lt;rev&gt;..&lt;rev&gt;]
[--] &lt;file&gt;</pre>
<div class="attribution">
@@ -1021,6 +1022,35 @@ commit. And the default value is 40. If there are more than one
take effect.</p></div>
</dd>
<dt class="hdlist1">
+--ignore-rev &lt;rev&gt;
+</dt>
+<dd>
+<p>
+ Ignore changes made by the revision when assigning blame, as if the
+ change never happened. Lines that were changed or added by an ignored
+ commit will be blamed on the previous commit that changed that line or
+ nearby lines. This option may be specified multiple times to ignore
+ more than one revision. If the <code>blame.markIgnoredLines</code> config option
+ is set, then lines that were changed by an ignored commit and attributed to
+ another commit will be marked with a <code>?</code> in the blame output. If the
+ <code>blame.markUnblamableLines</code> config option is set, then those lines touched
+ by an ignored commit that we could not attribute to another revision are
+ marked with a <em>*</em>.
+</p>
+</dd>
+<dt class="hdlist1">
+--ignore-revs-file &lt;file&gt;
+</dt>
+<dd>
+<p>
+ Ignore revisions listed in <code>file</code>, which must be in the same format as an
+ <code>fsck.skipList</code>. This option may be repeated, and these files will be
+ processed after any files specified with the <code>blame.ignoreRevsFile</code> config
+ option. An empty file name, <code>""</code>, will clear the list of revs from
+ previously processed files.
+</p>
+</dd>
+<dt class="hdlist1">
-h
</dt>
<dd>
@@ -1402,7 +1432,7 @@ the email address.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2018-01-26 15:11:04 PST
+ 2019-07-19 12:46:47 PDT
</div>
</div>
</body>