Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -0/+0 |
| | |||||
* | Moved testing resources to clar, and removed old tests directory. | Ben Straub | 2012-03-31 | 1 | -0/+0 |
| | | | | Removed the BUILD_CLAR CMake flag, and updated the readme. | ||||
* | Change git_repository initialization to use a path | Vicent Marti | 2010-11-02 | 1 | -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> |