Code

pathspec: rename per-item field has_wildcard to use_wildcard
[git.git] / cache.h
diff --git a/cache.h b/cache.h
index edd5b5ad8fc28440954b1066f304eab86e6a64d1..43d719d71f233c7b433f7097864a147010267e18 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -509,7 +509,7 @@ struct pathspec {
        struct pathspec_item {
                const char *match;
                int len;
-               unsigned int has_wildcard:1;
+               unsigned int use_wildcard:1;
        } *items;
 };