make_cache_entry 3907 builtin/apply.c 		ce = make_cache_entry(patch->old_mode, sha1, name, 0, 0);
make_cache_entry  230 builtin/checkout.c 	ce = make_cache_entry(mode, sha1, path, 2, 0);
make_cache_entry  132 builtin/reset.c 		ce = make_cache_entry(one->mode, one->sha1, one->path,
make_cache_entry  546 cache.h        extern struct cache_entry *make_cache_entry(unsigned int mode, const unsigned char *sha1, const char *path, int stage, unsigned int refresh_options);
make_cache_entry  205 merge-recursive.c 	ce = make_cache_entry(mode, sha1 ? sha1 : null_sha1, path, stage,
make_cache_entry  148 resolve-undo.c 		nce = make_cache_entry(ru->mode[i], ru->sha1[i],