summaryrefslogtreecommitdiff
path: root/tests/resources/attr/root_test3
Commit message (Collapse)AuthorAgeFilesLines
* Rename tests-clar to testsBen Straub2013-11-141-0/+19
|
* Moved testing resources to clar, and removed old tests directory.Ben Straub2012-03-311-19/+0
| | | | Removed the BUILD_CLAR CMake flag, and updated the readme.
* Add tests and fix bugs for diff whitespace optionsRussell Belfer2012-03-021-3/+10
| | | | | | Once I added tests for the whitespace handling options of diff, I realized that there were some bugs. This fixes those and adds the new tests into the test suite.
* Initial implementation of git_diff_blobRussell Belfer2012-03-021-1/+12
| | | | | | | | This gets the basic plumbing in place for git_diff_blob. There is a known issue where additional parameters like the number of lines of context to display on the diff are not working correctly (which leads one of the new unit tests to fail).
* Add APIs for git attributesRussell Belfer2011-12-201-0/+1
This adds APIs for querying git attributes. In addition to the new API in include/git2/attr.h, most of the action is in src/attr_file.[hc] which contains utilities for dealing with a single attributes file, and src/attr.[hc] which contains the implementation of the APIs that merge all applicable attributes files.