Re: [PATCH 14/23] pack v4: object data copy

2013-08-27 Thread Nicolas Pitre
On Tue, 27 Aug 2013, Junio C Hamano wrote: > Nicolas Pitre writes: > > > Blob and tag objects have no particular changes except for their object > > header. > > > > Delta objects are also copied as is, except for their delta base reference > > which is converted to the new way as used elsewhere

Re: [PATCH 14/23] pack v4: object data copy

2013-08-27 Thread Junio C Hamano
Nicolas Pitre writes: > Blob and tag objects have no particular changes except for their object > header. > > Delta objects are also copied as is, except for their delta base reference > which is converted to the new way as used elsewhere in pack v4 encoding > i.e. an index into the SHA1 table or

[PATCH 14/23] pack v4: object data copy

2013-08-26 Thread Nicolas Pitre
Blob and tag objects have no particular changes except for their object header. Delta objects are also copied as is, except for their delta base reference which is converted to the new way as used elsewhere in pack v4 encoding i.e. an index into the SHA1 table or a literal SHA1 prefixed by 0 if no