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-12-03Introduce git_revert to revert a single commitEdward Thomson
2013-10-03commit: Introduce git_commit_message_raw()nulltoken
2013-07-10Convert commit->parent_ids to git_array_tRussell Belfer
2013-07-10Add raw header access to commit APIRussell Belfer
2013-04-22Simplify object table parse functionsRussell Belfer
2013-04-22Add callback to git_objects_tableRussell Belfer
2013-01-09update copyrightsEdward Thomson
2012-11-28More external API cleanupVicent Marti
2012-02-13Update Copyright headerschu
2011-09-19Merge pull request #384 from kiryl/warningsVicent Martí
2011-09-19Cleanup legal dataVicent Marti
2011-08-31CMakefile: add -Wmissing-prototypes and fix warningsKirill A. Shutemov
2011-08-13commit: Add support for Encoding headerVicent Marti
2011-03-20I broke your bindingsVicent Marti
2011-03-15Fix the retarded object interdependency systemVicent Marti
2010-12-18Rename 'git_person' to 'git_signature'Vicent Marti
2010-12-10Added timezone offset parsing and outputting.nulltoken
2010-12-07Change the library include fileVicent Marti
2010-12-02Commit parents now use the common 'vector' codeVicent Marti
2010-10-28Fix internal memory management on the libraryVicent Marti
2010-10-07Add write-back support for Tag filesVicent Marti
2010-09-20Add setter methods & write support for git_commitVicent Marti
2010-09-19Give object structures more descriptive namesVicent Marti
2010-08-12Fix object handling in git_repositoryVicent Marti
2010-08-12Redesigned the walking/object lookup interfaceVicent Marti
2010-08-07Refactor parsing methodsVicent Marti
2010-07-16Add external API to access detailed commit attributesVicent Marti
2010-07-16Add support for tree objects in revision poolsVicent Marti
2010-07-16Changed revpool's object table to support arbitrary objectsVicent Marti
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 topological sorting and new insertion methods for commit lists.Vicent Marti
2010-06-02Added sort method for commit lists.Vicent Marti
2010-06-02Add 'git_revpool_object' and 'git_revpool_table' structures.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
2010-06-02Fixed indentation issues in commit.cVicent Marti
2010-06-02Add basic functionality for commit lookup/parsingVicent Marti
2010-02-28Fix some coding style issuesRamsay Jones
2008-12-31Cleanup formatting in our head files to be more consistentShawn O. Pearce
2008-11-22Get rid of GIT__PRIVATE macroAndreas Ericsson