Merge branch 'maint-1.6.0' into maint

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

View File

@ -944,6 +944,7 @@ static void end_packfile(void)
{
struct packed_git *old_p = pack_data, *new_p;
clear_delta_base_cache();
if (object_count) {
char *idx_name;
int i;