aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-11-04 15:11:26 -0800
committerJunio C Hamano <gitster@pobox.com>2008-11-04 15:11:26 -0800
commit550806439402877e6dab22cacfc6de8757d18593 (patch)
tree5800b95cea9adea66f3c6b0f392ff1cb59b69063
parentb0a7d111732f644623253927c9ef2d4f3009e668 (diff)
parent16088d8870b7da6d4dd280be2d1728dd3be346b5 (diff)
downloadgit-550806439402877e6dab22cacfc6de8757d18593.tar.gz
git-550806439402877e6dab22cacfc6de8757d18593.tar.xz
Merge branch 'maint'
* maint: format-patch documentation: mention the special case of showing a single commit
-rw-r--r--Documentation/git-format-patch.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt
index ac36ce871..11a7d7726 100644
--- a/Documentation/git-format-patch.txt
+++ b/Documentation/git-format-patch.txt
@@ -46,7 +46,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 <commit>" to make it clear that it is the
-latter case.
+latter case. If you want to format a single commit, you can do
+this with "git format-patch -1 <commit>".
By default, each output file is numbered sequentially from 1, and uses the
first line of the commit message (massaged for pathname safety) as