Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-13attr: declare variable at top of block for msvcEdward Thomson
2015-05-12attr: less path mangling during attribute matchingEdward Thomson
2015-05-12attr: don't mangle file path during attr matchingEdward Thomson
2015-05-12attr: don't match files for foldersEdward Thomson
2015-04-28Improvements to ignore performance on Windows.J Wyman
2015-04-23attr_file: fix subdirectory attr case.Mike McQuaid
2015-02-04attr_session: keep a temp bufferEdward Thomson
2015-02-04checkout: cache system attributes file locationEdward Thomson
2015-02-03attrcache: don't re-read attrs during checkoutEdward Thomson
2014-12-29Plug some leaksJacques Germishuys
2014-11-21attr_file: Do not assume ODB data is NULL-terminatedVicent Marti
2014-11-06ignore: don't leak rules into higher directoriesCarlos Martín Nieto
2014-11-05ignore: consider files with a CR in their namesCarlos Martín Nieto
2014-08-09For negative matches, always use leading dir matchRussell Belfer
2014-08-09Fix rejection of parent dir of negated ignoresRussell Belfer
2014-05-06Improve checks for ignore containmentRussell Belfer
2014-04-21Fix some coverity-found issuesRussell Belfer
2014-04-19Minor fixesRussell Belfer
2014-04-19Fix ignore difference from git with trailing /*Russell Belfer
2014-04-19Preload attribute files that may contain macrosRussell Belfer
2014-04-18Fix broken logic for attr cache invalidationRussell Belfer
2014-04-18Lock attribute file while reparsing dataRussell Belfer
2014-04-18Fix tests with new attr cache codeRussell Belfer
2014-04-18Attribute file cache refactorRussell Belfer
2014-04-18Add diff threading tests and attr file cache locksRussell Belfer
2014-04-15Fix core.excludesfile named .gitignoreRussell Belfer
2013-09-19Fix warningLinquize
2013-08-09Revert PR #1462 and provide alternative fixRussell Belfer
2013-08-09Merge pull request #1462 from yorah/fix/libgit2sharp-issue-379Russell Belfer
2013-06-20Add status flags to force output sort orderRussell Belfer
2013-05-30allow (ignore) bare slash in gitignoreEdward Thomson
2013-04-15status: fix handling of filenames with special prefixesyorah
2013-04-11Notify '*' pathspec correctly when diffingyorah
2013-03-16Implement global/system file search pathsRussell Belfer
2013-01-27Vector improvements and their falloutPhilip Kelley
2012-09-18Minor fixes for ignorecase supportPhilip Kelley
2012-09-17Support for core.ignorecasePhilip Kelley
2012-08-23Add template dir and set gid to repo initRussell Belfer
2012-08-02Merge remote-tracking branch 'nulltoken/topic/amd64-compat' into developmentVicent Marti
2012-08-02attr: Do not export variables externallyattr-exportVicent Marti
2012-07-24portability: Improve x86/amd64 compatibilitynulltoken
2012-07-24Add git_buf_unescape and git__unescape to unescape all characters in a string...yorah
2012-07-15attr: Rename the `git_attr__` exportsVicent Marti
2012-05-25Fix bugs for status with spaces and reloaded attrsRussell Belfer
2012-05-16Ranged iterators and rewritten git_status_fileRussell Belfer
2012-05-09Fix 64-bit build warningRussell Belfer
2012-05-09msvc: Do not use `isspace` Vicent Martí
2012-05-04Support reading attributes from indexRussell Belfer
2012-04-27Fix Win32 warningsRussell Belfer
2012-04-26Fix leading slash behavior in attrs/ignoresRussell Belfer