libgit2/tests-clar/checkout
Russell Belfer d8889d2b64 Fix checkout bug rmv untracked trees from index
When checking out with the GIT_CHECKOUT_REMOVE_UNTRACKED option
and there was an entire tree in the working directory and in the
index that is not in the baseline nor target commit, the tree was
correctly(?) removed from the working directory but was not
successfully removed from the index.  This fixes that and adds a
test of the functionality.
2013-01-04 15:47:44 -08:00
..
head.c Fix checkout bug rmv untracked trees from index 2013-01-04 15:47:44 -08:00
index.c More checkout improvements 2013-01-04 15:47:42 -08:00
tree.c Fixing checkout UPDATE_ONLY and adding tests 2013-01-04 15:47:44 -08:00
typechange.c Extend tests for checkout with typechanges 2013-01-04 15:47:43 -08:00