summaryrefslogtreecommitdiff
path: root/tests/attr/repo.c
Commit message (Expand)AuthorAgeFilesLines
* path: separate git-specific path functions from utilEdward Thomson2021-11-091-1/+1
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-13/+13
* attr: introduce `git_attr_options` for extended queriesEdward Thomson2021-07-221-1/+1
* attr: rename internal attr file source enumEdward Thomson2021-07-221-6/+6
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* tests: attr: implement tests to verify attribute rewriting behaviourPatrick Steinhardt2019-07-121-0/+52
* tests: attr: extract macro tests into their own suitePatrick Steinhardt2019-07-121-70/+0
* tests: attr: add tests for system-level attributesPatrick Steinhardt2019-07-041-0/+45
* attr: rename constants and macros for consistencyethomson/attrEdward Thomson2019-06-161-43/+43
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-1/+1
* attr: Add an extra test for files under a subfolderThe rugged tests are fragile2014-09-171-0/+7
* Fix attribute lookup in index for bare reposrb/attr-with-bareRussell Belfer2014-09-151-0/+36
* Some further sandboxing cleanups to testsRussell Belfer2014-05-021-5/+0
* Preload attribute files that may contain macrosRussell Belfer2014-04-181-39/+64
* Fix broken logic for attr cache invalidationRussell Belfer2014-04-171-3/+6
* index: rename an entry's id to 'id'Carlos Martín Nieto2014-01-251-1/+1
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-2/+4
* Rename tests-clar to testsBen Straub2013-11-141-0/+310