summaryrefslogtreecommitdiffstats
path: root/git-add.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-08-29 07:31:47 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-08-29 07:31:47 +0000
commit7d9e9bd46558c53fc42faa2a97ad490c0b1580cd (patch)
tree921853128de3ebb05468ba31f8a4dcbe05fc2bed /git-add.html
parentc435b1c424b0ffb554c70bae7da733e4eadda20a (diff)
downloadgit-htmldocs-7d9e9bd46558c53fc42faa2a97ad490c0b1580cd.tar.gz
Autogenerated HTML docs for v1.5.3-rc7
Diffstat (limited to 'git-add.html')
-rw-r--r--git-add.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-add.html b/git-add.html
index 211ea135f..8b9d24f24 100644
--- a/git-add.html
+++ b/git-add.html
@@ -294,9 +294,9 @@ files have changes that are staged for the next commit.</p>
<p>The <em>git add</em> command will not add ignored files by default. If any
ignored files were explicitly specified on the command line, <em>git add</em>
will fail with a list of ignored files. Ignored files reached by
-directory recursion or filename globbing will be silently ignored.
-The <em>add</em> command can be used to add ignored files with the <tt>-f</tt>
-(force) option.</p>
+directory recursion or filename globbing performed by Git (quote your
+globs before the shell) will be silently ignored. The <em>add</em> command can
+be used to add ignored files with the <tt>-f</tt> (force) option.</p>
<p>Please see <a href="git-commit.html">git-commit(1)</a> for alternative ways to add content to a
commit.</p>
</div>
@@ -570,7 +570,7 @@ diff
</div>
<div id="footer">
<div id="footer-text">
-Last updated 26-Aug-2007 22:09:43 UTC
+Last updated 29-Aug-2007 07:30:53 UTC
</div>
</div>
</body>