Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Document git add -u introduced earlier.
author
Matthieu Moy
<Matthieu.Moy@imag.fr>
Sun, 6 May 2007 21:11:55 +0000
(23:11 +0200)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 7 May 2007 07:14:53 +0000
(
00:14
-0700)
This command was implemented, but not documented in
dfdac5d9b877641d3aad8ec49f64c2730a3487e3
.
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-add.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
9159afb
)
diff --git
a/Documentation/git-add.txt
b/Documentation/git-add.txt
index 755d7186f5f4a74dc84cc98c67eec0b9c86b6289..ea2701846f3b9f2ddd86942223df65872a70b64f 100644
(file)
--- a/
Documentation/git-add.txt
+++ b/
Documentation/git-add.txt
@@
-7,7
+7,7
@@
git-add - Add file contents to the changeset to be committed next
SYNOPSIS
--------
SYNOPSIS
--------
-'git-add' [-n] [-v] [-f] [--interactive | -i] [--] <file>...
+'git-add' [-n] [-v] [-f] [--interactive | -i] [-
u] [-
-] <file>...
DESCRIPTION
-----------
DESCRIPTION
-----------
@@
-56,6
+56,10
@@
OPTIONS
Add modified contents in the working tree interactively to
the index.
Add modified contents in the working tree interactively to
the index.
+-u::
+ Update all files that git already knows about. This is what
+ "git commit -a" does in preparation for making a commit.
+
\--::
This option can be used to separate command-line options from
the list of files, (useful when filenames might be mistaken
\--::
This option can be used to separate command-line options from
the list of files, (useful when filenames might be mistaken