The current message displayed upon an internal error in
'init_pathspec_item()' isn't very descriptive and doesn't provide much
context to where the error occurred.  Update the error message to
provide more context to where the error occured.

Signed-off-by: Brandon Williams <bmw...@google.com>
---
 pathspec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pathspec.c b/pathspec.c
index 303efda83..61b5b1273 100644
--- a/pathspec.c
+++ b/pathspec.c
@@ -555,7 +555,7 @@ static void init_pathspec_item(struct pathspec_item *item, 
unsigned flags,
                 * would trigger that.
                 */
                die_inside_submodule_path(item);
-               die ("BUG: item->nowildcard_len > item->len || item->prefix > 
item->len)");
+               die ("BUG: error initializing pathspec_item");
        }
 }
 
-- 
2.13.0.rc2.291.g57267f2277-goog

Reply via email to