get_index_file   1568 builtin/am.c   	read_cache_from(index_file ? index_file : get_index_file());
get_index_file    418 builtin/commit.c 		return get_index_file();
get_index_file   1790 builtin/commit.c 	run_commit_hook(use_editor, get_index_file(), "post-commit", NULL);
get_index_file    683 builtin/merge.c 			die (_("unable to write %s"), get_index_file());
get_index_file    801 builtin/merge.c 	if (run_commit_hook(0 < option_edit, get_index_file(), "prepare-commit-msg",
get_index_file   1134 builtin/update-index.c 			unable_to_lock_die(get_index_file(), lock_error);
get_index_file    651 cache-tree.c   	return write_index_as_tree(sha1, &the_index, get_index_file(), flags, prefix);
get_index_file    443 cache.h        extern char *get_index_file(void);
get_index_file    163 path.c         			      get_index_file(), strlen(get_index_file()));
get_index_file   1397 read-cache.c   	return hold_lock_file_for_update(lk, get_index_file(),
get_index_file   1405 read-cache.c   	return read_index_from(istate, get_index_file());
get_index_file   1942 read-cache.c   	return verify_index_from(istate, get_index_file());
get_index_file    133 wt-status.c    	s->index_file = get_index_file();