X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=apply.c;h=f15afa9f6af98ae41af60eb2296ee35d38ccc7fd;hb=17c8f1f2eda10a972af01b6a909d6586e4114c41;hp=892ede5a318f751c80fcceab036a8cbaee391774;hpb=8ac5444cba9349a5f89e64e1774ea9d6740a5add;p=thirdparty%2Fgit.git diff --git a/apply.c b/apply.c index 892ede5a31..f15afa9f6a 100644 --- a/apply.c +++ b/apply.c @@ -56,6 +56,10 @@ static int parse_whitespace_option(struct apply_state *state, const char *option state->ws_error_action = correct_ws_error; return 0; } + /* + * Please update $__git_whitespacelist in git-completion.bash + * when you add new options. + */ return error(_("unrecognized whitespace option '%s'"), option); }