Browse Source

dir: remove stray quote character in comment

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Elijah Newren 5 years ago committed by Junio C Hamano
parent
commit
2f5d3847d4
  1. 2
      dir.c

2
dir.c

@ -373,7 +373,7 @@ static int match_pathspec_item(const struct index_state *istate, @@ -373,7 +373,7 @@ static int match_pathspec_item(const struct index_state *istate,
!ps_strncmp(item, match, name, namelen))
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 &&
ps_strncmp(item, match, name,
item->nowildcard_len - prefix))

Loading…
Cancel
Save