Merge branch 'maint'

* maint:
  Clear the delta base cache during fast-import checkpoint
This commit is contained in:
Junio C Hamano
2009-02-10 21:30:45 -08:00
3 changed files with 9 additions and 0 deletions

View File

@ -830,6 +830,7 @@ extern unsigned char* use_pack(struct packed_git *, struct pack_window **, off_t
extern void close_pack_windows(struct packed_git *);
extern void unuse_pack(struct pack_window **);
extern void free_pack_by_name(const char *);
extern void clear_delta_base_cache(void);
extern struct packed_git *add_packed_git(const char *, int, int);
extern const unsigned char *nth_packed_object_sha1(struct packed_git *, uint32_t);
extern off_t nth_packed_object_offset(const struct packed_git *, uint32_t);