Found 5 matching messages (0.070 seconds). Page 1 of 1.
... hold. This adds "--repack-unpacked" option to pack-objects to help ... no-reuse-delta] [--no-reuse-object] [--delta-base-offset] \n\ [--non- ... struct commit *commit) add_preferred_base(commit->object.sha1); } +struct in_pack_object { + off_t offset ...
git - Junio C Hamano - Sep 8 2007 - 06:01
... wrote: > This adds "--repack-unpacked" option to pack-objects to help ... show_object(struct object_array_entry *p) > { > + struct object *o = lookup_unknown_object(p->item->sha1) ... ; If you save the "struct object*" into the in_pack_object (instead of ...
git - Shawn O. Pearce - Sep 8 2007 - 22:57
...
git - Nicolas Pitre - Sep 9 2007 - 08:29
... packs together. The update to pack-objects you are > > commenting on deals with one ... by offset. 2) Locate first commit object within each packfile. 3) Get that ... , which was the point of this patch. -- Shawn. - To unsubscribe from this list: ...
git - Shawn O. Pearce - Sep 9 2007 - 13:49
...
git - Junio C Hamano - Sep 9 2007 - 01:04