From c48f6816f03bfb2a09067a4fcfb4698a2192f6f9 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 18 Jul 2013 10:36:51 -0700 Subject: diff: remove "diff-files -q" in a version of Git in a distant future This was inherited from "show-diff -q" that was invented to tell comparison between the index and the working tree to ignore only removals in 2005. These days, it is spelled as "--diff-filter=d". Signed-off-by: Junio C Hamano --- diff.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'diff.h') diff --git a/diff.h b/diff.h index 5237d63a71..a36720752f 100644 --- a/diff.h +++ b/diff.h @@ -341,8 +341,6 @@ extern int parse_rename_score(const char **cp_p); extern long parse_algorithm_value(const char *value); -extern void handle_deprecated_show_diff_q(struct diff_options *); - extern int print_stat_summary(FILE *fp, int files, int insertions, int deletions); extern void setup_diff_pager(struct diff_options *); -- cgit v1.2.1