summaryrefslogtreecommitdiff
path: root/tests/attr
Commit message (Expand)AuthorAgeFilesLines
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-1/+1
* attr_file: fix handling of directory patterns with trailing spacesPatrick Steinhardt2018-04-121-0/+16
* Ignore trailing whitespace in .gitignore files (as git itself does)David Turner2017-10-291-0/+10
* ignore: honor case insensitivity for negative ignoresPatrick Steinhardt2017-08-251-0/+34
* ignore: keep negative rules containing wildcardsPatrick Steinhardt2017-08-251-0/+9
* Fix issue with directory glob ignore in subdirectoriesRobert Gay2017-05-171-0/+12
* `cl_git_exec` -> `cl_git_expect`ethomson/clar_messagesEdward Thomson2017-02-171-1/+1
* tests: provide better pass/failure error messagesEdward Thomson2017-02-171-2/+2
* ignore: fix directory limits when searching for star-starCarlos Martín Nieto2016-04-191-0/+12
* Add more tests for path matching with globs and path delimitersAntonio Scandurra2016-04-181-0/+14
* ignore: don't use realpath to canonicalize pathcmn/ignore-symlinkCarlos Martín Nieto2016-04-021-0/+13
* attr tests: make explicit our dir/file match testsEdward Thomson2015-05-131-12/+24
* attr test: test a file beneath ignored folderEdward Thomson2015-05-121-1/+1
* attr: test that a file is not ignored for a folderEdward Thomson2015-05-121-0/+17
* attr: regression tests for ignore matchingEdward Thomson2015-05-121-0/+32
* Improvements to ignore performance on Windows.J Wyman2015-04-281-3/+3
* Add failing subdirectory gitignore attr test.Mike McQuaid2015-04-231-0/+18
* 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
* Improve handling of fake home directoryRussell Belfer2014-05-021-3/+2
* Make ** pattern eat trailing slashrb/fix-starstar-againRussell Belfer2014-05-011-0/+18
* Preload attribute files that may contain macrosRussell Belfer2014-04-181-39/+64
* Cleanup tests with helper functionsRussell Belfer2014-04-181-1/+1
* Fix broken logic for attr cache invalidationRussell Belfer2014-04-173-10/+13
* Attribute file cache refactorRussell Belfer2014-04-172-16/+16
* Fix core.excludesfile named .gitignorerb/fix-leading-slash-ignoresRussell Belfer2014-04-141-12/+9
* More ** tests for pattern rulesRussell Belfer2014-04-061-4/+50
* Add support for ** matches in ignoresRussell Belfer2014-04-041-0/+13
* 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-146-0/+1049