[PATCH v3] Add support for -i/--interactive to git-clean

2013-04-30 Thread Jiang Xin
Show what would be done and the user must confirm before actually cleaning. In the confirmation dialog, the user has three choices: * Yes: Start to do cleaning. * No: Nothing will be deleted. * Edit (default): Enter edit mode. When the user chooses the edit mode, the user can input space- sep

Re: [PATCH v3] Add support for -i/--interactive to git-clean

2013-05-01 Thread Matthieu Moy
Jiang Xin writes: > Show what would be done and the user must confirm before actually > cleaning. In the confirmation dialog, the user has three choices: > > * Yes: Start to do cleaning. > * No: Nothing will be deleted. > * Edit (default): Enter edit mode. I like this much more than the prev

Re: [PATCH v3] Add support for -i/--interactive to git-clean

2013-05-02 Thread Jiang Xin
2013/5/1 Matthieu Moy : > Jiang Xin writes: > >> Show what would be done and the user must confirm before actually >> cleaning. In the confirmation dialog, the user has three choices: >> >> * Yes: Start to do cleaning. >> * No: Nothing will be deleted. >> * Edit (default): Enter edit mode. > >