name-hash: retire unused index_name_exists()
[gitweb.git] / pathspec.c
index 4b32cc32cb5b0be495ac941c5e96d8aee8fd8ff9..ad1a9f5b28c5119275fbcf9a53e62651190de137 100644 (file)
@@ -231,7 +231,9 @@ static unsigned prefix_pathspec(struct pathspec_item *item,
                const char *start = elt;
                if (prefixlen && !literal_global) {
                        /* Preserve the actual prefix length of each pattern */
-                       if (long_magic_end) {
+                       if (short_magic)
+                               die("BUG: prefixing on short magic is not supported");
+                       else if (long_magic_end) {
                                strbuf_add(&sb, start, long_magic_end - start);
                                strbuf_addf(&sb, ",prefix:%d", prefixlen);
                                start = long_magic_end;