summaryrefslogtreecommitdiff
path: root/src/attr_file.h
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-4/+4
* attr_file: don't take the `repo` as an argethomson/attr_longpathsEdward Thomson2021-09-261-1/+0
* filter: use a `git_oid` in filter options, not a pointerethomson/filter_commit_idEdward Thomson2021-09-211-2/+3
* attr: introduce GIT_ATTR_CHECK_INCLUDE_COMMITEdward Thomson2021-07-221-1/+7
* attr: introduce `git_attr_options` for extended queriesEdward Thomson2021-07-221-1/+1
* attr: include the filename in the attr sourceEdward Thomson2021-07-221-1/+9
* attr: the attr source is now a structEdward Thomson2021-07-221-3/+7
* attr: rename internal attr file source enumEdward Thomson2021-07-221-9/+9
* attr: validate workdir paths for attribute filesEdward Thomson2021-04-281-2/+5
* attr: optionally read attributes from repositoryEdward Thomson2019-08-111-1/+2
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* attr_file: ignore macros defined in subdirectoriesPatrick Steinhardt2019-07-121-3/+5
* attr_file: convert to use `wildmatch`Patrick Steinhardt2019-06-151-4/+1
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+2
* repository: use `git_repository_item_path`Patrick Steinhardt2017-02-131-1/+1
* 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