diff: rename "set" variable
commitd9c552f17a28e5ab1b72135038d4888ea02651ea
authorJeff King <peff@peff.net>
Tue, 13 Nov 2012 15:42:46 +0000 (13 21:12 +0530)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Nov 2012 03:18:13 +0000 (18 19:18 -0800)
tree964319be555eee7d75b5543b94b3fb8b9fc7478a
parentc47ef57caaa2b17d32b343fbe652f33b31c81362
diff: rename "set" variable

Once upon a time the builtin_diff function used one color, and the color
variables were called "set" and "reset". Nowadays it is a much longer
function and we use several colors (e.g., "add", "del"). Rename "set" to
"meta" to show that it is the color for showing diff meta-info (it still
does not indicate that it is a "color", but at least it matches the
scheme of the other color variables).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c
t/t4041-diff-submodule-option.sh