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
2014-04-01No need to find merge base.Anurag Gupta
2014-03-24Callback to hide commits in revision walker.Anurag Gupta
2014-03-20revwalk: don't try to find merge bases when there can be noneCarlos Martín Nieto
2013-09-09revwalk: allow simplifying by first-parentCarlos Martín Nieto
2013-01-09update copyrightsEdward Thomson
2012-11-30Fix function name and add real error checkRussell Belfer
2012-11-28Move merge functions to merge.cBen Straub
2011-03-17Fix headers for the new Revision WalkerVicent Marti
2011-03-15Rewrite the Revision WalkerVicent Marti
2010-12-07Change the library include fileVicent Marti
2010-08-12Redesigned the walking/object lookup interfaceVicent Marti
2010-07-16Changed revpool's object table to support arbitrary objectsVicent Marti
2010-06-02msvc: Fix an "conversion, loss of data" compiler warningRamsay Jones
2010-06-02Added new error codes. Improved error handling.Vicent Marti
2010-06-02Fixed brace placement and converted spaces to tabs.Vicent Marti
2010-06-02Add external API for revision sorting.Vicent Marti
2010-06-02Add commit caching on the commit table.Vicent Marti
2010-06-02Changed 'git_commit_list' from a linked list to a doubly-linked list.Vicent Marti
2010-06-02Add arbritrary ordering revision walking.Vicent Marti
2010-06-02Split git_commit_lookup into separate functions.Vicent Marti
2010-06-02Add commit parents to parsed commits and commit lists to the revpool.Vicent Marti
2008-12-31Remove unnecessary import of stdlib.h from revwalk.hShawn O. Pearce
2008-11-22Rename git_revpool_* functions gitrp_*Andreas Ericsson