summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes-1.5.2.4.txt
diff options
context:
space:
mode:
authorLibravatar Shawn O. Pearce <spearce@spearce.org>2009-02-11 10:15:30 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2009-02-11 10:25:24 -0800
commitfa3a0c94dc88567b513e58835e5915f87da40af9 (patch)
tree2190019be95e90d1d708836e4834e2a96a2a3545 /Documentation/RelNotes-1.5.2.4.txt
parentClear the delta base cache during fast-import checkpoint (diff)
downloadtgif-fa3a0c94dc88567b513e58835e5915f87da40af9.tar.xz
Clear the delta base cache if a pack is rebuilt
There is some risk that re-opening a regenerated pack file with different offsets could leave stale entries within the delta base cache that could be matched up against other objects using the same "struct packed_git*" and pack offset. Throwing away the entire delta base cache in this case is safer, as we don't have to worry about a recycled "struct packed_git*" matching to the wrong base object, resulting in delta apply errors while unpacking an object. Suggested-by: Daniel Barkalow <barkalow@iabervon.org> Signed-off-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.5.2.4.txt')
0 files changed, 0 insertions, 0 deletions