From: Mike McCormack Date: Fri, 10 Mar 2006 04:47:24 +0000 (+0900) Subject: Document the --attach flag. X-Git-Tag: v1.7.8.2~21^2~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a15a44ef6e4f6d5ec040cc2e69d2753531556947?ds=inline;hp=--cc Document the --attach flag. --- a15a44ef6e4f6d5ec040cc2e69d2753531556947 diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt index 7c467c56a3..bc85a62221 100644 --- a/Documentation/git-format-patch.txt +++ b/Documentation/git-format-patch.txt @@ -9,7 +9,7 @@ git-format-patch - Prepare patches for e-mail submission SYNOPSIS -------- [verse] -'git-format-patch' [-n | -k] [-o | --stdout] [-s] [-c] +'git-format-patch' [-n | -k] [-o | --stdout] [--attach] [-s] [-c] [--diff-options] [] DESCRIPTION @@ -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 --------