git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Boyd <bebarino@gmail.com>
To: git@vger.kernel.org
Cc: Junio C Hamano <gitster@pobox.com>,
	"Shawn O. Pearce" <spearce@spearce.org>
Subject: [PATCH 2/2] completion: Add --signoff and format.signoff
Date: Mon, 14 Jun 2010 22:00:39 -0700	[thread overview]
Message-ID: <1276578039-25023-2-git-send-email-bebarino@gmail.com> (raw)
In-Reply-To: <1276578039-25023-1-git-send-email-bebarino@gmail.com>

Cc: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Stephen Boyd <bebarino@gmail.com>
---

Feel free to squash.

 contrib/completion/git-completion.bash |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 57245a8..9ca54e0 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -1052,7 +1052,7 @@ _git_format_patch ()
 			--numbered --start-number
 			--numbered-files
 			--keep-subject
-			--signoff
+			--signoff --signature
 			--in-reply-to= --cc=
 			--full-index --binary
 			--not --all
@@ -1726,6 +1726,7 @@ _git_config ()
 		format.headers
 		format.numbered
 		format.pretty
+		format.signature
 		format.signoff
 		format.subjectprefix
 		format.suffix
-- 
1.7.1.257.g678728

  reply	other threads:[~2010-06-15  5:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-15  5:00 [PATCH 1/2] format-patch: Add a signature option (--signature) Stephen Boyd
2010-06-15  5:00 ` Stephen Boyd [this message]
2010-06-15 17:05 ` Junio C Hamano
2010-06-16  4:31   ` Stephen Boyd
2010-06-16  5:59 ` [PATCHv2 " Stephen Boyd
2010-06-16  5:59 ` [PATCHv2 2/2] completion: Add --signature and format.signature Stephen Boyd
2010-06-16 13:13 ` [PATCH 1/2] format-patch: Add a signature option (--signature) Theodore Tso
2010-06-16 16:53   ` Junio C Hamano
2010-06-16 19:43     ` Stephen Boyd
2010-06-16 20:55       ` Junio C Hamano

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=1276578039-25023-2-git-send-email-bebarino@gmail.com \
    --to=bebarino@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=spearce@spearce.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).