* [PATCH] Document the --attach flag.
@ 2006-03-10 4:47 Mike McCormack
0 siblings, 0 replies; only message in thread
From: Mike McCormack @ 2006-03-10 4:47 UTC (permalink / raw)
To: git
[-- Attachment #1: Type: text/plain, Size: 108 bytes --]
---
Documentation/git-format-patch.txt | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
[-- Attachment #2: 2dbe606be2d9fadb7d8e84f5fed0d1c4a34377b7.diff --]
[-- Type: text/x-patch, Size: 711 bytes --]
2dbe606be2d9fadb7d8e84f5fed0d1c4a34377b7
diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt
index 7c467c5..bc85a62 100644
--- a/Documentation/git-format-patch.txt
+++ b/Documentation/git-format-patch.txt
@@ -9,7 +9,7 @@ git-format-patch - Prepare patches for e
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
--------
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-03-10 4:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-10 4:47 [PATCH] Document the --attach flag Mike McCormack
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.