Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/pack.h
diff options
context:
space:
mode:
authorNicolas Pitre <nico@cam.org>2006-09-21 08:09:44 +0400
committerJunio C Hamano <junkio@cox.net>2006-09-27 11:12:00 +0400
commitbe6b19145f64f62790049c06320c35011f7312a7 (patch)
treef83948d0c994e2641e92d0953e1ef6aee4ff4db1 /pack.h
parent53dda6ff6263a3f350514d9edae600468c946ed4 (diff)
make git-pack-objects able to create deltas with offset to base
This is enabled with --delta-base-offset only, and doesn't work with pack data reuse yet. The idea is to allow for the fetch protocol to use an extension flag to notify the remote end that --delta-base-offset can be used with git-pack-objects. Eventually git-repack will always provide this flag. With this, all delta base objects are now pushed before deltas that depend on them. This is a requirements for OBJ_OFS_DELTA. This is not a requirement for OBJ_REF_DELTA but always doing so makes the code simpler. Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'pack.h')
0 files changed, 0 insertions, 0 deletions