summaryrefslogtreecommitdiff
path: root/tests/status/ignore.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5074 from libgit2/ethomson/ignore_leading_slashEdward Thomson2019-06-061-0/+24
|\
| * ignore: test multiple leading slashesEdward Thomson2019-05-191-0/+24
* | ignore: test that comments begin at position 0Edward Thomson2019-05-241-0/+4
* | ignore: test that leading whitespace is significantEdward Thomson2019-05-241-0/+26
* | ignore: test we can handle an ignore file with BOMEdward Thomson2019-05-191-0/+23
|/
* index: use new enum and structure namesEdward Thomson2018-12-011-1/+1
* Merge pull request #4436 from pks-t/pks/packfile-stream-freeEdward Thomson2018-06-111-1/+1
|\
| * Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-1/+1
* | ignore: fix negative leading directory rules unignoring subdirectory filesPatrick Steinhardt2018-06-061-0/+36
* | tests: status::ignore: fix style of a testPatrick Steinhardt2018-06-061-20/+15
|/
* tests: status: additional test for negative ignores with patternPatrick Steinhardt2017-08-251-0/+27
* Fix issue with directory glob ignore in subdirectoriesRobert Gay2017-05-171-0/+78
* `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: allow unignoring basenames in subdirectoriesPatrick Steinhardt2016-08-121-0/+38
* git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson2015-09-171-7/+7
* ignore: add test and adjust style and comment for dir with wildmatchCarlos Martín Nieto2015-09-131-0/+17
* ignore: clear the error when matching a pattern negationcmn/ignored-ignoreCarlos Martín Nieto2015-05-201-0/+12
* ignore: fix negative ignores without wildcards.Patrick Steinhardt2015-04-171-0/+53
* ignore: adjust test for negating inside a dirCarlos Martín Nieto2014-12-051-5/+14
* Plug leaksCarlos Martín Nieto2014-11-231-0/+1
* ignore: add failing test for a file mentioning the parentCarlos Martín Nieto2014-11-061-0/+32
* ignore: consider files with a CR in their namescmn/ignore-file-trailing-crCarlos Martín Nieto2014-11-051-0/+32
* Demonstrate a trailing slash failure.rb/fix-ignore-slash-starRob Rix2014-08-081-0/+57
* status: failing test with slash-starCarlos Martín Nieto2014-08-081-0/+38
* Improve checks for ignore containmentrb/how-broken-can-ignores-beRussell Belfer2014-05-061-0/+107
* Improve handling of fake home directoryRussell Belfer2014-05-021-4/+1
* Fix ignore difference from git with trailing /*Russell Belfer2014-04-181-0/+18
* Cleanup tests with helper functionsRussell Belfer2014-04-181-153/+82
* Pop ignore only if whole relative path matchesRussell Belfer2014-04-181-19/+67
* Fix broken logic for attr cache invalidationRussell Belfer2014-04-171-2/+4
* Fix core.excludesfile named .gitignorerb/fix-leading-slash-ignoresRussell Belfer2014-04-141-0/+56
* Fix bug popping ignore files during wd iterationRussell Belfer2014-04-101-30/+81
* Rename tests-clar to testsBen Straub2013-11-141-0/+582