git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 11/10] Corrected typo in format-patch bash completion.
@ 2006-11-27  8:54 Shawn O. Pearce
  0 siblings, 0 replies; only message in thread
From: Shawn O. Pearce @ 2006-11-27  8:54 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
---
 This is in addition to the other 10 patches I just sent.
 It fixes the bad --in-reply-to option in patch 5/10.
 
 contrib/completion/git-completion.bash |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index df67f8e..47b393d 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -346,7 +346,7 @@ _git_format_patch ()
 			--numbered --start-number
 			--keep-subject
 			--signoff
-			--in-repy-to=
+			--in-reply-to=
 			--full-index --binary
 			" -- "$cur"))
 		return
-- 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-11-27  8:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-27  8:54 [PATCH 11/10] Corrected typo in format-patch bash completion Shawn O. Pearce

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).