Git fork

Merge branch 'pc/submodule-helper'

Hotfix.

* pc/submodule-helper:
submodule deinit: handle non existing pathspecs gracefully

+1 -1
+1 -1
builtin/submodule--helper.c
··· 1042 1042 die(_("Use '--all' if you really want to deinitialize all submodules")); 1043 1043 1044 1044 if (module_list_compute(argc, argv, prefix, &pathspec, &list) < 0) 1045 - BUG("module_list_compute should not choke on empty pathspec"); 1045 + return 1; 1046 1046 1047 1047 info.prefix = prefix; 1048 1048 if (quiet)