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.18
1 files changed, 4 insertions, 4 deletions
diff --git a/man1/git-add.1 b/man1/git-add.1
index de0bc2cf7..d9f3cb5ba 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: 2023-12-20
+.\" Date: 2023-12-27
.\" Manual: Git Manual
-.\" Source: Git 2.43.0.174.g055bb6e996
+.\" Source: Git 2.43.0.232.ge79552d197
.\" Language: English
.\"
-.TH "GIT\-ADD" "1" "2023\-12\-20" "Git 2\&.43\&.0\&.174\&.g055bb6" "Git Manual"
+.TH "GIT\-ADD" "1" "2023\-12\-27" "Git 2\&.43\&.0\&.232\&.ge79552" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -33,7 +33,7 @@ git-add \- Add file contents to the index
.sp
.nf
\fIgit add\fR [\-\-verbose | \-v] [\-\-dry\-run | \-n] [\-\-force | \-f] [\-\-interactive | \-i] [\-\-patch | \-p]
- [\-\-edit | \-e] [\-\-[no\-]all | \-\-[no\-]ignore\-removal | [\-\-update | \-u]] [\-\-sparse]
+ [\-\-edit | \-e] [\-\-[no\-]all | \-A | \-\-[no\-]ignore\-removal | [\-\-update | \-u]] [\-\-sparse]
[\-\-intent\-to\-add | \-N] [\-\-refresh] [\-\-ignore\-errors] [\-\-ignore\-missing] [\-\-renormalize]
[\-\-chmod=(+|\-)x] [\-\-pathspec\-from\-file=<file> [\-\-pathspec\-file\-nul]]
[\-\-] [<pathspec>\&...]