libgit2/tests-clar/index
Russell Belfer f30fff45a7 Add index pathspec-based operations
This adds three new public APIs for manipulating the index:

1. `git_index_add_all` is similar to `git add -A` and will add
   files in the working directory that match a pathspec to the
   index while honoring ignores, etc.
2. `git_index_remove_all` removes files from the index that match
   a pathspec.
3. `git_index_update_all` updates entries in the index based on
   the current contents of the working directory, either added
   the new information or removing the entry from the index.
2013-06-19 15:27:25 -07:00
..
addall.c Add index pathspec-based operations 2013-06-19 15:27:25 -07:00
conflicts.c introduce git_conflict_iterator 2013-05-17 16:10:48 -05: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 Test has to work on case sensitive systems 2013-06-17 10:03:49 -07:00