We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0a7d11 + 16088d8 commit 5508064Copy full SHA for 5508064
Documentation/git-format-patch.txt
@@ -46,7 +46,8 @@ applies to that command line and you do not get "everything
46
since the beginning of the time". If you want to format
47
everything since project inception to one commit, say "git
48
format-patch \--root <commit>" to make it clear that it is the
49
-latter case.
+latter case. If you want to format a single commit, you can do
50
+this with "git format-patch -1 <commit>".
51
52
By default, each output file is numbered sequentially from 1, and uses the
53
first line of the commit message (massaged for pathname safety) as
0 commit comments