libgit2/tests-clar/checkout
Russell Belfer 9094ae5a3c Add target directory to checkout
This adds the ability for checkout to write to a target directory
instead of having to use the working directory of the repository.
This makes it easier to do exports of repository data and the like.

This is similar to, but not quite the same as, the --prefix option
to `git checkout-index` (this will always be treated as a directory
name, not just as a simple text prefix).

As part of this, the workdir iterator was extended to take the
path to the working directory as a parameter and fallback on the
git_repository_workdir result only if it's not specified.

Fixes #1332
2013-06-21 11:55:13 -07:00
..
binaryunicode.c Add cl_repo_set_bool and cleanup tests 2013-03-22 14:27:56 -07:00
checkout_helpers.c Fix checkout of modified file when missing from wd 2013-06-21 11:20:54 -07:00
checkout_helpers.h Fix checkout of modified file when missing from wd 2013-06-21 11:20:54 -07:00
crlf.c Fix up checkout file contents checks 2013-03-25 14:13:53 -07:00
head.c add an index_remove_bypath that removes conflicts, renamed add_from_workdir to match 2013-01-12 13:47:56 -06:00
index.c Add target directory to checkout 2013-06-21 11:55:13 -07:00
tree.c Fix checkout of modified file when missing from wd 2013-06-21 11:20:54 -07:00
typechange.c use a longer string for dummy data in test to avoid conflicting w/ index 2013-04-17 17:21:17 -05:00