MCPcopy Create free account
hub / github.com/git/git / untracked_cache_remove_from_index

Function untracked_cache_remove_from_index

dir.c:4046–4050  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4044}
4045
4046void untracked_cache_remove_from_index(struct index_state *istate,
4047 const char *path)
4048{
4049 untracked_cache_invalidate_path(istate, path, 1);
4050}
4051
4052void untracked_cache_add_to_index(struct index_state *istate,
4053 const char *path)

Callers 3

rename_index_entry_atFunction · 0.85
remove_file_from_indexFunction · 0.85

Calls 1

Tested by

no test coverage detected