summaryrefslogtreecommitdiffstats
path: root/diff.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-03-08 00:17:40 +0100
committerJunio C Hamano <gitster@pobox.com>2014-03-08 00:17:41 +0100
commit2687ffdeb76816a1645a5c3e3c7aaf654cc923bc (patch)
treefea99a64d7d8bc7ff3211155da3f23853b09d68b /diff.h
parentMerge branch 'gj/push-more-verbose-advice' (diff)
parentdiff: remove "diff-files -q" in a version of Git in a distant future (diff)
downloadgit-2687ffdeb76816a1645a5c3e3c7aaf654cc923bc.tar.xz
git-2687ffdeb76816a1645a5c3e3c7aaf654cc923bc.zip
Merge branch 'jc/hold-diff-remove-q-synonym-for-no-deletion'
Remove a confusing and deprecated "-q" option from "git diff-files"; "git diff-files --diff-filter=d" can be used instead.
Diffstat (limited to 'diff.h')
-rw-r--r--diff.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/diff.h b/diff.h
index e79f3b3ff0..a24a767db7 100644
--- a/diff.h
+++ b/diff.h
@@ -345,8 +345,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 *);