diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-02-11 00:32:26 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-02-11 00:32:26 +0100 |
commit | 9b27ea95189b1f276c9f7e10df81fa1476a4ad4d (patch) | |
tree | 8116ae20f73dc9596be6be72628012b699680056 /cache.h | |
parent | gitweb: add $prevent_xss option to prevent XSS by repository content (diff) | |
parent | Clear the delta base cache during fast-import checkpoint (diff) | |
download | git-9b27ea95189b1f276c9f7e10df81fa1476a4ad4d.tar.xz git-9b27ea95189b1f276c9f7e10df81fa1476a4ad4d.zip |
Merge branch 'maint-1.6.0' into maint
* maint-1.6.0:
Clear the delta base cache during fast-import checkpoint
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -825,6 +825,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); |