summaryrefslogtreecommitdiffstats
path: root/git-add.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-07-21 04:33:46 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-07-21 04:33:46 +0000
commit5ba2c22cf94a8ecb23dfd14fab77cc9e4166653f (patch)
tree4e7b33c34b04773b352d607bb0ab8a7141deaa29 /git-add.txt
parent915cd9bb00e770c8b6862d4d79a192d45605e1ca (diff)
downloadgit-htmldocs-5ba2c22cf94a8ecb23dfd14fab77cc9e4166653f.tar.gz
Autogenerated HTML docs for v1.6.0-rc0
Diffstat (limited to 'git-add.txt')
-rw-r--r--git-add.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/git-add.txt b/git-add.txt
index 3558905a9..2b6d6c865 100644
--- a/git-add.txt
+++ b/git-add.txt
@@ -9,7 +9,7 @@ SYNOPSIS
--------
[verse]
'git add' [-n] [-v] [--force | -f] [--interactive | -i] [--patch | -p]
- [--update | -u] [--refresh] [--ignore-errors] [--]
+ [--all | [--update | -u]] [--refresh] [--ignore-errors] [--]
<filepattern>...
DESCRIPTION
@@ -86,6 +86,12 @@ OPTIONS
command line. If no paths are specified, all tracked files in the
current directory and its subdirectories are updated.
+-A::
+--all::
+ Update files that git already knows about (same as '\--update')
+ and add all untracked files that are not ignored by '.gitignore'
+ mechanism.
+
--refresh::
Don't add the file(s), but only refresh their stat()
information in the index.