Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-03-14 12:08:48 +0300
committerJunio C Hamano <junkio@cox.net>2007-03-14 12:08:48 +0300
commitc49b260e99d3e0fdd5d84615091ebb969adef5b2 (patch)
tree55445b772247ab3a25342a64a75380e60f4bc3db /cache.h
parentc1f5086e23e97cdb8c913c10ff273e6cff913d52 (diff)
parentb867092fec81c59a35337d24d2d976ab2acc2488 (diff)
Merge branch 'jc/repack'
* jc/repack: prepare_packed_git(): sort packs by age and localness.
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index faed2a8994..a4762eda5c 100644
--- a/cache.h
+++ b/cache.h
@@ -372,6 +372,7 @@ extern struct packed_git {
struct packed_git *next;
struct pack_window *windows;
uint32_t *index_base;
+ time_t mtime;
off_t index_size;
off_t pack_size;
int pack_fd;