pack-format.txt: more details on pack file format
commit011b648646fcf1f467336ac6bbf46145501c0f12
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Fri, 11 May 2018 06:55:23 +0000 (11 08:55 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 13 May 2018 01:20:03 +0000 (13 10:20 +0900)
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 <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/pack-format.txt
cache.h