Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/chain-lint-attrfix'
[gitweb.git]
/
builtin
/
commit.c
diff --git
a/builtin/commit.c
b/builtin/commit.c
index 213fca2d8ecdf726661e6b31b7ec6cb004acb2f7..0d9828e29ebe89f037e68761d5cd5b407339cd48 100644
(file)
--- a/
builtin/commit.c
+++ b/
builtin/commit.c
@@
-251,7
+251,7
@@
static int list_paths(struct string_list *list, const char *with_tree,
if (ce->ce_flags & CE_UPDATE)
continue;
- if (!ce_path_match(ce, pattern, m))
+ if (!ce_path_match(
&the_index,
ce, pattern, m))
continue;
item = string_list_insert(list, ce->name);
if (ce_skip_worktree(ce))