Skip to content

Commit

Permalink
Document the --attach flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike McCormack authored and Junio C Hamano committed Mar 10, 2006
1 parent 180b0d7 commit a15a44e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Documentation/git-format-patch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ git-format-patch - Prepare patches for e-mail submission
SYNOPSIS
--------
[verse]
'git-format-patch' [-n | -k] [-o <dir> | --stdout] [-s] [-c]
'git-format-patch' [-n | -k] [-o <dir> | --stdout] [--attach] [-s] [-c]
[--diff-options] <his> [<mine>]

DESCRIPTION
Expand Down Expand Up @@ -60,6 +60,9 @@ OPTIONS
standard output, instead of saving them into a file per
patch and implies --mbox.

--attach::
Create attachments instead of inlining patches.


EXAMPLES
--------
Expand Down

0 comments on commit a15a44e

Please sign in to comment.