summaryrefslogtreecommitdiff
path: root/tests/resources/attr/.gitted/objects/ff/69f8639ce2e6010b3f33a74160aad98b48da2b
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.
* Add support for macros and cache flush API.Russell Belfer2011-12-291-0/+0
Add support for git attribute macro definitions. Also, add support for cache flush API to clear the attribute file content cache when needed. Additionally, improved the handling of global and system files, making common utility functions in fileops and converting config and attr to both use the common functions. Adds a bunch more tests and fixed some memory leaks. Note that adding macros required me to use refcounted attribute assignment definitions, which complicated, but probably improved memory usage.