summaryrefslogtreecommitdiff
path: root/src/attr_file.c
Commit message (Expand)AuthorAgeFilesLines
* git_pool_init: handle failure casesethomson/poolinitEdward Thomson2020-06-011-3/+8
* blob: use `git_object_size_t` for object sizeEdward Thomson2019-11-221-1/+1
* attr: optionally read attributes from repositoryEdward Thomson2019-08-111-3/+40
* attr_file: ignore macros defined in subdirectoriesPatrick Steinhardt2019-07-121-4/+7
* attr_file: refactor `parse_buffer` functionPatrick Steinhardt2019-07-121-32/+29
* attr_file: refactor `load_standalone` functionPatrick Steinhardt2019-07-121-18/+13
* attr_file: completely initialize attribute sessionsPatrick Steinhardt2019-07-041-0/+1
* attr_file: convert to use `wildmatch`Patrick Steinhardt2019-06-151-22/+5
* posix: remove implicit include of "fnmatch.h"Patrick Steinhardt2019-06-151-0/+1
* attr_file: remove invalid TODO commentPatrick Steinhardt2019-06-131-1/+0
* attr_file: account for escaped escapes when searching trailing spacePatrick Steinhardt2019-06-131-3/+15
* attr_file: fix unescaping of escapes required for fnmatchPatrick Steinhardt2019-06-131-2/+30
* attr_file: properly handle escaped '\' when searching non-escaped spacesPatrick Steinhardt2019-06-131-14/+16
* 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