]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'nd/cache-tree-ita'
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 Jul 2016 21:13:44 +0000 (14:13 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Jul 2016 21:13:44 +0000 (14:13 -0700)
commit3cc75c10d781572a073d7dbff4e1695b93a89d48
tree59d0a135bb8b2b20604b7ccd15066a19ad29af0c
parent0d54ad9cd44231c33f5776f67afea924c9a589b3
parent6d6a782fbf83927212f348f91823d886c5cd6d85
Merge branch 'nd/cache-tree-ita'

"git add -N dir/file && git write-tree" produced an incorrect tree
when there are other paths in the same directory that sorts after
"file".

* nd/cache-tree-ita:
  cache-tree: do not generate empty trees as a result of all i-t-a subentries
  cache-tree.c: fix i-t-a entry skipping directory updates sometimes
  test-lib.sh: introduce and use $EMPTY_BLOB
  test-lib.sh: introduce and use $EMPTY_TREE
t/t1011-read-tree-sparse-checkout.sh
t/t7063-status-untracked-cache.sh
t/t7508-status.sh
t/test-lib.sh