]> git.ipfire.org Git - thirdparty/git.git/commit
t4301: verify that merge-tree fails on missing blob objects
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 23 Feb 2024 08:34:22 +0000 (08:34 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 23 Feb 2024 18:19:39 +0000 (10:19 -0800)
commit98c6d16d6746059dc1e1183f8f8366eef2a41eff
treea013a9b9b67c10e95b41517d6542e2274e34a5b0
parentf30e6c32d8a27760915922b1ddf76f95f11539bb
t4301: verify that merge-tree fails on missing blob objects

We just fixed a problem where `merge-tree` would not fail on missing
tree objects. Let's ensure that that problem does not occur with blob
objects (and won't, in the future, either).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4301-merge-tree-write-tree.sh