]> git.ipfire.org Git - thirdparty/git.git/commit - cache.h
Keep track of whether a pack is local or not
authorLinus Torvalds <torvalds@osdl.org>
Thu, 13 Oct 2005 22:38:28 +0000 (15:38 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 13 Oct 2005 22:38:28 +0000 (15:38 -0700)
commit9d835df246e81a6a03e3f633280c45e683e4c673
treea878e0f1ab86c47489300b4ae23bc6f8736faddb
parent73319032c8d2b2c73138d5caee1d2838fe1305d2
Keep track of whether a pack is local or not

If we want to re-pack just local packfiles, we need to know whether a
particular object is local or not.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
cache.h
sha1_file.c
verify-pack.c