libgit2/src/git
Vicent Marti 3f43678e88 Make the Index API public
Several private methods of the Index API are now public, including the
methods to remove, get and add index entries.

All the methods only take an integer value for the position of the entry
to get/remove. To get or remove entries based on their path names, look
them up first using the git_index_find method.

Signed-off-by: Vicent Marti <tanoku@gmail.com>
2010-11-07 01:24:45 +02:00
..
commit.h Improve error handling 2010-11-05 03:20:17 +02:00
common.h Improve error handling 2010-11-05 03:20:17 +02:00
errors.h Fix "'__thread' not at start of declaration" warnings (-Wextra) 2010-01-20 20:19:06 +00:00
index.h Make the Index API public 2010-11-07 01:24:45 +02:00
odb.h Add git_odb_read_header method to the ODB 2010-10-29 00:44:15 +03:00
oid.h Fix some coding style issues 2010-02-28 20:09:45 +00:00
repository.h Improve error handling 2010-11-05 03:20:17 +02:00
revwalk.h Improve error handling 2010-11-05 03:20:17 +02:00
tag.h Improve error handling 2010-11-05 03:20:17 +02:00
thread-utils.h Cleanup our header inclusion order to ensure pthread.h is early 2008-12-31 13:16:31 -08:00
tree.h Improve error handling 2010-11-05 03:20:17 +02:00
zlib.h Remove license top-comment from public header files 2008-11-22 12:08:00 -08:00