pack-format.txt: more details on pack file format
authorNguyễn Thái Ngọc Duy <redacted>
Fri, 11 May 2018 06:55:23 +0000 (08:55 +0200)
committerJunio C Hamano <redacted>
Sun, 13 May 2018 01:20:03 +0000 (10:20 +0900)
commit011b648646fcf1f467336ac6bbf46145501c0f12
treee5028919cb4f751528819036a86f9b1d72fa6b2a
parent468165c1d8a442994a825f3684528361727cd8c0
pack-format.txt: more details on pack file format

The current document mentions OBJ_* constants without their actual
values. A git developer would know these are from cache.h but that's
not very friendly to a person who wants to read this file to implement
a pack file parser.

Similarly, the deltified representation is not documented at all (the
"document" is basically patch-delta.c). Translate that C code to
English with a bit more about what ofs-delta and ref-delta mean.

Signed-off-by: Nguyễn Thái Ngọc Duy <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/technical/pack-format.txt
cache.h
git clone https://git.99rst.org/PROJECT