From: Jiang Xin Date: Tue, 25 Jun 2013 15:53:52 +0000 (+0800) Subject: git-clean: add filter by pattern interactive action X-Git-Tag: v1.8.4-rc0~21^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d1239264f2786d7ea15543b980c6bf6afbc4701a?hp=d1239264f2786d7ea15543b980c6bf6afbc4701a git-clean: add filter by pattern interactive action Add a new action for interactive git-clean: filter by pattern. When the user chooses this action, user can input space-separated patterns (the same syntax as gitignore), and each clean candidate that matches with one of the patterns will be excluded from cleaning. When the user feels it's OK, presses ENTER and backs to the confirmation dialog. Signed-off-by: Jiang Xin Suggested-by: Junio C Hamano Signed-off-by: Junio C Hamano ---