]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'cc/delta-islands'
authorJunio C Hamano <gitster@pobox.com>
Wed, 21 Nov 2018 11:39:02 +0000 (20:39 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Nov 2018 11:39:02 +0000 (20:39 +0900)
A few issues in the implementation of "delta-islands" feature has
been corrected.

* cc/delta-islands:
  pack-objects: fix off-by-one in delta-island tree-depth computation
  pack-objects: zero-initialize tree_depth/layer arrays
  pack-objects: fix tree_depth and layer invariants

1  2 
builtin/pack-objects.c
git-compat-util.h
pack-objects.h

Simple merge
Simple merge
diff --cc pack-objects.h
Simple merge