summaryrefslogtreecommitdiff
path: root/tests/resources/attr/attr2
Commit message (Collapse)AuthorAgeFilesLines
* Rename tests-clar to testsBen Straub2013-11-141-0/+21
|
* Moved testing resources to clar, and removed old tests directory.Ben Straub2012-03-311-21/+0
| | | | Removed the BUILD_CLAR CMake flag, and updated the readme.
* Add APIs for git attributesRussell Belfer2011-12-201-0/+21
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.