diff options
author | Mike McCormack <mike@codeweavers.com> | 2006-03-10 13:47:24 +0900 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-03-09 22:01:00 -0800 |
commit | a15a44ef6e4f6d5ec040cc2e69d2753531556947 (patch) | |
tree | 8e42293475683e520b645d3cf8f641ac5e219192 /Documentation/git-format-patch.txt | |
parent | 180b0d7483711120e28289ff7d9fa346eddd5cb7 (diff) | |
download | git-a15a44ef6e4f6d5ec040cc2e69d2753531556947.tar.gz git-a15a44ef6e4f6d5ec040cc2e69d2753531556947.tar.xz |
Document the --attach flag.
Diffstat (limited to 'Documentation/git-format-patch.txt')
-rw-r--r-- | Documentation/git-format-patch.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt index 7c467c56a..bc85a6222 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 <dir> | --stdout] [-s] [-c] +'git-format-patch' [-n | -k] [-o <dir> | --stdout] [--attach] [-s] [-c] [--diff-options] <his> [<mine>] 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 -------- |