summaryrefslogtreecommitdiffstats
path: root/git-add.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-add.html')
-rw-r--r--git-add.html37
1 files changed, 36 insertions, 1 deletions
diff --git a/git-add.html b/git-add.html
index 33c9770e9..2e57f689e 100644
--- a/git-add.html
+++ b/git-add.html
@@ -1368,6 +1368,41 @@ modifying the contents of context or removal lines
</div>
</div>
<div class="sect1">
+<h2 id="_configuration">CONFIGURATION</h2>
+<div class="sectionbody">
+<div class="paragraph"><p>Everything below this line in this section is selectively included
+from the <a href="git-config.html">git-config(1)</a> documentation. The content is the same
+as what&#8217;s found there:</p></div>
+<div class="dlist"><dl>
+<dt class="hdlist1">
+add.ignoreErrors
+</dt>
+<dt class="hdlist1">
+add.ignore-errors (deprecated)
+</dt>
+<dd>
+<p>
+ Tells <em>git add</em> to continue adding files when some files cannot be
+ added due to indexing errors. Equivalent to the <code>--ignore-errors</code>
+ option of <a href="git-add.html">git-add(1)</a>. <code>add.ignore-errors</code> is deprecated,
+ as it does not follow the usual naming convention for configuration
+ variables.
+</p>
+</dd>
+<dt class="hdlist1">
+add.interactive.useBuiltin
+</dt>
+<dd>
+<p>
+ Set to <code>false</code> to fall back to the original Perl implementation of
+ the interactive version of <a href="git-add.html">git-add(1)</a> instead of the built-in
+ version. Is <code>true</code> by default.
+</p>
+</dd>
+</dl></div>
+</div>
+</div>
+<div class="sect1">
<h2 id="_see_also">SEE ALSO</h2>
<div class="sectionbody">
<div class="paragraph"><p><a href="git-status.html">git-status(1)</a>
@@ -1389,7 +1424,7 @@ modifying the contents of context or removal lines
<div id="footer">
<div id="footer-text">
Last updated
- 2022-08-18 14:11:07 PDT
+ 2022-09-14 13:23:11 PDT
</div>
</div>
</body>