summaryrefslogtreecommitdiffstats
path: root/git-add.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-add.html')
-rw-r--r--git-add.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/git-add.html b/git-add.html
index 2e57f689e..1514e39e9 100644
--- a/git-add.html
+++ b/git-add.html
@@ -1149,14 +1149,14 @@ status
<div class="content">
<pre><code> staged unstaged path
1: binary nothing foo.png
- 2: +403/-35 +1/-1 git-add--interactive.perl</code></pre>
+ 2: +403/-35 +1/-1 add-interactive.c</code></pre>
</div></div>
<div class="paragraph"><p>It shows that foo.png has differences from HEAD (but that is
binary so line count cannot be shown) and there is no
difference between indexed copy and the working tree
version (if the working tree version were also different,
<em>binary</em> would have been shown in place of <em>nothing</em>). The
-other file, git-add&#45;&#45;interactive.perl, has 403 lines added
+other file, add-interactive.c, has 403 lines added
and 35 lines deleted if you commit what is in the index, but
working tree file has further modifications (one addition and
one deletion).</p></div>
@@ -1180,7 +1180,7 @@ like this:</p></div>
<div class="content">
<pre><code> staged unstaged path
1: binary nothing foo.png
-* 2: +403/-35 +1/-1 git-add--interactive.perl</code></pre>
+* 2: +403/-35 +1/-1 add-interactive.c</code></pre>
</div></div>
<div class="paragraph"><p>To remove selection, prefix the input with <code>-</code>
like this:</p></div>
@@ -1394,9 +1394,10 @@ 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.
+ Unused configuration variable. Used in Git versions v2.25.0 to
+ v2.36.0 to enable the built-in version of <a href="git-add.html">git-add(1)</a>'s
+ interactive mode, which then became the default in Git
+ versions v2.37.0 to v2.39.0.
</p>
</dd>
</dl></div>
@@ -1424,7 +1425,7 @@ add.interactive.useBuiltin
<div id="footer">
<div id="footer-text">
Last updated
- 2022-09-14 13:23:11 PDT
+ 2023-02-22 15:29:29 PST
</div>
</div>
</body>