bash: add missing format-patch command line options
authorSZEDER Gábor <szeder@ira.uka.de>
Fri, 16 Jan 2009 16:02:04 +0000 (17:02 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 18 Jan 2009 02:22:46 +0000 (18:22 -0800)
Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash
index 9021220421c3e42decef049e30e46a290ffdc113..80edfcacc969986047a27d83df32cc662c9f12f9 100755 (executable)
@@ -838,6 +838,8 @@ _git_format_patch ()
                        --not --all
                        --cover-letter
                        --no-prefix --src-prefix= --dst-prefix=
+                       --inline --suffix= --ignore-if-in-upstream
+                       --subject-prefix=
                        "
                return
                ;;