summaryrefslogtreecommitdiffstats
path: root/git.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-01-06 01:06:32 -0800
committerJunio C Hamano <gitster@pobox.com>2013-01-06 01:06:32 -0800
commitabad6da146b5fe8e34f22bcbf31be3cb3e9b08e0 (patch)
tree85e1e4b4fcd9b473ecbe709db2d9262dc57ad21d /git.html
parent085534867cb82e0690945a1645554999bcfa542a (diff)
downloadgit-htmldocs-abad6da146b5fe8e34f22bcbf31be3cb3e9b08e0.tar.gz
Autogenerated HTML docs for v1.8.1-151-g32238a
Diffstat (limited to 'git.html')
-rw-r--r--git.html26
1 files changed, 25 insertions, 1 deletions
diff --git a/git.html b/git.html
index 8ec60e261..ef1e7158b 100644
--- a/git.html
+++ b/git.html
@@ -923,6 +923,16 @@ help ...</code>.</p></div>
<a href="git-replace.html">git-replace(1)</a> for more information.
</p>
</dd>
+<dt class="hdlist1">
+--literal-pathspecs
+</dt>
+<dd>
+<p>
+ Treat pathspecs literally, rather than as glob patterns. This is
+ equivalent to setting the <code>GIT_LITERAL_PATHSPECS</code> environment
+ variable to <code>1</code>.
+</p>
+</dd>
</dl></div>
</div>
</div>
@@ -2581,6 +2591,20 @@ for further details.</p></div>
into it.
</p>
</dd>
+<dt class="hdlist1">
+GIT_LITERAL_PATHSPECS
+</dt>
+<dd>
+<p>
+ Setting this variable to <code>1</code> will cause git to treat all
+ pathspecs literally, rather than as glob patterns. For example,
+ running <code>GIT_LITERAL_PATHSPECS=1 git log -- '*.c'</code> will search
+ for commits that touch the path <code>*.c</code>, not any paths that the
+ glob <code>*.c</code> matches. You might want this if you are feeding
+ literal paths to git (e.g., paths previously given to you by
+ <code>git ls-tree</code>, <code>--raw</code> diff output, etc).
+</p>
+</dd>
</dl></div>
</div>
</div>
@@ -2689,7 +2713,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 2012-12-31 16:05:13 PST
+Last updated 2013-01-06 01:05:36 PST
</div>
</div>
</body>