summaryrefslogtreecommitdiff
path: root/src/attr_file.h
Commit message (Expand)AuthorAgeFilesLines
* Improvements to ignore performance on Windows.J Wyman2015-04-281-1/+3
* attr_session: keep a temp bufferEdward Thomson2015-02-041-0/+1
* checkout: cache system attributes file locationEdward Thomson2015-02-041-1/+3
* attrcache: don't re-read attrs during checkoutEdward Thomson2015-02-031-10/+34
* ignore: don't leak rules into higher directoriescmn/stacked-ignoreCarlos Martín Nieto2014-11-061-0/+2
* Improve checks for ignore containmentrb/how-broken-can-ignores-beRussell Belfer2014-05-061-3/+3
* Minor fixesRussell Belfer2014-04-181-2/+3
* Fix ignore difference from git with trailing /*Russell Belfer2014-04-181-0/+1
* Fix broken logic for attr cache invalidationRussell Belfer2014-04-171-18/+33
* Lock attribute file while reparsing dataRussell Belfer2014-04-171-1/+3
* Attribute file cache refactorRussell Belfer2014-04-171-23/+36
* Add diff threading tests and attr file cache locksRussell Belfer2014-04-171-0/+1
* Revert PR #1462 and provide alternative fixRussell Belfer2013-08-091-7/+7
* Merge pull request #1462 from yorah/fix/libgit2sharp-issue-379Russell Belfer2013-08-091-1/+7
|\
| * status: fix handling of filenames with special prefixesyorah2013-04-151-1/+7
* | Unify whitespaces to tabsLinquize2013-05-151-3/+3
|/
* Notify '*' pathspec correctly when diffingyorah2013-04-111-0/+1
* Implement global/system file search pathsRussell Belfer2013-03-151-0/+1
* update copyrightsEdward Thomson2013-01-081-1/+1
* Some diff refactorings to help code reuseRussell Belfer2012-11-091-0/+1
* I LIKE THESE NAMESVicent Marti2012-10-311-1/+1
* Better naming for file timestamp/size checkerRussell Belfer2012-10-311-1/+1
* Add git_config_refresh() API to reload configRussell Belfer2012-10-301-7/+2
* Fix single-file ignore checksRussell Belfer2012-10-151-4/+4
* Support for core.ignorecasePhilip Kelley2012-09-171-1/+2
* attr: Do not export variables externallyattr-exportVicent Marti2012-08-021-0/+4
* Fix bugs for status with spaces and reloaded attrsRussell Belfer2012-05-241-0/+3
* Add cache busting to attribute cacheRussell Belfer2012-05-101-0/+10
* Support reading attributes from indexRussell Belfer2012-05-031-8/+13
* Fix leading slash behavior in attrs/ignoresRussell Belfer2012-04-261-1/+5
* Rename git_khash_str to git_strmap, etc.Russell Belfer2012-04-251-1/+0
* Convert attrs and diffs to use string poolsRussell Belfer2012-04-251-5/+9
* Add support for pathspec to diff and statusRussell Belfer2012-04-131-0/+1
* Improve config handling for diff,submodules,attrsRussell Belfer2012-03-301-1/+0
* Convert attr and other files to new errorsRussell Belfer2012-03-141-3/+3
* Update Copyright headerschu2012-02-131-1/+1
* Fix attr path is_dir checkRussell Belfer2012-01-311-1/+1
* Fix handling of relative paths for attrsRussell Belfer2012-01-161-4/+8
* Patch cleanup for mergeRussell Belfer2012-01-161-0/+5
* Initial implementation of gitignore supportRussell Belfer2012-01-111-19/+20
* Add support for macros and cache flush API.Russell Belfer2011-12-291-10/+33
* Add APIs for git attributesRussell Belfer2011-12-201-0/+87