git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] completion: add missiong format-patch options
@ 2013-04-27 20:17 Felipe Contreras
  2013-04-27 20:20 ` Felipe Contreras
  2013-04-27 21:36 ` Junio C Hamano
  0 siblings, 2 replies; 4+ messages in thread
From: Felipe Contreras @ 2013-04-27 20:17 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Felipe Contreras

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
---
 contrib/completion/git-completion.bash | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index bc3fc9e..78aa4cc 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -1314,11 +1314,12 @@ _git_fetch ()
 }
 
 __git_format_patch_options="
-	--stdout --attach --no-attach --thread --thread= --output-directory
+	--stdout --attach --no-attach --thread --thread= --no-thread
 	--numbered --start-number --numbered-files --keep-subject --signoff
 	--signature --no-signature --in-reply-to= --cc= --full-index --binary
 	--not --all --cover-letter --no-prefix --src-prefix= --dst-prefix=
 	--inline --suffix= --ignore-if-in-upstream --subject-prefix=
+	--output-directory --reroll-count --to= --cc= --quiet --notes
 "
 
 _git_format_patch ()
-- 
1.8.2.1.1031.g2ee5873

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] completion: add missiong format-patch options
  2013-04-27 20:17 [PATCH] completion: add missiong format-patch options Felipe Contreras
@ 2013-04-27 20:20 ` Felipe Contreras
  2013-04-27 21:36 ` Junio C Hamano
  1 sibling, 0 replies; 4+ messages in thread
From: Felipe Contreras @ 2013-04-27 20:20 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Felipe Contreras

Yeah, s/missiong/missing/

-- 
Felipe Contreras

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] completion: add missiong format-patch options
  2013-04-27 20:17 [PATCH] completion: add missiong format-patch options Felipe Contreras
  2013-04-27 20:20 ` Felipe Contreras
@ 2013-04-27 21:36 ` Junio C Hamano
  2013-04-27 21:39   ` Felipe Contreras
  1 sibling, 1 reply; 4+ messages in thread
From: Junio C Hamano @ 2013-04-27 21:36 UTC (permalink / raw)
  To: Felipe Contreras; +Cc: git

Looks like a no-brainer-safe update that could even go to maint.  I
prefer not to have too many patches in the "trivially correct"
category in flight, so will apply directly on top of 'master'.

Thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] completion: add missiong format-patch options
  2013-04-27 21:36 ` Junio C Hamano
@ 2013-04-27 21:39   ` Felipe Contreras
  0 siblings, 0 replies; 4+ messages in thread
From: Felipe Contreras @ 2013-04-27 21:39 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

On Sat, Apr 27, 2013 at 4:36 PM, Junio C Hamano <gitster@pobox.com> wrote:
> Looks like a no-brainer-safe update that could even go to maint.  I
> prefer not to have too many patches in the "trivially correct"
> category in flight, so will apply directly on top of 'master'.

I just noticed that --cc= is duplicated, not that it would make any
functional difference.

Cheers.

-- 
Felipe Contreras

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-04-27 21:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-27 20:17 [PATCH] completion: add missiong format-patch options Felipe Contreras
2013-04-27 20:20 ` Felipe Contreras
2013-04-27 21:36 ` Junio C Hamano
2013-04-27 21:39   ` Felipe Contreras

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