unpack-trees: make sparse path messages sound like warnings
commit22ab0b37d85080d8932e992e183b2f86e67bff19
authorElijah Newren <newren@gmail.com>
Fri, 27 Mar 2020 00:48:58 +0000 (27 00:48 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Mar 2020 18:33:30 +0000 (27 11:33 -0700)
tree119362d2ca8995a8ba845651386ae0eaf7cf2951
parent6271d77cb1ccfb7e4124593b4463446fe1188cda
unpack-trees: make sparse path messages sound like warnings

The messages for problems with sparse paths are phrased as errors that
cause the operation to abort, even though we are not making the
operation abort.  Reword the messages to make sense in their new
context.

Reviewed-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1091-sparse-checkout-builtin.sh
unpack-trees.c