summaryrefslogtreecommitdiffstats
path: root/git-check-ignore.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-12-02 16:24:02 -0800
committerJunio C Hamano <gitster@pobox.com>2015-12-02 16:24:02 -0800
commit713eded4b878524e6c8e2b87abed95e2e5ddcd63 (patch)
tree5351578ade9a44843fabcab91aa6f74d57ec77c7 /git-check-ignore.html
parent89c34e31f26757828e0e7c97339af64c42bd99fe (diff)
downloadgit-htmldocs-713eded4b878524e6c8e2b87abed95e2e5ddcd63.tar.gz
Autogenerated HTML docs for v2.6.3-444-gfd13a2
Diffstat (limited to 'git-check-ignore.html')
-rw-r--r--git-check-ignore.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/git-check-ignore.html b/git-check-ignore.html
index 64a239581..27cd9336f 100644
--- a/git-check-ignore.html
+++ b/git-check-ignore.html
@@ -758,10 +758,9 @@ git-check-ignore(1) Manual Page
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
<div class="paragraph"><p>For each pathname given via the command-line or from a file via
-<code>--stdin</code>, show the pattern from .gitignore (or other input files to
-the exclude mechanism) that decides if the pathname is excluded or
-included. Later patterns within a file take precedence over earlier
-ones.</p></div>
+<code>--stdin</code>, check whether the file is excluded by .gitignore (or other
+input files to the exclude mechanism) and output the path if it is
+excluded.</p></div>
<div class="paragraph"><p>By default, tracked files are not shown at all since they are not
subject to exclude rules; but see &#8216;--no-index&#8217;.</p></div>
</div>
@@ -785,7 +784,8 @@ subject to exclude rules; but see &#8216;--no-index&#8217;.</p></div>
<dd>
<p>
Also output details about the matching pattern (if any)
- for each given pathname.
+ for each given pathname. For precedence rules within and
+ between exclude sources, see <a href="gitignore.html">gitignore(5)</a>.
</p>
</dd>
<dt class="hdlist1">
@@ -917,7 +917,7 @@ buffer.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2015-10-26 16:13:38 PDT
+Last updated 2015-12-02 16:22:54 PST
</div>
</div>
</body>