completion: add more parameter value completion
[gitweb.git] / builtin / am.c
index 58a2aef28bbcd715660422dc37042e79d4d350c1..e8522450cb3c6e884cead3b8a9ec6fc2acd2a03e 100644 (file)
@@ -2119,6 +2119,10 @@ static int parse_opt_patchformat(const struct option *opt, const char *arg, int
                *opt_value = PATCH_FORMAT_HG;
        else if (!strcmp(arg, "mboxrd"))
                *opt_value = PATCH_FORMAT_MBOXRD;
+       /*
+        * Please update $__git_patchformat in git-completion.bash
+        * when you add new options
+        */
        else
                return error(_("Invalid value for --patch-format: %s"), arg);
        return 0;