add_file_to_index 68 builtin/add.c if (add_file_to_index(&the_index, path, data->flags)) { add_file_to_index 349 cache.h #define add_file_to_cache(path, flags) add_file_to_index(&the_index, (path), (flags)) add_file_to_index 545 cache.h extern int add_file_to_index(struct index_state *, const char *path, int flags);