Re: [PATCH] fix for "index-pack: rationalize delta resolution code"
From: Harvey Harrison <hidden> Date: 2016-06-15 22:45:30
On Mon, Oct 20, 2008 at 11:12 AM, Nicolas Pitre [off-list ref] wrote:
My bad. A small detail went through the crack: the real_type of
a delta object is the real_type of its base object.
Without this, the created index will be wrong as the actual object SHA1
won't match the object.
Signed-off-by: Nicolas Pitre <redacted>
This fixes it for me, thanks for the quick fix.
Tested-by: Harvey Harrison <redacted>