summaryrefslogtreecommitdiffstats
path: root/git-archive.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-03-04 08:29:59 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-03-04 08:29:59 +0000
commita9eca4e3f2297e9aaa13de6e2097ae72beb02f11 (patch)
tree8ad610de319da525b0b97d6b5cdaeee44c6f94e8 /git-archive.html
parent7924d5e05c8bd50ab7c2f8f1f41a8c5ec7c1edb8 (diff)
downloadgit-htmldocs-a9eca4e3f2297e9aaa13de6e2097ae72beb02f11.tar.gz
Autogenerated HTML docs for v1.6.2
Diffstat (limited to 'git-archive.html')
-rw-r--r--git-archive.html30
1 files changed, 29 insertions, 1 deletions
diff --git a/git-archive.html b/git-archive.html
index 7c1c6b114..b04f2d8a6 100644
--- a/git-archive.html
+++ b/git-archive.html
@@ -468,6 +468,30 @@ tar.umask
</dd>
</dl></div>
</div>
+<h2 id="_attributes">ATTRIBUTES</h2>
+<div class="sectionbody">
+<div class="vlist"><dl>
+<dt>
+export-ignore
+</dt>
+<dd>
+<p>
+ Files and directories with the attribute export-ignore won't be
+ added to archive files. See <a href="gitattributes.html">gitattributes(5)</a> for details.
+</p>
+</dd>
+<dt>
+export-subst
+</dt>
+<dd>
+<p>
+ If the attribute export-subst is set for a file then git will
+ expand several placeholders when adding this file to an archive.
+ See <a href="gitattributes.html">gitattributes(5)</a> for details.
+</p>
+</dd>
+</dl></div>
+</div>
<h2 id="_examples">EXAMPLES</h2>
<div class="sectionbody">
<div class="vlist"><dl>
@@ -509,6 +533,10 @@ git archive --format=zip --prefix=git-docs/ HEAD:Documentation/ &gt; git-1.4.0-d
</dd>
</dl></div>
</div>
+<h2 id="_see_also">SEE ALSO</h2>
+<div class="sectionbody">
+<div class="para"><p><a href="gitattributes.html">gitattributes(5)</a></p></div>
+</div>
<h2 id="_author">Author</h2>
<div class="sectionbody">
<div class="para"><p>Written by Franck Bui-Huu and Rene Scharfe.</p></div>
@@ -523,7 +551,7 @@ git archive --format=zip --prefix=git-docs/ HEAD:Documentation/ &gt; git-1.4.0-d
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-02-14 08:18:02 UTC
+Last updated 2009-03-04 08:29:44 UTC
</div>
</div>
</body>