git-clean: add colors to interactive git-clean
commit7a9b0b802ecf5a09502b46de27c07ff05f55b247
authorJiang Xin <worldhello.net@gmail.com>
Tue, 25 Jun 2013 15:53:50 +0000 (25 23:53 +0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Jun 2013 18:25:11 +0000 (26 11:25 -0700)
treec66b82b2dd313c2263fe37aad18ec4ef5fcc96ed
parent1b8fd46732fc2e4e8300c11057a7fa9a8c2bc1b4
git-clean: add colors to interactive git-clean

Show header, help, error messages, and prompt in colors for interactive
git-clean. Re-use config variables, such as "color.interactive" and
"color.interactive.<slot>" for command `git-add--interactive`.

Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
Comments-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
builtin/clean.c