diff: Rename QUIET internal option to QUICK
commit90b1994170900514a1ce7a3345e25cb7216915cc
authorJunio C Hamano <gitster@pobox.com>
Sat, 23 May 2009 08:15:35 +0000 (23 01:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 29 Jul 2009 17:22:39 +0000 (29 10:22 -0700)
tree69cc27ed550f73bd87b35cab88d76ab744780650
parentf245194f9a13d5108c3a59fd4ab1770ae9fd5b65
diff: Rename QUIET internal option to QUICK

The option "QUIET" primarily meant "find if we have _any_ difference as
quick as possible and report", which means we often do not even have to
look at blobs if we know the trees are different by looking at the higher
level (e.g. "diff-tree A B").  As a side effect, because there is no point
showing one change that we happened to have found first, it also enables
NO_OUTPUT and EXIT_WITH_STATUS options, making the end result look quiet.

Rename the internal option to QUICK to reflect this better; it also makes
grepping the source tree much easier, as there are other kinds of QUIET
option everywhere.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-log.c
builtin-rev-list.c
diff-lib.c
diff.c
diff.h
revision.c
tree-diff.c