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
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
2012-04-25Convert hashtable usage over to khashRussell Belfer
2012-04-25Convert attrs and diffs to use string poolsRussell Belfer
2012-04-14Add support for pathspec to diff and statusRussell Belfer
2012-03-31Improve config handling for diff,submodules,attrsRussell Belfer
2012-03-17Convert attr, ignore, mwindow, status to new errorsRussell Belfer
2012-03-14Convert attr and other files to new errorsRussell Belfer
2012-03-07Migrating diff to new error handlingRussell Belfer
2012-03-06error-handling: ReferencesVicent Martí
2012-03-02attr: Change the attribute check macrosVicent Martí
2012-02-27buffer: Unify `git_fbuffer` and `git_buf`Vicent Martí
2012-02-01Fix issue with ignoring whole directoriesRussell Belfer
2012-02-01Fix attr path is_dir checkRussell Belfer
2012-01-20Merge branch 'fix-subdir-attr-paths' into developmentRussell Belfer
2012-01-18Move path related functions from fileops to pathRussell Belfer
2012-01-17Remove poor git__removechar functionRussell Belfer
2012-01-17Fix handling of relative paths for attrsRussell Belfer
2012-01-12Initial implementation of gitignore supportRussell Belfer
2011-12-31Improved gitattributes macro implementationRussell Belfer
2011-12-30Fixed up memory leaksRussell Belfer
2011-12-29Add support for macros and cache flush API.Russell Belfer
2011-12-21Add APIs for git attributesRussell Belfer