diff.h: rename DIFF_PLAIN color slot to DIFF_CONTEXT
commit8dbf3eb6850d6d9495ace908625fe50888b111e6
authorJeff King <peff@peff.net>
Wed, 27 May 2015 20:48:46 +0000 (27 16:48 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 May 2015 20:54:42 +0000 (27 13:54 -0700)
tree2771beb8838965fc405f82ffd74096912837215d
parent74b15bfbf6f7efffa40fda170b3a3cb0218d8651
diff.h: rename DIFF_PLAIN color slot to DIFF_CONTEXT

The latter is a much more descriptive name (and we support
"color.diff.context" now). This also updates the name of any
local variables which were used to store the color.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
combine-diff.c
diff.c
diff.h
line-log.c