My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2b1336
)
dir: remove stray quote character in comment
author
Elijah Newren
<newren@gmail.com>
Tue, 10 Dec 2019 20:00:22 +0000
(20:00 +0000)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 11 Dec 2019 20:23:23 +0000
(12:23 -0800)
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
dir.c
patch
|
blob
|
history
diff --git
a/dir.c
b/dir.c
index
0dd5266
..
5dacacd
100644
(file)
--- a/
dir.c
+++ b/
dir.c
@@
-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))