summaryrefslogtreecommitdiffstats
path: root/git.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-10-15 18:18:56 -0700
committerJunio C Hamano <gitster@pobox.com>2013-10-15 18:18:56 -0700
commitb9acecb56230f576a268b13c93965c1fc4b0dcd7 (patch)
treede7bdee57f3ca9c683f7ecf8c9806e383ea029e9 /git.html
parent369e340f234cf9372003f0e912c6fa14f3e970fc (diff)
downloadgit-htmldocs-b9acecb56230f576a268b13c93965c1fc4b0dcd7.tar.gz
Autogenerated HTML docs for v1.8.4.1-507-g97686
Diffstat (limited to 'git.html')
-rw-r--r--git.html34
1 files changed, 26 insertions, 8 deletions
diff --git a/git.html b/git.html
index 7f64c3649..5edbfd188 100644
--- a/git.html
+++ b/git.html
@@ -953,20 +953,38 @@ git --git-dir=c/a.git --work-tree=c/b status</code></pre>
variable to <code>1</code>.
</p>
</dd>
-</dl></div>
-<div class="paragraph"><p>--glob-pathspecs:
+<dt class="hdlist1">
+--glob-pathspecs
+</dt>
+<dd>
+<p>
Add "glob" magic to all pathspec. This is equivalent to setting
the <code>GIT_GLOB_PATHSPECS</code> environment variable to <code>1</code>. Disabling
globbing on individual pathspecs can be done using pathspec
- magic ":(literal)"</p></div>
-<div class="paragraph"><p>--noglob-pathspecs:
+ magic ":(literal)"
+</p>
+</dd>
+<dt class="hdlist1">
+--noglob-pathspecs
+</dt>
+<dd>
+<p>
Add "literal" magic to all pathspec. This is equivalent to setting
the <code>GIT_NOGLOB_PATHSPECS</code> environment variable to <code>1</code>. Enabling
globbing on individual pathspecs can be done using pathspec
- magic ":(glob)"</p></div>
-<div class="paragraph"><p>--icase-pathspecs:
+ magic ":(glob)"
+</p>
+</dd>
+<dt class="hdlist1">
+--icase-pathspecs
+</dt>
+<dd>
+<p>
Add "icase" magic to all pathspec. This is equivalent to setting
- the <code>GIT_ICASE_PATHSPECS</code> environment variable to <code>1</code>.</p></div>
+ the <code>GIT_ICASE_PATHSPECS</code> environment variable to <code>1</code>.
+</p>
+</dd>
+</dl></div>
</div>
</div>
<div class="sect1">
@@ -2833,7 +2851,7 @@ subscribed to the list to send a message there.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2013-09-20 14:03:14 PDT
+Last updated 2013-10-15 18:18:37 PDT
</div>
</div>
</body>