aboutsummaryrefslogtreecommitdiffstats
path: root/diff-lib.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-03-07 15:17:40 -0800
committerJunio C Hamano <gitster@pobox.com>2014-03-07 15:17:41 -0800
commit2687ffdeb76816a1645a5c3e3c7aaf654cc923bc (patch)
treefea99a64d7d8bc7ff3211155da3f23853b09d68b /diff-lib.c
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.gz
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-lib.c')
-rw-r--r--diff-lib.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/diff-lib.c b/diff-lib.c
index ec5f722eff..044872935c 100644
--- a/diff-lib.c
+++ b/diff-lib.c
@@ -91,9 +91,6 @@ int run_diff_files(struct rev_info *revs, unsigned int option)
unsigned ce_option = ((option & DIFF_RACY_IS_MODIFIED)
? CE_MATCH_RACY_IS_DIRTY : 0);
- if (option & DIFF_SILENT_ON_REMOVED)
- handle_deprecated_show_diff_q(&revs->diffopt);
-
diff_set_mnemonic_prefix(&revs->diffopt, "i/", "w/");
if (diff_unmerged_stage < 0)