summaryrefslogtreecommitdiffstats
path: root/git-add.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-08-14 09:43:08 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-08-14 09:43:08 +0000
commit024b6c6b50656ecd1537bf1abfcbae422c01e46c (patch)
tree65ec1b2c6330f18debb3df396d89849d0584bc1d /git-add.txt
parentb1d6e88a14fb2324372c693e784b4ce6d3b3a157 (diff)
downloadgit-htmldocs-024b6c6b50656ecd1537bf1abfcbae422c01e46c.tar.gz
Autogenerated HTML docs for v1.5.3-rc4-91-g9fa34
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 4af3a9b0d..dee38f825 100644
--- a/git-add.txt
+++ b/git-add.txt
@@ -7,7 +7,7 @@ git-add - Add file contents to the index
SYNOPSIS
--------
-'git-add' [-n] [-v] [-f] [--interactive | -i] [-u] [--] <file>...
+'git-add' [-n] [-v] [-f] [--interactive | -i] [-u] [--refresh] [--] <file>...
DESCRIPTION
-----------
@@ -66,6 +66,10 @@ OPTIONS
command line. If no paths are specified, all tracked files are
updated.
+\--refresh::
+ Don't add the file(s), but only refresh their stat()
+ information in the index.
+
\--::
This option can be used to separate command-line options from
the list of files, (useful when filenames might be mistaken