summaryrefslogtreecommitdiffstats
path: root/git-add.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-06-15 05:10:38 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-06-15 05:10:38 +0000
commit00e884a91e0f543a4157ce3c125e5957142bc099 (patch)
treeb8031e8532fdf3688382772eb55d674a1b0101b8 /git-add.txt
parent6fb124cd538ba3d8d7c5da9bb979b3fd0e1b2925 (diff)
downloadgit-htmldocs-00e884a91e0f543a4157ce3c125e5957142bc099.tar.gz
Autogenerated HTML docs for v1.5.6-rc3
Diffstat (limited to 'git-add.txt')
-rw-r--r--git-add.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/git-add.txt b/git-add.txt
index 9c6b081e6..b8e3fa675 100644
--- a/git-add.txt
+++ b/git-add.txt
@@ -8,8 +8,9 @@ git-add - Add file contents to the index
SYNOPSIS
--------
[verse]
-'git-add' [-n] [-v] [-f] [--interactive | -i] [--patch | -p] [-u] [--refresh]
- [--ignore-errors] [--] <filepattern>...
+'git-add' [-n] [-v] [--force | -f] [--interactive | -i] [--patch | -p]
+ [--update | -u] [--refresh] [--ignore-errors] [--]
+ <filepattern>...
DESCRIPTION
-----------
@@ -59,6 +60,7 @@ OPTIONS
Be verbose.
-f::
+--force::
Allow adding otherwise ignored files.
-i::
@@ -75,6 +77,7 @@ OPTIONS
the specified filepatterns before exiting.
-u::
+--update::
Update only files that git already knows about, staging modified
content for commit and marking deleted files for removal. This
is similar