bash: add missing format-patch command line options
[gitweb.git] / 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
                ;;