summaryrefslogtreecommitdiff
path: root/src/attr_file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support reading attributes from indexRussell Belfer2012-05-031-46/+44
* Fix Win32 warningsRussell Belfer2012-04-261-1/+2
* Fix leading slash behavior in attrs/ignoresRussell Belfer2012-04-261-13/+38
* Convert hashtable usage over to khashRussell Belfer2012-04-251-2/+2
* Convert attrs and diffs to use string poolsRussell Belfer2012-04-251-23/+39
* Add support for pathspec to diff and statusRussell Belfer2012-04-131-0/+4
* Improve config handling for diff,submodules,attrsRussell Belfer2012-03-301-2/+2
* Convert attr, ignore, mwindow, status to new errorsRussell Belfer2012-03-161-1/+1
* Convert attr and other files to new errorsRussell Belfer2012-03-141-11/+11
* Migrating diff to new error handlingRussell Belfer2012-03-061-62/+37
* error-handling: ReferencesVicent Martí2012-03-061-2/+3
* attr: Change the attribute check macrosVicent Martí2012-03-021-3/+3
* buffer: Unify `git_fbuffer` and `git_buf`Vicent Martí2012-02-271-3/+3
* Fix issue with ignoring whole directoriesRussell Belfer2012-01-311-0/+2
* Fix attr path is_dir checkRussell Belfer2012-01-311-1/+11
* Merge branch 'fix-subdir-attr-paths' into developmentRussell Belfer2012-01-201-42/+81
|\
| * Remove poor git__removechar functionRussell Belfer2012-01-161-2/+12
| * Fix handling of relative paths for attrsRussell Belfer2012-01-161-42/+71