v3: * dropped commets on constants as they were not helpful * fixed one result in the example for index_name_pos(&index, "f", 1) (which is -3 now) v2: included all suggestions from Junio v1: The two single patches[1] are turned into a series here. [1] https://public-inbox.org/git/20170117200147.25425-1-sbeller@xxxxxxxxxx/ Thanks, Stefan Stefan Beller (4): cache.h: document index_name_pos cache.h: document remove_index_entry_at cache.h: document add_[file_]to_index documentation: retire unfinished documentation Documentation/technical/api-in-core-index.txt | 21 ------------- cache.h | 43 +++++++++++++++++++++++---- read-cache.c | 1 - 3 files changed, 38 insertions(+), 27 deletions(-) delete mode 100644 Documentation/technical/api-in-core-index.txt -- 2.11.0.299.g762782ba8a