Re: [PATCH v9 0/9] interactive git-clean

2013-05-14 Thread Junio C Hamano
Except for one nit in 1/9, the series seems to be nicely done. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH v9 0/9] interactive git-clean

2013-05-14 Thread Jiang Xin
Updates since v8: * Run interactive git-clean even if in dry_run mode. -if (interactive && !dry_run && del_list.nr > 0) +if (interactive && del_list.nr > 0) interactive_main_loop(); * Variable menu_list is not static. (copy from global