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-05-11refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto
2013-04-10examples: Don't print weird charactersVicent Marti
2013-04-04General example: run against testrepo.gitBen Straub
2013-02-16Add rudimentary error checks and reformat commentsRussell Belfer
2013-02-07removed other references to api.htmlCarlos Scheidegger
2012-11-28API updates for index.hBen Straub
2012-11-28Update diff callback param orderRussell Belfer
2012-11-28API review / update for tree.hRussell Belfer
2012-11-28Examples: fix reference namesBen Straub
2012-11-17tag: rename git_tag_type to git_tag_target_typenulltoken
2012-10-30index refactoringEdward Thomson
2012-09-30examples: fix config getter param orderCarlos Martín Nieto
2012-05-20Fix examples/general.c compilationScott J. Goldman
2012-05-18errors: Rename the generic return codesVicent Martí
2012-05-18Basic setup for profilingRussell Belfer
2012-01-13examples: use git_repository_odb instead of _databaseCarlos Martín Nieto
2011-11-26Rename all `_close` methodsVicent Marti
2011-11-06examples/general.c: update for recent API renaming of git_config_get_intBrandon Casey
2011-09-16Fixed typo in example Makefile code and slimmed it down more.David Boyce
2011-09-13Changes to allow examples/*.c to compile and link. This required onDavid Boyce
2011-07-05examples/general: fix misc warningsKirill A. Shutemov
2011-07-05examples/general: fix warnings on not handled reference type in switchKirill A. Shutemov
2011-07-05examples/general: fix git_commit_create_v() arguments typeKirill A. Shutemov
2011-07-01cleanup: remove trailing spacesKirill A. Shutemov
2011-06-18config: Update examplesVicent Marti
2011-06-16oid: Rename methodsVicent Marti
2011-06-15update examples content to be compilable and up to dateScott Chacon