diff options
author | Jiang Xin <worldhello.net@gmail.com> | 2013-06-25 23:53:47 +0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-06-26 11:25:11 -0700 |
commit | 396049e5fb62ea921379d02133e1ff00cc47bb3f (patch) | |
tree | ef170383b2699fe5fb18aa09ea5dc484e3d11051 /unpack-trees.c | |
parent | e9a820cefde2170840fbcdf7c4b74369988869dc (diff) | |
download | git-396049e5fb62ea921379d02133e1ff00cc47bb3f.tar.gz |
git-clean: refactor git-clean into two phases
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 must confirm
before do real cleaning.
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'unpack-trees.c')
0 files changed, 0 insertions, 0 deletions