We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b1336 commit 2f5d384Copy full SHA for 2f5d384
dir.c
@@ -373,7 +373,7 @@ static int match_pathspec_item(const struct index_state *istate,
373
!ps_strncmp(item, match, name, namelen))
374
return MATCHED_RECURSIVELY_LEADING_PATHSPEC;
375
376
- /* name" doesn't match up to the first wild character */
+ /* name doesn't match up to the first wild character */
377
if (item->nowildcard_len < item->len &&
378
ps_strncmp(item, match, name,
379
item->nowildcard_len - prefix))
0 commit comments