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
2019-01-23git_error: use new names in internal APIs and usageEdward Thomson
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2016-12-29giterr_set: consistent error messagesEdward Thomson
2016-03-24iterator: disambiguate reset and reset_rangeEdward Thomson
2016-02-12Horrible fix for #3173.Arthur Schreiber
2015-10-28pool: Simplify implementationVicent Marti
2015-08-29iterator: use an options struct instead of argsEdward Thomson
2015-01-26Merge pull request #2847 from jacquesg/coverityEdward Thomson
2015-01-25Return early if allocating a git_pathspec_match_list failedJacques Germishuys
2015-01-24pathspec: do not try to dereference NULLBoris Egorov
2014-11-07iterator: submodules are determined by an index or treeCarlos Martín Nieto
2014-04-19Minor fixesRussell Belfer
2014-04-18Clean up index snapshot function namingRussell Belfer
2014-02-08Fix some Windows warningsRussell Belfer
2014-01-30index: Compare with given lenVicent Marti
2014-01-14Fix a memory leak in `git_pathspec__vinit`.Arthur Schreiber
2013-12-13Cleanups, renames, and leak fixesRussell Belfer
2013-12-11Add git_vector_free_allRussell Belfer
2013-10-12Rename diff objects and split patch.hRussell Belfer
2013-08-09Match against file with leading ! was too broadRussell 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-07-10Add git_pathspec_match_diff APIRussell Belfer
2013-07-10Fix example/log.c pathspec handling of mergesRussell Belfer
2013-07-10Add public API for pathspec matchingRussell Belfer
2013-06-20Add higher level pathspec APIRussell Belfer
2013-05-16Fix trailing whitespacesnulltoken
2013-04-15status: fix handling of filenames with special prefixesyorah
2013-04-11Notify '*' pathspec correctly when diffingyorah
2013-02-07Return the matched pathspec pattern in `git_pathspec_match_path`yorah
2013-01-09update copyrightsEdward Thomson
2012-11-28Consolidate text buffer functionsRussell Belfer
2012-11-15Create internal strcmp variants for function ptrsRussell Belfer
2012-11-10Move pathspec code in separate filesRussell Belfer