Merge branch 'sb/in-core-index-doc'
Documentation and in-code comments updates. * sb/in-core-index-doc: documentation: retire unfinished documentation cache.h: document add_[file_]to_index cache.h: document remove_index_entry_at cache.h: document index_name_pos
This commit is contained in:
@ -503,7 +503,6 @@ int index_name_pos(const struct index_state *istate, const char *name, int namel
|
||||
return index_name_stage_pos(istate, name, namelen, 0);
|
||||
}
|
||||
|
||||
/* Remove entry, return true if there are more entries to go.. */
|
||||
int remove_index_entry_at(struct index_state *istate, int pos)
|
||||
{
|
||||
struct cache_entry *ce = istate->cache[pos];
|
||||
|
||||
Reference in New Issue
Block a user