aboutsummaryrefslogtreecommitdiffstats
path: root/object-file.c
diff options
context:
space:
mode:
Diffstat (limited to 'object-file.c')
-rw-r--r--object-file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/object-file.c b/object-file.c
index a40300ce4a..c161e3e2a5 100644
--- a/object-file.c
+++ b/object-file.c
@@ -1446,7 +1446,7 @@ static int loose_object_info(struct repository *r,
int allow_unknown = flags & OBJECT_INFO_ALLOW_UNKNOWN_TYPE;
if (oi->delta_base_oid)
- oidclr(oi->delta_base_oid);
+ oidclr(oi->delta_base_oid, the_repository->hash_algo);
/*
* If we don't care about type or size, then we don't
@@ -1580,7 +1580,7 @@ static int do_oid_object_info_extended(struct repository *r,
if (oi->disk_sizep)
*(oi->disk_sizep) = 0;
if (oi->delta_base_oid)
- oidclr(oi->delta_base_oid);
+ oidclr(oi->delta_base_oid, the_repository->hash_algo);
if (oi->type_name)
strbuf_addstr(oi->type_name, type_name(co->type));
if (oi->contentp)
title='2002-04-09 12:08:16 +1000'>2002-04-09ppc64: remove bcopy and cacheable_memcpyAnton Blanchard1-85/+0 2002-04-09ppc64: remove strtokAnton Blanchard1-1/+0 2002-04-09ppc64: get rid of cacheable_memzeroAnton Blanchard3-50/+1 2002-04-09ppc64: pmd_page fixes to match pagetable allocation changesAnton Blanchard1-3/+3 2002-04-09ppc64: Fix up some warnings in the pagetable allocation codeAnton Blanchard1-5/+7 2002-04-09ppc64: add missing include in semaphore.cAnton Blanchard1-0/+1 2002-04-09ppc64: fix up warnings in lmb.cAnton Blanchard1-2/+4 2002-04-09ppc64: Fix up clash with flags variable in udbg.cAnton Blanchard1-2/+2 2002-04-09ppc64: fix up some warningsAnton Blanchard2-11/+7 2002-04-09ppc64: Fix up warningAnton Blanchard1-0/+4 2002-04-09ppc64: Change MASK -> __MASK to avoid namespace clash in symbiosAnton Blanchard1-31/+29 2002-04-09ppc64: add preempt_countAnton Blanchard1-0/+1 2002-04-09ppc64: update include/asm-ppc64/linux_logo.hAnton Blanchard1-20/+0 2002-04-09PPC update; create cacheflush.h and tlbflush.h and define default_idlePaul Mackerras10-187/+234 2002-04-07[PATCH] disable high mem on pio, ideJens Axboe1-1/+1 2002-04-07[PATCH] ACPI compile fixAndy Grover1-0/+2 2002-04-05[PATCH] ->setattr() locking changesAlexander Viro13-74/+82 2002-04-05[PATCH] IEEE-1394 UpdatesBen Collins26-1094/+3962 2002-04-05[PATCH] ->setattr() locking changesAndrew Morton1-0/+3 2002-04-05Update for new notify_change semanticsLinus Torvalds1-2/+0 2002-04-05MADT parsing improvements (Paul D & Richard Schaal)Andy Grover4-131/+298 2002-04-05ACPI driver updatesAndy Grover19-919/+1828 2002-04-05ACPI interpreter update.Andy Grover70-1028/+1610 2002-04-05[PATCH] loop deadlock fixAndrew Morton1-1/+1 2002-04-05Cset exclude: davej@suse.de|ChangeSet|20020404222348|23820Linus Torvalds1-1/+2 2002-04-04Clean up do_truncate due notify_change() locking changev2.5.8-pre2Linus Torvalds1-4/+1 2002-04-04Force some semblance of workingness onto qla1280 driverLinus Torvalds1-12/+12 2002-04-04Oops, remove remnants of old attribute lockLinus Torvalds1-1/+0 2002-04-05Make legacy drivers who use "virt_to_bus()" and friends work on x86.Linus Torvalds1-4/+4 2002-04-04[PATCH] shift BKL out of notify_changeDave Hansen17-63/+132 2002-04-04[PATCH] PATCH 4a or 4 : knfs : typo...Neil Brown1-1/+1 2002-04-04[PATCH] PATCH 4 of 4 : knfsd : Increase the max block size for NFS replies.Neil Brown2-3/+3 2002-04-04[PATCH] PATCH 3 of 4 : knfsd : Store the fsid in the returned attributes inst...Neil Brown4-22/+46 2002-04-04[PATCH] PATCH 2 of 4 : knfsd : Allow exporting of deviceless filesystems if f...Neil Brown1-3/+15 2002-04-04[PATCH] PATCH 1 of 4 : knfsd : Use symbols for size calculation for response ...Neil Brown2-37/+49 2002-04-04[PATCH] elevator 'buglet'Jens Axboe1-6/+0 2002-04-04USBGreg Kroah-Hartman2-39/+38