Documentation: distinguish between ref and offset deltas in pack-format
commit06cb843fea195ea99391c4daf8018a13ec99c75e
authorStefan Saasen <ssaasen@atlassian.com>
Fri, 12 Apr 2013 05:56:24 +0000 (12 15:56 +1000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Apr 2013 16:14:01 +0000 (12 09:14 -0700)
tree85225713f77b7a7b0f9e92ace2074015c344f863
parent2137ce01f83d254e4917c107901a5a04f61e8c16
Documentation: distinguish between ref and offset deltas in pack-format

eb32d236 introduced the OBJ_OFS_DELTA object that uses a relative offset to
identify the base object instead of the 20-byte SHA1 reference. The pack file
documentation only mentions the SHA1 based reference in its description of the
deltified object entry.

Update the pack format documentation to clarify that the deltified object
representation refers to its base using either a relative negative offset or
the absolute SHA1 identifier.

Signed-off-by: Stefan Saasen <ssaasen@atlassian.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/pack-format.txt