Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update copyrights | Edward Thomson | 2013-01-08 | 1 | -1/+1 |
| | |||||
* | Correct typos in documentation | Kevin Sawicki | 2013-01-06 | 1 | -1/+1 |
| | |||||
* | Set up default internal ignores | Russell Belfer | 2012-11-19 | 1 | -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 comment | Ignacio Casal Quinteiro | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Fix single-file ignore checks | Russell Belfer | 2012-10-15 | 1 | -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 tests | Russell Belfer | 2012-08-22 | 1 | -0/+74 |
This fills out the ignore API and adds tests. |