libgit2/tests-clar/index
Russell Belfer 797dfb28fe Add APIs to dup and free git_index_entrys
This adds git_index_entry_dup to make a copy of an existing entry
and git_index_entry_free to release the memory of the copy.  It
also updates the documentation for git_index_get_bypath and
git_index_get_byindex to make it clear that the returned structure
should *not* be modified.
2013-05-15 16:11:31 -07:00
..
conflicts.c Use cl_assert_equal_s() instead of strcmp(). 2013-01-25 06:55:56 +01:00
filemodes.c Add cl_repo_set_bool and cleanup tests 2013-03-22 14:27:56 -07:00
inmemory.c add an index_remove_bypath that removes conflicts, renamed add_from_workdir to match 2013-01-12 13:47:56 -06:00
names.c Fix trailing whitespaces 2013-05-15 22:41:30 +02:00
read_tree.c add an index_remove_bypath that removes conflicts, renamed add_from_workdir to match 2013-01-12 13:47:56 -06:00
rename.c Vector improvements and their fallout 2013-01-27 14:17:07 -05:00
reuc.c Fix trailing whitespaces 2013-05-15 22:41:30 +02:00
stage.c Vector improvements and their fallout 2013-01-27 14:17:07 -05:00
tests.c Add APIs to dup and free git_index_entrys 2013-05-15 16:11:31 -07:00