Re: [PATCH 1/2] t7001: add test for git-mv dir1 dir2/
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:34
Petr Baudis [off-list ref] writes:
(i) No git-apply -R - well, it seems to me that I revert patches all the time, don't you? (ii) I'd like git-apply to be as verbose as patch is, that is list the files it touches as it goes (iii) There's no reject handling besides "panic" right now - it should be able to create .rej files so that the user can fix things up (iv) I need git-apply to add/remove to/from index new/gone files, while at the same time... (v) I want to allow applying of patches to working copy that is not completely clean, even on top of modified files
You probably should be able to talk me into doing these, but doesn't it already do (iv) and (v)?