summaryrefslogtreecommitdiff
path: root/src/ignore.h
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-1/+1
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+2
* repository: use `git_repository_item_path`Patrick Steinhardt2017-02-131-1/+1
* Improvements to ignore performance on Windows.J Wyman2015-04-281-1/+1
* Improve checks for ignore containmentrb/how-broken-can-ignores-beRussell Belfer2014-05-061-1/+8
* Pop ignore only if whole relative path matchesRussell Belfer2014-04-181-0/+1
* Fix bug popping ignore files during wd iterationRussell Belfer2014-04-101-0/+1
* Improve building ignore file listsRussell Belfer2013-08-091-2/+3
* Add fn to check pathspec for ignored filesRussell Belfer2013-06-191-0/+9
* Use config cache where possibleRussell Belfer2013-04-231-1/+1
* Implement global/system file search pathsRussell Belfer2013-03-151-0/+5
* update copyrightsEdward Thomson2013-01-081-1/+1
* Support for core.ignorecasePhilip Kelley2012-09-171-0/+1
* Support reading attributes from indexRussell Belfer2012-05-031-2/+3
* Uniform iterators for trees, index, and workdirRussell Belfer2012-02-211-5/+19
* Update Copyright headerschu2012-02-131-1/+1
* Fix attr path is_dir checkRussell Belfer2012-01-311-3/+9
* Patch cleanup for mergeRussell Belfer2012-01-161-2/+0
* Allow ignores (and attribs) for nonexistent filesRussell Belfer2012-01-111-0/+2
* Initial implementation of gitignore supportRussell Belfer2012-01-111-0/+17