diff --git a/diff.c b/diff.c index 3c88c37908..64c93c0f0e 100644 --- a/diff.c +++ b/diff.c @@ -5491,6 +5491,10 @@ static int diff_opt_rotate_to(const struct option *opt, const char *arg, int uns return 0; } +/* + * Consider adding new flags to __git_diff_common_options + * in contrib/completion/git-completion.bash + */ struct option *add_diff_options(const struct option *opts, struct diff_options *options) {