X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-format-patch.txt;h=11a7d772618f48b961d41fb5fe1cb269d7ae7cd1;hb=5fdb70983585ccde1540563a8c7458621f7a7407;hp=ac36ce8717c7519f86907d2dc0165651bab1da3b;hpb=310d188f7e1d1fbbeace17d5c62e422fd0b5a824;p=git.git 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 " 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 ". By default, each output file is numbered sequentially from 1, and uses the first line of the commit message (massaged for pathname safety) as