libgit2/tests-clar/checkout
Russell Belfer 817d625161 Fix checkout of index-only dirs and prefixed paths
There are a couple of checkout bugs fixed here.  One is with
untracked working directory entries that are prefixes of tree
entries but not in a meaningful way (i.e. "read" is a prefix of
"readme.txt" but doesn't interfere in any way).  The second bug
is actually a redo of 07edfa0fc640f85f95507c3101e77accd7d2bf0d
where directory entries in the index that are not in the diff
were not being removed correctly.  That fix remedied one case
but broke another.
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 Fix checkout of index-only dirs and prefixed paths 2013-01-04 15:47:44 -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