summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 180b0d7)
raw | patch | inline | side by side (parent: 180b0d7)
author | Mike McCormack <mike@codeweavers.com> | |
Fri, 10 Mar 2006 04:47:24 +0000 (13:47 +0900) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 10 Mar 2006 06:01:00 +0000 (22:01 -0800) |
Documentation/git-format-patch.txt | patch | blob | history |
index 7c467c56a3802aa2efd4b488919d197ea5b84529..bc85a6222157467683d3bec13feb17b09d331f25 100644 (file)
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
standard output, instead of saving them into a file per
patch and implies --mbox.
+--attach::
+ Create attachments instead of inlining patches.
+
EXAMPLES
--------