summaryrefslogtreecommitdiffstats
path: root/git-apply.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-08-10 05:30:14 +0000
committerJunio C Hamano <junio@kernel.org>2010-08-10 05:30:14 +0000
commite85e36f153c88b736470872f5f9fab52799a28f6 (patch)
tree1218e005a39a1341cb78e3fc724a951dc30a15d3 /git-apply.html
parenta978876a665cbf17575e06e27f29c77326621c09 (diff)
downloadgit-htmldocs-e85e36f153c88b736470872f5f9fab52799a28f6.tar.gz
Autogenerated HTML docs for v1.7.2.1-66-g0d0ba
Diffstat (limited to 'git-apply.html')
-rw-r--r--git-apply.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/git-apply.html b/git-apply.html
index 5016db35e..4a7b00b7c 100644
--- a/git-apply.html
+++ b/git-apply.html
@@ -337,6 +337,9 @@ With the <tt>--index</tt> option the patch is also applied to the index, and
with the <tt>--cache</tt> option the patch is only applied to the index.
Without these options, the command applies the patch only to files,
and does not require them to be in a git repository.</p></div>
+<div class="para"><p>This command applies the patch but does not create a commit. Use
+<a href="git-am.html">git-am(1)</a> to create commits from patches generated by
+<a href="git-format-patch.html">git-format-patch(1)</a> and/or received by email.</p></div>
</div>
<h2 id="_options">OPTIONS</h2>
<div class="sectionbody">
@@ -715,6 +718,10 @@ are not updated.</p></div>
are ignored and only the absence or presence of the corresponding
subdirectory is checked and (if possible) updated.</p></div>
</div>
+<h2 id="_see_also">SEE ALSO</h2>
+<div class="sectionbody">
+<div class="para"><p><a href="git-am.html">git-am(1)</a>.</p></div>
+</div>
<h2 id="_author">Author</h2>
<div class="sectionbody">
<div class="para"><p>Written by Linus Torvalds &lt;torvalds@osdl.org&gt;</p></div>
@@ -729,7 +736,7 @@ subdirectory is checked and (if possible) updated.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-07-21 21:55:14 UTC
+Last updated 2010-08-10 05:29:38 UTC
</div>
</div>
</body>