apply --cached: apply a patch without using working tree.
authorJunio C Hamano <junkio@cox.net>
Mon, 15 May 2006 22:15:47 +0000 (15:15 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 16 May 2006 00:56:53 +0000 (17:56 -0700)
A new flag "--cached" takes the cached data, applies the patch
and stores the result in the index, without using the working
tree.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found