Document the color.interactive semantics
commit47ee06f1224cc355d0d5fffb0a65b831790b2845
authorJeff King <peff@peff.net>
Sat, 5 Jan 2008 09:57:44 +0000 (5 04:57 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Jan 2008 02:41:44 +0000 (6 18:41 -0800)
tree7974072307f503d3635b2584e84e3cc83974e522
parentf87e310d2c53f412cf9ba0a04e06c974c17b9062
Document the color.interactive semantics

There are two possible confusions with the color.interactive
description:

  1. the short name "interactive" implies that it covers all
     interactive commands; let's explicitly make it so, even
     though there are no other interactive commands which
     currently use it

  2. Not all parts of "git add --interactive" are controlled
     by color.interactive (specifically, the diffs require
     tweaking color.diff). So let's clarify that it applies
     only to displays and prompts.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt