author | Junio C Hamano <junkio@cox.net> | |
Sun, 15 May 2005 21:23:12 +0000 (14:23 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Thu, 19 May 2005 16:50:57 +0000 (09:50 -0700) | ||
commit | 415e96c8b7e7d47f98a45ae1b6d524418245a3b4 | |
tree | 08f5f8433a6d56642b64fe9ab941647da6c8aef5 | tree | snapshot |
parent | 875d0f8ddb1d420f6465498842740c4f5ab03e6f | commit | 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>
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 | diff | blob | history | |
Makefile | diff | blob | history | |
cache.h | diff | blob | history | |
checkout-cache.c | diff | blob | history | |
index.c | [new file with mode: 0644] | blob |
read-cache.c | diff | blob | history | |
t/t2002-checkout-cache-u.sh | [new file with mode: 0644] | blob |
update-cache.c | diff | blob | history |