Re: [PATCH v7 03/10] Add colors to interactive git-clean

2013-05-13 Thread Matthieu Moy
Jiang Xin worldhello@gmail.com writes: 2013/5/13 Matthieu Moy matthieu@grenoble-inp.fr: Jiang Xin worldhello@gmail.com writes: * color.interactive.slot: Use customized color for interactive git-clean output (like git add --interactive). slot may be prompt, header, help or

Re: [PATCH v7 03/10] Add colors to interactive git-clean

2013-05-12 Thread Matthieu Moy
Jiang Xin worldhello@gmail.com writes: * color.interactive.slot: Use customized color for interactive git-clean output (like git add --interactive). slot may be prompt, header, help or error. This should go to the documentation (a short summary is welcome in the commit messages in

Re: [PATCH v7 03/10] Add colors to interactive git-clean

2013-05-12 Thread Jiang Xin
2013/5/13 Matthieu Moy matthieu@grenoble-inp.fr: Jiang Xin worldhello@gmail.com writes: * color.interactive.slot: Use customized color for interactive git-clean output (like git add --interactive). slot may be prompt, header, help or error. This should go to the documentation

Re: [PATCH v7 03/10] Add colors to interactive git-clean

2013-05-12 Thread Junio C Hamano
Jiang Xin worldhello@gmail.com writes: 2013/5/13 Matthieu Moy matthieu@grenoble-inp.fr: Jiang Xin worldhello@gmail.com writes: * color.interactive.slot: Use customized color for interactive git-clean output (like git add --interactive). slot may be prompt, header, help or

[PATCH v7 03/10] Add colors to interactive git-clean

2013-05-08 Thread Jiang Xin
Show header, help, error messages, and prompt in colors for interactive git-clean. Re-use config variables for other git commands, such as git-add--interactive and git-stash: * color.interactive: When set to always, always use colors for interactive prompts and displays. When false (or