merge: add scissors line on merge conflict
[gitweb.git] / builtin / am.c
index 86e33495b039bd44d4b59625388d55cd624ccd26..4fb107a9d1bdf36ff4c71d761abdda4d50d0e24b 100644 (file)
@@ -2121,6 +2121,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;