summaryrefslogtreecommitdiff
path: root/src/attr_file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5095 from pks-t/pks/ignore-escaped-trailing-spaceEdward Thomson2019-06-061-3/+19
|\
| * ignore: handle escaped trailing whitespacePatrick Steinhardt2019-06-061-2/+4
| * attr_file: refactor stripping of trailing spacesPatrick Steinhardt2019-06-061-3/+17
* | Merge pull request #5074 from libgit2/ethomson/ignore_leading_slashEdward Thomson2019-06-061-1/+2
|\ \ | |/ |/|
| * ignore: only skip first leading slashethomson/ignore_leading_slashEdward Thomson2019-05-191-1/+2
* | attr: optionally treat leading whitespace as significantEdward Thomson2019-05-241-4/+11
* | ignore: skip UTF8 BOM in ignore fileethomson/ignore_skip_bomEdward Thomson2019-05-191-1/+12
|/
* ignore: Do not match on prefix of negated patternsSteve King Jr2019-03-141-12/+0
* blob: validate that blob sizes fit in a size_tEdward Thomson2019-01-251-1/+6
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-9/+9
* Merge pull request #4436 from pks-t/pks/packfile-stream-freeEdward Thomson2018-06-111-5/+5
|\
| * Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-5/+5
* | ignore: fix negative leading directory rules unignoring subdirectory filesPatrick Steinhardt2018-06-061-2/+3
|/
* attr_file: fix handling of directory patterns with trailing spacesPatrick Steinhardt2018-04-121-0/+5
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-2/+2
* Add missing license headersPatrick Steinhardt2017-07-031-0/+7
* Fix issue with directory glob ignore in subdirectoriesRobert Gay2017-05-171-2/+6
* giterr_set: consistent error messagesEdward Thomson2016-12-291-5/+5
* attr_file: fix resource leakPatrick Steinhardt2016-02-091-2/+3
* pool: Simplify implementationVicent Marti2015-10-281-5/+1
* attr: declare variable at top of block for msvcEdward Thomson2015-05-121-1/+3
* attr: less path mangling during attribute matchingEdward Thomson2015-05-121-40/+12
* attr: don't mangle file path during attr matchingEdward Thomson2015-05-121-3/+2
* attr: don't match files for foldersEdward Thomson2015-05-121-0/+8
* Improvements to ignore performance on Windows.J Wyman2015-04-281-2/+16
* attr_file: fix subdirectory attr case.Mike McQuaid2015-04-231-1/+8
* attr_session: keep a temp bufferEdward Thomson2015-02-041-0/+1
* checkout: cache system attributes file locationEdward Thomson2015-02-041-0/+10
* attrcache: don't re-read attrs during checkoutEdward Thomson2015-02-031-17/+40
* Plug some leaksJacques Germishuys2014-12-291-1/+3
* attr_file: Do not assume ODB data is NULL-terminatedVicent Marti2014-11-211-4/+4
* ignore: don't leak rules into higher directoriescmn/stacked-ignoreCarlos Martín Nieto2014-11-061-0/+26
* ignore: consider files with a CR in their namescmn/ignore-file-trailing-crCarlos Martín Nieto2014-11-051-1/+10
* For negative matches, always use leading dir matchRussell Belfer2014-08-081-1/+2
* Fix rejection of parent dir of negated ignoresRussell Belfer2014-08-081-0/+12
* Improve checks for ignore containmentrb/how-broken-can-ignores-beRussell Belfer2014-05-061-6/+19
* Fix some coverity-found issuesRussell Belfer2014-04-211-7/+6
* Minor fixesRussell Belfer2014-04-181-1/+2
* Fix ignore difference from git with trailing /*Russell Belfer2014-04-181-0/+9
* Preload attribute files that may contain macrosRussell Belfer2014-04-181-3/+1
* Fix broken logic for attr cache invalidationRussell Belfer2014-04-171-37/+78
* Lock attribute file while reparsing dataRussell Belfer2014-04-171-2/+29
* Fix tests with new attr cache codeRussell Belfer2014-04-171-3/+1
* Attribute file cache refactorRussell Belfer2014-04-171-128/+198
* Add diff threading tests and attr file cache locksRussell Belfer2014-04-171-4/+9
* Fix core.excludesfile named .gitignorerb/fix-leading-slash-ignoresRussell Belfer2014-04-141-10/+8
* Fix warningLinquize2013-09-191-1/+1
* Revert PR #1462 and provide alternative fixRussell Belfer2013-08-091-42/+19
* Merge pull request #1462 from yorah/fix/libgit2sharp-issue-379Russell Belfer2013-08-091-10/+37
|\
| * status: fix handling of filenames with special prefixesyorah2013-04-151-10/+37