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:
@ -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;
|
||||
|
Reference in New Issue
Block a user