summaryrefslogtreecommitdiffstats
path: root/git-add.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-08-26 22:10:26 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-08-26 22:10:26 +0000
commit8b8b0f26ab761f6032db0b27321d1f59dcbf3dd5 (patch)
treeed8578b92777b057c75a1cc1496a927263f66c30 /git-add.txt
parenta63874253759767733cadcdda3933ad2475e905a (diff)
downloadgit-htmldocs-8b8b0f26ab761f6032db0b27321d1f59dcbf3dd5.tar.gz
Autogenerated HTML docs for v1.5.3-rc6-39-g09b0
Diffstat (limited to 'git-add.txt')
-rw-r--r--git-add.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/git-add.txt b/git-add.txt
index 3383aca9a..e5efbc9a4 100644
--- a/git-add.txt
+++ b/git-add.txt
@@ -7,7 +7,9 @@ git-add - Add file contents to the index
SYNOPSIS
--------
-'git-add' [-n] [-v] [-f] [--interactive | -i] [-u] [--refresh] [--] <file>...
+[verse]
+'git-add' [-n] [-v] [-f] [--interactive | -i] [-u] [--refresh]
+ [--] <filepattern>...
DESCRIPTION
-----------
@@ -41,7 +43,7 @@ commit.
OPTIONS
-------
-<file>...::
+<filepattern>...::
Files to add content from. Fileglobs (e.g. `*.c`) can
be given to add all matching files. Also a
leading directory name (e.g. `dir` to add `dir/file1`