Git development
 help / color / mirror / Atom feed
* [PATCH] completion: support format-patch's --cover-letter option
@ 2008-02-21 16:21 Johannes Schindelin
  0 siblings, 0 replies; only message in thread
From: Johannes Schindelin @ 2008-02-21 16:21 UTC (permalink / raw)
  To: git


Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
---

	This obviously is on top of my "make bash completion a first class
	citizen" patch.  I haven't heard any comments about that, yet.

 git-completion.bash |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/git-completion.bash b/git-completion.bash
index 4ea727b..0d6ba71 100755
--- a/git-completion.bash
+++ b/git-completion.bash
@@ -645,6 +645,7 @@ _git_format_patch ()
 			--in-reply-to=
 			--full-index --binary
 			--not --all
+			--cover-letter
 			"
 		return
 		;;
-- 
1.5.4.2.265.geabed

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

only message in thread, other threads:[~2008-02-21 16:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-21 16:21 [PATCH] completion: support format-patch's --cover-letter option Johannes Schindelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox