Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'md/filter-trees'
[gitweb.git]
/
builtin
/
update-index.c
diff --git
a/builtin/update-index.c
b/builtin/update-index.c
index e7fab78b3b9cf2433342e195a206d8ff3087f9b9..07c10bcb7d82c19becf424f9ab63954c9e58f93f 100644
(file)
--- a/
builtin/update-index.c
+++ b/
builtin/update-index.c
@@
-282,7
+282,7
@@
static int add_one_path(const struct cache_entry *old, const char *path, int len
fill_stat_cache_info(ce, st);
ce->ce_mode = ce_mode_from_stat(old, st->st_mode);
- if (index_path(&ce->oid, path, st,
+ if (index_path(&
the_index, &
ce->oid, path, st,
info_only ? 0 : HASH_WRITE_OBJECT)) {
discard_cache_entry(ce);
return -1;