Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
combine-diff: better hunk splitting.
[gitweb.git]
/
pack-objects.c
diff --git
a/pack-objects.c
b/pack-objects.c
index caf3b6be5a1cf85bafd034ed9e2cbe3cd596b26c..c3f25317bbe8f9920220ab276a7605eeab132fb9 100644
(file)
--- a/
pack-objects.c
+++ b/
pack-objects.c
@@
-119,7
+119,7
@@
static unsigned long write_one(struct sha1file *f,
return offset;
e->offset = offset;
offset += write_object(f, e);
- /* if we are del
i
tified, write out its base object. */
+ /* if we are deltified, write out its base object. */
if (e->delta)
offset = write_one(f, e->delta, offset);
return offset;