applypatch: use "index" lines not "applies-to".
commitbf3e274873e56d7df25d60800c8d59a309e0d8c6
authorJunio C Hamano <junkio@cox.net>
Tue, 29 Nov 2005 21:53:30 +0000 (29 13:53 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 29 Nov 2005 22:18:27 +0000 (29 14:18 -0800)
tree5f88497d70e46deae510f545b37784e9172bea12
parente1355547fd30b21fbdc3fe4e576759683777c4ce
applypatch: use "index" lines not "applies-to".

This matches the 3-way fallback used by applypatch to use
per-blob "index" lines, not "applies-to" tree object name, to
match what git-am does.

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