commit | c6e007b0942a373bbf87fa3e4e11e2d90907de8c | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@SteelEye.com> | Sun Apr 24 15:14:16 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sun Apr 24 15:14:16 2005 -0700 |
tree | b4186a52c7b88fb1e715af5ab4a94845df20414b | |
parent | 32718b6c5e8dfe3ca39731b962ec6ada40407af4 [diff] |
[PATCH] update-cache: add "--ignore-missing" option 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>