summaryrefslogtreecommitdiffstats
path: root/git-add.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-05-08 00:32:53 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-05-08 00:32:53 +0000
commit3d30fd50da4218bf2dddc680132f2688108d94e4 (patch)
treed4ed1c6ce3b42cfebd1bbf17dc37fa0559822496 /git-add.txt
parent67fad6d5cb982faa5da32370c961f9e00f018d2d (diff)
downloadgit-htmldocs-3d30fd50da4218bf2dddc680132f2688108d94e4.tar.gz
Autogenerated HTML docs for v1.5.2-rc2-21-g3082
Diffstat (limited to 'git-add.txt')
-rw-r--r--git-add.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/git-add.txt b/git-add.txt
index 755d7186f..ea2701846 100644
--- a/git-add.txt
+++ b/git-add.txt
@@ -7,7 +7,7 @@ git-add - Add file contents to the changeset to be committed next
SYNOPSIS
--------
-'git-add' [-n] [-v] [-f] [--interactive | -i] [--] <file>...
+'git-add' [-n] [-v] [-f] [--interactive | -i] [-u] [--] <file>...
DESCRIPTION
-----------
@@ -56,6 +56,10 @@ OPTIONS
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