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-10-28The "common.h" should be included before "config.h".Cheng Zhao
2013-08-09Improve and comment git_ignore__pop_dirRussell Belfer
2013-08-09Improve building ignore file listsRussell Belfer
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 fn to check pathspec for ignored filesRussell Belfer
2013-04-23Use config cache where possibleRussell Belfer
2013-04-15status: fix handling of filenames with special prefixesyorah
2013-03-16Implement global/system file search pathsRussell Belfer
2012-11-20Set up default internal ignoresRussell Belfer
2012-10-15Fix single-file ignore checksRussell Belfer
2012-10-09Fix a bug where ignorecase wasn't applied to ignoresPhilip Kelley
2012-09-17Support for core.ignorecasePhilip Kelley
2012-08-25Fix crash with adding internal ignoresRussell Belfer
2012-08-22Wrap up ignore API and add testsRussell Belfer
2012-08-22Add public API for internal ignoresRussell Belfer
2012-07-24portability: Improve x86/amd64 compatibilitynulltoken
2012-06-11Ignores allow unescapes internal whitespaceRussell Belfer
2012-05-04Fix memory leaks and use after freeRussell Belfer
2012-05-04Support reading attributes from indexRussell Belfer
2012-04-26Fix leading slash behavior in attrs/ignoresRussell Belfer
2012-04-25Convert attrs and diffs to use string poolsRussell 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-02-27buffer: Unify `git_fbuffer` and `git_buf`Vicent Martí
2012-02-23Fix iterators based on pull request feedbackRussell Belfer
2012-02-22Uniform iterators for trees, index, and workdirRussell 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-17Fix handling of relative paths for attrsRussell Belfer
2012-01-17Patch cleanup for mergeRussell Belfer
2012-01-12Fix several memory issuesRussell Belfer
2012-01-12Convert git_path_walk_up to regular functionRussell Belfer
2012-01-12Allow ignores (and attribs) for nonexistent filesRussell Belfer
2012-01-12Initial implementation of gitignore supportRussell Belfer