]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ds/sparse-cone' into maint
authorJunio C Hamano <gitster@pobox.com>
Fri, 14 Feb 2020 20:42:29 +0000 (12:42 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Feb 2020 20:42:29 +0000 (12:42 -0800)
The code recently added in this release to move to the entry beyond
the ones in the same directory in the index in the sparse-cone mode
did not count the number of entries to skip over incorrectly, which
has been corrected.

* ds/sparse-cone:
  .mailmap: fix GGG authoship screwup
  unpack-trees: correctly compute result count

1  2 
.mailmap
unpack-trees.c

diff --cc .mailmap
index 0f208822093ff1bde0899145aeedfc1429f3dbc5,cf3f68ecafd6a02818c9674f10a373afee8df8ee..73fd92e192bd348dd64965fd33feb9d61b11b957
+++ b/.mailmap
@@@ -59,8 -59,8 +59,9 @@@ David S. Miller <davem@davemloft.net
  David Turner <novalis@novalis.org> <dturner@twopensource.com>
  David Turner <novalis@novalis.org> <dturner@twosigma.com>
  Derrick Stolee <dstolee@microsoft.com> <stolee@gmail.com>
+ Derrick Stolee <dstolee@microsoft.com> Derrick Stolee via GitGitGadget <gitgitgadget@gmail.com>
  Deskin Miller <deskinm@umich.edu>
 +Đoàn Trần Công Danh <congdanhqx@gmail.com> Doan Tran Cong Danh
  Dirk Süsserott <newsletter@dirk.my1.cc>
  Eric Blake <eblake@redhat.com> <ebb9@byu.net>
  Eric Hanchrow <eric.hanchrow@gmail.com> <offby1@blarg.net>
diff --cc unpack-trees.c
Simple merge