projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f130446
)
allow delta data reuse even if base object is a preferred base
author
Nicolas Pitre
<nico@cam.org>
Wed, 27 Sep 2006 19:42:16 +0000
(15:42 -0400)
committer
Junio C Hamano
<junkio@cox.net>
Wed, 27 Sep 2006 20:32:54 +0000
(13:32 -0700)
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-pack-objects.c
patch
|
blob
|
history
diff --git
a/builtin-pack-objects.c
b/builtin-pack-objects.c
index 16e98f3f3f7303aaf613e4e17b317b2f6a975580..ee5f031bc2d3ead1027b56884c1d5a1fd69756aa 100644
(file)
--- a/
builtin-pack-objects.c
+++ b/
builtin-pack-objects.c
@@
-988,7
+988,7
@@
static void check_object(struct object_entry *entry)
unuse_packed_git(p);
entry->in_pack_header_size = used;
- if (base_entry
&& !base_entry->preferred_base
) {
+ if (base_entry) {
/* Depth value does not matter - find_deltas()
* will never consider reused delta as the