commit | 415e96c8b7e7d47f98a45ae1b6d524418245a3b4 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Sun May 15 14:23:12 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Thu May 19 09:50:57 2005 -0700 |
tree | 08f5f8433a6d56642b64fe9ab941647da6c8aef5 | |
parent | 875d0f8ddb1d420f6465498842740c4f5ab03e6f [diff] |
[PATCH] Implement git-checkout-cache -u to update stat information in the cache. With -u flag, git-checkout-cache picks up the stat information from newly created file and updates the cache. This removes the need to run git-update-cache --refresh immediately after running git-checkout-cache. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>