Re: [PATCH 08/23] pack v4: basic references encoding

2013-08-27 Thread Nicolas Pitre
On Tue, 27 Aug 2013, Junio C Hamano wrote: > Nicolas Pitre writes: > > > Add variable length number encoding. Let's apply the same encoding > > currently used for the offset to base of OBJ_OFS_DELTA objects which > > is the most efficient way to do this, and apply it to everything with > > pack

Re: [PATCH 08/23] pack v4: basic references encoding

2013-08-27 Thread Junio C Hamano
Nicolas Pitre writes: > Add variable length number encoding. Let's apply the same encoding > currently used for the offset to base of OBJ_OFS_DELTA objects which > is the most efficient way to do this, and apply it to everything with > pack version 4. > > Also add SHA1 reference encoding. This

[PATCH 08/23] pack v4: basic references encoding

2013-08-26 Thread Nicolas Pitre
Add variable length number encoding. Let's apply the same encoding currently used for the offset to base of OBJ_OFS_DELTA objects which is the most efficient way to do this, and apply it to everything with pack version 4. Also add SHA1 reference encoding. This one is either an index into a SHA1