git-am: use apply --cached
authorJunio C Hamano <junkio@cox.net>
Tue, 16 May 2006 00:25:43 +0000 (17:25 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 16 May 2006 00:57:01 +0000 (17:57 -0700)
commitb7627278e200d8a80df6ee437b1a01d88f2b4883
tree043a51ee8af22a82edc47cf538bce08c4d57ba74
parent04e4888e5a6db847368a95eb986202fa460b2153
git-am: use apply --cached

Now 'git apply' can apply patch without working tree, preparation
of pristine preimage and postimage trees that are done when falling
back on 3-way merge by "git am" can do so without temporary files.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-am.sh