dir: remove stray quote character in comment
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
a2b13367fe
commit
2f5d3847d4
2
dir.c
2
dir.c
@ -373,7 +373,7 @@ static int match_pathspec_item(const struct index_state *istate,
|
|||||||
!ps_strncmp(item, match, name, namelen))
|
!ps_strncmp(item, match, name, namelen))
|
||||||
return MATCHED_RECURSIVELY_LEADING_PATHSPEC;
|
return MATCHED_RECURSIVELY_LEADING_PATHSPEC;
|
||||||
|
|
||||||
/* name" doesn't match up to the first wild character */
|
/* name doesn't match up to the first wild character */
|
||||||
if (item->nowildcard_len < item->len &&
|
if (item->nowildcard_len < item->len &&
|
||||||
ps_strncmp(item, match, name,
|
ps_strncmp(item, match, name,
|
||||||
item->nowildcard_len - prefix))
|
item->nowildcard_len - prefix))
|
||||||
|
Loading…
Reference in New Issue
Block a user