/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'nd/no-the-index'
[git/git.git]
/
builtin
/
update-index.c
diff --git
a/builtin/update-index.c
b/builtin/update-index.c
index
5aee2ea
..
fe84003
100644
(file)
--- a/
builtin/update-index.c
+++ b/
builtin/update-index.c
@@
-748,7
+748,7
@@
static int do_reupdate(int ac, const char **av,
int save_nr;
char *path;
- if (ce_stage(ce) || !ce_path_match(ce, &pathspec, NULL))
+ if (ce_stage(ce) || !ce_path_match(
&the_index,
ce, &pathspec, NULL))
continue;
if (has_head)
old = read_one_ent(NULL, &head_oid,