[PATCH] update-cache: add "--ignore-missing" option
authorJames Bottomley <James.Bottomley@SteelEye.com>
Sun, 24 Apr 2005 22:14:16 +0000 (15:14 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 24 Apr 2005 22:14:16 +0000 (15:14 -0700)
This adds an --ignore-missing option to update-cache, which makes it
ignore missing files. Together with the "-n" option to checkout-cache,
it allows me to do

checkout-cache -n -f -a && update-cache --ignore-missing --refresh

which only updates and refreshes the files I already have checked out.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found