Merge branch 'rs/fsck-duplicate-names-in-trees'
authorJunio C Hamano <gitster@pobox.com>
Thu, 14 May 2020 21:39:43 +0000 (14:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 May 2020 21:39:44 +0000 (14:39 -0700)
commit0498840b3517b8dcc1376a05b92c10c9e5b2e4ad
tree73e2cf45a2dde6ce6d77f3d6ad95889c1a978d87
parentf4507cea2481e81eacfcc706dfc6ec09f38ae731
parent9068cfb20f5699fd639a559af14affaefe43a812
Merge branch 'rs/fsck-duplicate-names-in-trees'

"git fsck" ensures that the paths recorded in tree objects are
sorted and without duplicates, but it failed to notice a case where
a blob is followed by entries that sort before a tree with the same
name.  This has been corrected.

* rs/fsck-duplicate-names-in-trees:
  fsck: report non-consecutive duplicate names in trees
fsck.c
t/t1450-fsck.sh