summaryrefslogtreecommitdiffstats
path: root/git-format-patch.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-11-05 00:55:01 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-11-05 00:55:01 +0000
commit826ea6fffe64432ab9bc5842f98a8f0718e38dfe (patch)
tree7847184e870646861939f20647d7b87c0245364b /git-format-patch.html
parentaa17c7c4d33a68aa8f51a1cea8f2ca37bdf86d26 (diff)
downloadgit-htmldocs-826ea6fffe64432ab9bc5842f98a8f0718e38dfe.tar.gz
Autogenerated HTML docs for v1.6.0.3-618-g55080
Diffstat (limited to 'git-format-patch.html')
-rw-r--r--git-format-patch.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-format-patch.html b/git-format-patch.html
index bfa0a32b4..49a44df9c 100644
--- a/git-format-patch.html
+++ b/git-format-patch.html
@@ -363,7 +363,8 @@ applies to that command line and you do not get "everything
since the beginning of the time". If you want to format
everything since project inception to one commit, say "git
format-patch --root &lt;commit&gt;" to make it clear that it is the
-latter case.</p></div>
+latter case. If you want to format a single commit, you can do
+this with "git format-patch -1 &lt;commit&gt;".</p></div>
<div class="para"><p>By default, each output file is numbered sequentially from 1, and uses the
first line of the commit message (massaged for pathname safety) as
the filename. With the --numbered-files option, the output file names
@@ -1161,7 +1162,7 @@ as e-mailable patches:
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2008-10-31 11:28:33 UTC
+Last updated 2008-11-05 00:54:45 UTC
</div>
</div>
</body>