commit | 96a799b6d1d4a63dccfe8b5dcabd2d738fa6c26e | [log] [tgz] |
---|---|---|
author | Jiang Xin <worldhello.net@gmail.com> | Tue Jun 25 23:53:54 2013 +0800 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Jun 26 11:25:11 2013 -0700 |
tree | b8f642112c29306b738d15ee074740f8836d2334 | |
parent | c1f1d24aa5c72821096e2a31aaf4175329ca0260 [diff] |
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>