]> git.ipfire.org Git - thirdparty/git.git/commit - cache.h
[PATCH] Implement git-checkout-cache -u to update stat information in the cache.
authorJunio C Hamano <junkio@cox.net>
Sun, 15 May 2005 21:23:12 +0000 (14:23 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 19 May 2005 16:50:57 +0000 (09:50 -0700)
commit415e96c8b7e7d47f98a45ae1b6d524418245a3b4
tree08f5f8433a6d56642b64fe9ab941647da6c8aef5
parent875d0f8ddb1d420f6465498842740c4f5ab03e6f
[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>
Documentation/git-checkout-cache.txt
Makefile
cache.h
checkout-cache.c
index.c [new file with mode: 0644]
read-cache.c
t/t2002-checkout-cache-u.sh [new file with mode: 0644]
update-cache.c