diff: remove "diff-files -q" in a version of Git in a distant future
commitc48f6816f03bfb2a09067a4fcfb4698a2192f6f9
authorJunio C Hamano <gitster@pobox.com>
Thu, 18 Jul 2013 17:36:51 +0000 (18 10:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Jul 2013 22:22:29 +0000 (19 15:22 -0700)
treea545b892c59a20e98b6e6ead5df84aee368d0e03
parent95a7c546b02a962b9e458f7fd2d0ed9b657c0ca6
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 <gitster@pobox.com>
diff-lib.c
diff-no-index.c
diff.c
diff.h