author | Junio C Hamano <junkio@cox.net> | |
Sun, 5 Mar 2006 19:22:57 +0000 (11:22 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 6 Mar 2006 11:03:56 +0000 (03:03 -0800) | ||
commit | 70ca1a3f854be0d3b429e66f1484f9ca73a79828 | |
tree | 028bc5731959cbcc58c59126b189b0d7f32cb276 | tree | snapshot |
parent | 473ab1659bc6b2483544e404661e4349dc249355 | commit | diff |
pack-objects: simplify "thin" pack.
There was a misguided logic to overly prefer using objects that
we are not going to pack as the base object. This was
unnecessary. It does not matter to the unpacking side where the
base object is -- it matters more to make the resulting delta
smaller.
Signed-off-by: Junio C Hamano <junkio@cox.net>
There was a misguided logic to overly prefer using objects that
we are not going to pack as the base object. This was
unnecessary. It does not matter to the unpacking side where the
base object is -- it matters more to make the resulting delta
smaller.
Signed-off-by: Junio C Hamano <junkio@cox.net>
pack-objects.c | diff | blob | history |