summaryrefslogtreecommitdiff
path: root/include/git2/ignore.h
Commit message (Collapse)AuthorAgeFilesLines
* update copyrightsEdward Thomson2013-01-081-1/+1
|
* Correct typos in documentationKevin Sawicki2013-01-061-1/+1
|
* Set up default internal ignoresRussell Belfer2012-11-191-3/+4
| | | | | | This adds "." ".." and ".git" to the internal ignores list by default - asking about paths with these files will always say that they are ignored.
* Fix example in commentIgnacio Casal Quinteiro2012-10-241-1/+1
|
* Fix single-file ignore checksRussell Belfer2012-10-151-3/+6
| | | | | | | | To answer if a single given file should be ignored, the path to that file has to be processed progressively checking that there are no intermediate ignored directories in getting to the file in question. This enables that, fixing the broken old behavior, and adds tests to exercise various ignore situations.
* Wrap up ignore API and add testsRussell Belfer2012-08-221-0/+74
This fills out the ignore API and adds tests.