Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  format-patch documentation: mention the special case of showing a single commit
  • Loading branch information
Junio C Hamano committed Nov 4, 2008
2 parents b0a7d11 + 16088d8 commit 5508064
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/git-format-patch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5508064

Please sign in to comment.