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 <gitster@pobox.com>2009-02-11 02:32:26 +0300
committerJunio C Hamano <gitster@pobox.com>2009-02-11 02:32:26 +0300
commit9b27ea95189b1f276c9f7e10df81fa1476a4ad4d (patch)
tree8116ae20f73dc9596be6be72628012b699680056 /fast-import.c
parent7e1100e9e939c9178b2aa3969349e9e8d34488bf (diff)
parent3d20c636af05c44a6ff4df9309c2bca108ee149b (diff)
Merge branch 'maint-1.6.0' into maint
* maint-1.6.0: Clear the delta base cache during fast-import checkpoint
Diffstat (limited to 'fast-import.c')
-rw-r--r--fast-import.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fast-import.c b/fast-import.c
index f0e08aca70..23e970d581 100644
--- a/fast-import.c
+++ b/fast-import.c
@@ -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;