summaryrefslogtreecommitdiff
path: root/tests/resources/testrepo.git/objects
Commit message (Collapse)AuthorAgeFilesLines
* Rename tests-clar to testsBen Straub2013-11-1453-0/+26
|
* Moved testing resources to clar, and removed old tests directory.Ben Straub2012-03-3140-22/+0
| | | | Removed the BUILD_CLAR CMake flag, and updated the readme.
* Add test commit containing subtrees and filesnulltoken2011-10-1310-0/+1
|
* commit: properly parse empty commit messagesBrodie Rao2011-10-123-0/+4
| | | | | | | | | This ensures commit->message is always non-NULL, even if the commit message is empty or consists of only a newline. One such commit can be found in the wild in the jQuery repository: https://github.com/jquery/jquery/commit/25b424134f9927a5bf0bab5cba836a0aa6c3cfc1
* Do not declare variables in the middle of a funcVicent Marti2011-04-081-0/+0
|
* Change git_repository initialization to use a pathVicent Marti2010-11-0227-0/+17
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>