Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'bp/commit-p-editor' into maint
[gitweb.git]
/
builtin
/
commit.c
diff --git
a/builtin/commit.c
b/builtin/commit.c
index baf1fc0fff2b1d910eb470797f7605a6a904bd60..6a60f668b28d1d27b4cb184a24f5b7e63af88f0b 100644
(file)
--- a/
builtin/commit.c
+++ b/
builtin/commit.c
@@
-234,7
+234,7
@@
static int list_paths(struct string_list *list, const char *with_tree,
if (ce->ce_flags & CE_UPDATE)
continue;
- if (!
match_pathspec_depth(pattern, ce->name, ce_namelen(ce), 0
, m))
+ if (!
ce_path_match(ce, pattern
, m))
continue;
item = string_list_insert(list, ce->name);
if (ce_skip_worktree(ce))