summaryrefslogtreecommitdiff
path: root/tests/resources/testrepo.git/index
Commit message (Collapse)AuthorAgeFilesLines
* Rename tests-clar to testsBen Straub2013-11-141-0/+0
|
* Moved testing resources to clar, and removed old tests directory.Ben Straub2012-03-311-0/+0
| | | | Removed the BUILD_CLAR CMake flag, and updated the readme.
* Change git_repository initialization to use a pathVicent Marti2010-11-021-0/+0
The constructor to git_repository is now called 'git_repository_open(path)' and takes a path to a git repository instead of an existing ODB object. Unit tests have been updated accordingly and the two test repositories have been merged into one. Signed-off-by: Vicent Marti <tanoku@gmail.com>