submodule deinit: handle non existing pathspecs gracefully
commit9748e39d0c17a79e67d2728199515cf40e2850dc
authorStefan Beller <sbeller@google.com>
Tue, 27 Mar 2018 23:28:24 +0000 (27 16:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 Mar 2018 05:07:13 +0000 (27 22:07 -0700)
tree152bf2de769beb8ca66bcbd7af0e10819b2f7c86
parent2e612731b55f1a83fb5b7f4ecb9391f0cba63cb2
submodule deinit: handle non existing pathspecs gracefully

This fixes a regression introduced in 2e612731b5 (submodule: port
submodule subcommand 'deinit' from shell to C, 2018-01-15), when
handling pathspecs that do not exist gracefully. This restores the
historic behavior of reporting the pathspec as unknown and returning
instead of reporting a bug.

Reported-by: Peter Oberndorfer <kumbayo84@arcor.de>
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/submodule--helper.c