summaryrefslogtreecommitdiff
path: root/src/ignore.c
Commit message (Expand)AuthorAgeFilesLines
* Improve checks for ignore containmentrb/how-broken-can-ignores-beRussell Belfer2014-05-061-42/+27
* Fix some coverity-found issuesRussell Belfer2014-04-211-3/+3
* Pop ignore only if whole relative path matchesRussell Belfer2014-04-181-5/+8
* Fix broken logic for attr cache invalidationRussell Belfer2014-04-171-36/+26
* Lock attribute file while reparsing dataRussell Belfer2014-04-171-14/+17
* Fix tests with new attr cache codeRussell Belfer2014-04-171-13/+14
* Attribute file cache refactorRussell Belfer2014-04-171-53/+75
* Fix leak when using push and pop with ignoresRussell Belfer2014-04-171-0/+3
* Fix refcount issues with mutex protected ignoresRussell Belfer2014-04-171-1/+15
* Fix core.excludesfile named .gitignorerb/fix-leading-slash-ignoresRussell Belfer2014-04-141-8/+4
* Fix bug popping ignore files during wd iterationRussell Belfer2014-04-101-1/+10
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-18/+5
* Further EUSER and error propagation fixesRussell Belfer2013-12-111-3/+18
* The "common.h" should be included before "config.h".Cheng Zhao2013-10-281-0/+1
* Improve and comment git_ignore__pop_dirRussell Belfer2013-08-091-9/+19
* Improve building ignore file listsRussell Belfer2013-08-091-10/+20
* Revert PR #1462 and provide alternative fixRussell Belfer2013-08-091-2/+2
* Merge pull request #1462 from yorah/fix/libgit2sharp-issue-379Russell Belfer2013-08-091-1/+1
|\
| * status: fix handling of filenames with special prefixesyorah2013-04-151-1/+1
* | Add fn to check pathspec for ignored filesRussell Belfer2013-06-191-0/+58
* | Use config cache where possibleRussell Belfer2013-04-231-28/+10
|/
* Implement global/system file search pathsRussell Belfer2013-03-151-2/+1
* Set up default internal ignoresRussell Belfer2012-11-191-13/+21
* Fix single-file ignore checksRussell Belfer2012-10-151-4/+65
* Fix a bug where ignorecase wasn't applied to ignoresPhilip Kelley2012-10-081-4/+5
* Support for core.ignorecasePhilip Kelley2012-09-171-10/+43
* Fix crash with adding internal ignoresRussell Belfer2012-08-241-8/+12
* Wrap up ignore API and add testsRussell Belfer2012-08-221-0/+17
* Add public API for internal ignoresRussell Belfer2012-08-211-0/+32
* portability: Improve x86/amd64 compatibilitynulltoken2012-07-241-1/+1
* Ignores allow unescapes internal whitespaceRussell Belfer2012-06-111-0/+2
* Fix memory leaks and use after freeRussell Belfer2012-05-041-1/+1
* Support reading attributes from indexRussell Belfer2012-05-031-32/+37
* Fix leading slash behavior in attrs/ignoresRussell Belfer2012-04-261-3/+6
* Convert attrs and diffs to use string poolsRussell Belfer2012-04-251-1/+3
* Improve config handling for diff,submodules,attrsRussell Belfer2012-03-301-15/+5
* Convert attr, ignore, mwindow, status to new errorsRussell Belfer2012-03-161-58/+47
* Convert attr and other files to new errorsRussell Belfer2012-03-141-2/+2
* buffer: Unify `git_fbuffer` and `git_buf`Vicent Martí2012-02-271-3/+3
* Fix iterators based on pull request feedbackRussell Belfer2012-02-221-1/+1
* Uniform iterators for trees, index, and workdirRussell Belfer2012-02-211-31/+83
* Fix attr path is_dir checkRussell Belfer2012-01-311-20/+23
* Merge branch 'fix-subdir-attr-paths' into developmentRussell Belfer2012-01-201-14/+14
|\
| * Fix handling of relative paths for attrsRussell Belfer2012-01-161-14/+14
* | Move path related functions from fileops to pathRussell Belfer2012-01-171-1/+1
|/
* Patch cleanup for mergeRussell Belfer2012-01-161-16/+1
* Fix several memory issuesRussell Belfer2012-01-111-1/+3
* Convert git_path_walk_up to regular functionRussell Belfer2012-01-111-6/+16
* Allow ignores (and attribs) for nonexistent filesRussell Belfer2012-01-111-0/+14
* Initial implementation of gitignore supportRussell Belfer2012-01-111-0/+148