git-clean: add ask each interactive action
commit96a799b6d1d4a63dccfe8b5dcabd2d738fa6c26e
authorJiang Xin <worldhello.net@gmail.com>
Tue, 25 Jun 2013 15:53:54 +0000 (25 23:53 +0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Jun 2013 18:25:11 +0000 (26 11:25 -0700)
treeb8f642112c29306b738d15ee074740f8836d2334
parentc1f1d24aa5c72821096e2a31aaf4175329ca0260
git-clean: add ask each interactive action

Add a new action for interactive git-clean: ask each. It's just like
the "rm -i" command, that the user must confirm one by one for each
file or directory to be cleaned.

Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/clean.c