]> git.ipfire.org Git - thirdparty/git.git/blobdiff - diff.c
Merge branch 'pb/complete-diff-options'
[thirdparty/git.git] / diff.c
diff --git a/diff.c b/diff.c
index 6fb2946a6413f8d8546fe1b04b35c6aaf69f0ae9..788382eea040db4bf6adafdeb824750f4d59b89f 100644 (file)
--- a/diff.c
+++ b/diff.c
@@ -5520,6 +5520,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)
 {