Re: [PATCH v15 00/16] Interactive git clean

2013-06-26 Thread Junio C Hamano
People may have comments and improvements on the actual "interactive" UI part, but I think the earlier parts up to "into two phases" is ready for 'next'. Let's queue them and have them advance. Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to m

[PATCH v15 00/16] Interactive git clean

2013-06-25 Thread Jiang Xin
Update since v14: * Add more testcases for relative_path. See patch 01/16. * Refactor: change arguments name for relative_path (in path.c), i.e. abc -> in, base -> prefix. This is because the first argument is not restricted to absolute path any more. See patch 02/16. * Move git-ls-f