summaryrefslogtreecommitdiff
path: root/src/attr_file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add status flags to force output sort orderRussell Belfer2013-06-201-1/+1
* | allow (ignore) bare slash in gitignoreEdward Thomson2013-05-291-1/+2
|/
* Notify '*' pathspec correctly when diffingyorah2013-04-111-1/+23
* Implement global/system file search pathsRussell Belfer2013-03-151-0/+1
* Vector improvements and their falloutPhilip Kelley2013-01-271-5/+6
* Minor fixes for ignorecase supportPhilip Kelley2012-09-171-0/+2
* Support for core.ignorecasePhilip Kelley2012-09-171-5/+6
* Add template dir and set gid to repo initRussell Belfer2012-08-221-9/+6
* Merge remote-tracking branch 'nulltoken/topic/amd64-compat' into developmentVicent Marti2012-08-021-1/+1
|\
| * portability: Improve x86/amd64 compatibilitynulltoken2012-07-241-1/+1
* | attr: Do not export variables externallyattr-exportVicent Marti2012-08-021-8/+4
* | Add git_buf_unescape and git__unescape to unescape all characters in a string...yorah2012-07-241-11/+1
|/
* attr: Rename the `git_attr__` exportsVicent Marti2012-07-151-7/+7
* Fix bugs for status with spaces and reloaded attrsRussell Belfer2012-05-241-9/+17
* Ranged iterators and rewritten git_status_fileRussell Belfer2012-05-151-1/+1
* Fix 64-bit build warningRussell Belfer2012-05-091-1/+1
* msvc: Do not use `isspace` Vicent Martí2012-05-091-6/+6