]> git.99rst.org Git - git.git/commit
t4301: verify that merge-tree fails on missing blob objects
authorJohannes Schindelin <redacted>
Fri, 23 Feb 2024 08:34:22 +0000 (08:34 +0000)
committerJunio C Hamano <redacted>
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t4301-merge-tree-write-tree.sh
git clone https://git.99rst.org/PROJECT