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

2013-05-12 Thread Matthieu Moy
Jiang Xin writes: > 2013/5/13 Matthieu Moy : >> Jiang Xin writes: >> >>> * color.interactive.: Use customized color for interactive >>>git-clean output (like git add --interactive). may be >>>prompt, header, help or error. >> >> This should go to the documentation (a short summary is w

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

2013-05-12 Thread Junio C Hamano
Jiang Xin writes: > 2013/5/13 Matthieu Moy : >> Jiang Xin writes: >> >>> * color.interactive.: Use customized color for interactive >>>git-clean output (like git add --interactive). may be >>>prompt, header, help or error. >> >> This should go to the documentation (a short summary is w

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

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

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

2013-05-12 Thread Matthieu Moy
Jiang Xin writes: > * color.interactive.: Use customized color for interactive >git-clean output (like git add --interactive). may be >prompt, header, help or error. This should go to the documentation (a short summary is welcome in the commit messages in addition, but users won't read

[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 never),