summaryrefslogtreecommitdiffstats
path: root/git-check-attr.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-10-20 05:42:33 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-10-20 05:42:33 +0000
commit7d06a8aba96d4197610b089a0862b46d84a36f53 (patch)
tree32010c51081107cd4c7b54fb59b212abdd429fcd /git-check-attr.html
parenta2deec5920d1cc24a58ea6af6f0f7d36dedd0f7d (diff)
downloadgit-htmldocs-7d06a8aba96d4197610b089a0862b46d84a36f53.tar.gz
Autogenerated HTML docs for v1.6.0.2-588-g3102
Diffstat (limited to 'git-check-attr.html')
-rw-r--r--git-check-attr.html23
1 files changed, 21 insertions, 2 deletions
diff --git a/git-check-attr.html b/git-check-attr.html
index 2a99c0d9c..cf7b26bd7 100644
--- a/git-check-attr.html
+++ b/git-check-attr.html
@@ -320,7 +320,9 @@ git-check-attr(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<div class="para"><p><em>git check-attr</em> attr&#8230; [--] pathname&#8230;</p></div>
+<div class="verseblock">
+<div class="content"><em>git check-attr</em> attr&#8230; [--] pathname&#8230;
+<em>git check-attr</em> --stdin [-z] attr&#8230; &lt; &lt;list-of-paths&gt;</div></div>
</div>
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
@@ -331,6 +333,23 @@ git-check-attr(1) Manual Page
<div class="sectionbody">
<div class="vlist"><dl>
<dt>
+--stdin
+</dt>
+<dd>
+<p>
+ Read file names from stdin instead of from the command-line.
+</p>
+</dd>
+<dt>
+-z
+</dt>
+<dd>
+<p>
+ Only meaningful with <tt>--stdin</tt>; paths are separated with
+ NUL character instead of LF.
+</p>
+</dd>
+<dt>
--
</dt>
<dd>
@@ -462,7 +481,7 @@ README: caveat: unspecified</tt></pre>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2008-10-17 10:02:43 UTC
+Last updated 2008-10-20 05:41:57 UTC
</div>
</div>
</body>