summaryrefslogtreecommitdiffstats
path: root/man1/git-add.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-add.1')
-rw-r--r--man1/git-add.121
1 files changed, 8 insertions, 13 deletions
diff --git a/man1/git-add.1 b/man1/git-add.1
index 38125e4c5..c314ded0b 100644
--- a/man1/git-add.1
+++ b/man1/git-add.1
@@ -2,12 +2,12 @@
.\" Title: git-add
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 02/14/2023
+.\" Date: 02/22/2023
.\" Manual: Git Manual
-.\" Source: Git 2.39.2.456.gb1485644f9
+.\" Source: Git 2.39.2.542.g06dd2baa8d
.\" Language: English
.\"
-.TH "GIT\-ADD" "1" "02/14/2023" "Git 2\&.39\&.2\&.456\&.gb14856" "Git Manual"
+.TH "GIT\-ADD" "1" "02/22/2023" "Git 2\&.39\&.2\&.542\&.g06dd2b" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -322,7 +322,7 @@ using
.nf
staged unstaged path
1: binary nothing foo\&.png
- 2: +403/\-35 +1/\-1 git\-add\-\-interactive\&.perl
+ 2: +403/\-35 +1/\-1 add\-interactive\&.c
.fi
.if n \{\
.RE
@@ -331,7 +331,7 @@ using
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,
\fIbinary\fR
would have been shown in place of
-\fInothing\fR)\&. The other file, git\-add\-\-interactive\&.perl, 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)\&.
+\fInothing\fR)\&. The 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)\&.
.RE
.PP
update
@@ -350,7 +350,7 @@ What you chose are then highlighted with
.nf
staged unstaged path
1: binary nothing foo\&.png
-* 2: +403/\-35 +1/\-1 git\-add\-\-interactive\&.perl
+* 2: +403/\-35 +1/\-1 add\-interactive\&.c
.fi
.if n \{\
.RE
@@ -518,13 +518,8 @@ is deprecated, as it does not follow the usual naming convention for configurati
.PP
add\&.interactive\&.useBuiltin
.RS 4
-Set to
-\fBfalse\fR
-to fall back to the original Perl implementation of the interactive version of
-\fBgit-add\fR(1)
-instead of the built\-in version\&. Is
-\fBtrue\fR
-by default\&.
+Unused configuration variable\&. Used in Git versions v2\&.25\&.0 to v2\&.36\&.0 to enable the built\-in version of
+\fBgit-add\fR(1)\(aqs interactive mode, which then became the default in Git versions v2\&.37\&.0 to v2\&.39\&.0\&.
.RE
.SH "SEE ALSO"
.sp