Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
introduce delta objects with offset to base
[gitweb.git]
/
builtin-unpack-objects.c
diff --git
a/builtin-unpack-objects.c
b/builtin-unpack-objects.c
index 4f96bcae32afd22093b9a76d5fe5b39ba8268583..c6c636895605815373b00b64223362c2308cfed0 100644
(file)
--- a/
builtin-unpack-objects.c
+++ b/
builtin-unpack-objects.c
@@
-241,7
+241,7
@@
static void unpack_one(unsigned nr, unsigned total)
case OBJ_TAG:
unpack_non_delta_entry(type, size);
return;
- case OBJ_DELTA:
+ case OBJ_
REF_
DELTA:
unpack_delta_entry(size);
return;
default: