Code

completion: support format-patch's --cover-letter option
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Thu, 21 Feb 2008 16:21:49 +0000 (16:21 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Feb 2008 02:13:40 +0000 (18:13 -0800)
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash

index 8722a687954ec47a538eff45d41434deedf717fb..8f70e1efc11553ce2360fab8693e2749a3fc36b4 100755 (executable)
@@ -648,6 +648,7 @@ _git_format_patch ()
                        --in-reply-to=
                        --full-index --binary
                        --not --all
+                       --cover-letter
                        "
                return
                ;;