summaryrefslogtreecommitdiff
path: root/src/ignore.c
Commit message (Expand)AuthorAgeFilesLines
* ignore: allow unignoring basenames in subdirectoriesPatrick Steinhardt2016-08-121-16/+45
* ignore: don't use realpath to canonicalize pathcmn/ignore-symlinkCarlos Martín Nieto2016-04-021-3/+11
* ignore: add test and adjust style and comment for dir with wildmatchCarlos Martín Nieto2015-09-131-7/+9
* Fix 'If we're dealing with a directory' checkVsevolod Parfenov2015-08-241-1/+1
* ignore: clear the error when matching a pattern negationcmn/ignored-ignoreCarlos Martín Nieto2015-05-201-0/+1
* Improvements to ignore performance on Windows.J Wyman2015-04-281-3/+3
* ignore: fix negative ignores without wildcards.Patrick Steinhardt2015-04-171-5/+45
* attrcache: don't re-read attrs during checkoutEdward Thomson2015-02-031-2/+2
* ignore: match git's rule negation rulescmn/neg-ignore-dirCarlos Martín Nieto2014-12-051-3/+86
* path: Fix `git_path_walk_up` to work with non-rooted pathsThe rugged tests are fragile2014-09-171-2/+2
* 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