git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mike McCormack <mike@codeweavers.com>
To: git@vger.kernel.org
Subject: [PATCH] Document the --attach flag.
Date: Fri, 10 Mar 2006 13:47:24 +0900	[thread overview]
Message-ID: <441104DC.10805@codeweavers.com> (raw)

[-- 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
 --------


                 reply	other threads:[~2006-03-10  4:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=441104DC.10805@codeweavers.com \
    --to=mike@codeweavers.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).