Re: [PATCH v14 06/16] git-clean: refactor git-clean into two phases

2013-06-24 Thread Junio C Hamano
Jiang Xin writes: > Before introducing interactive git-clean, refactor git-clean operations > into two phases: > > * hold cleaning items in del_list, > * and remove them in a separate loop at the end. > > We will introduce interactive git-clean between the two phases. The > interactive git-clea

[PATCH v14 06/16] git-clean: refactor git-clean into two phases

2013-06-24 Thread Jiang Xin
Before introducing interactive git-clean, refactor git-clean operations into two phases: * hold cleaning items in del_list, * and remove them in a separate loop at the end. We will introduce interactive git-clean between the two phases. The interactive git-clean will show what would be done and