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
2011-07-25commit: fix cast warningsKirill A. Shutemov
2011-07-10reflog: Fix reflog writer/readernulltoken
2011-07-09Remove unused methodsVicent Marti
2011-07-09odb: Direct writes are backVicent Marti
2011-07-09signature: Fix optional headerVicent Marti
2011-06-28Remove redundant methods from the APIVicent Marti
2011-06-08Changed commit short messages so that they match git log --oneline output.Marc Pegon
2011-05-23commit: Reword errorsVicent Marti
2011-05-23commit.c: Move to new error handling mechanismJakob Pfender
2011-05-06Fix two warnings from ClangCarlos Martín Nieto
2011-04-29commit: support a root commitsCarlos Martín Nieto
2011-04-08Added git_commit_tree_oid and git_commit_parent_oid.Sam
2011-04-02Change `parse` methods to const bufferVicent Marti
2011-03-23Switch from time_t to git_time_tnulltoken
2011-03-21Fix MSVC warningsVicent Marti
2011-03-20I broke your bindingsVicent Marti
2011-03-17Fix headers for the new Revision WalkerVicent Marti
2011-03-15Fix the retarded object interdependency systemVicent Marti
2011-03-05Fix segmentation fault when freeing a repositoryVicent Marti
2011-03-03Fix several issues with refcountingVicent Marti
2011-03-03Implement reference counting for git_objectsVicent Marti
2011-03-03Fix searching in git_vectorVicent Marti
2011-03-03Change the object creation/lookup APIVicent Marti
2011-02-01Fixed a bug with the way commits are writtenJohn Wiegley
2011-01-08Fixed memory leak in git_commit__free().Robert G. Jakabosky
2010-12-18Rename 'git_person' to 'git_signature'Vicent Marti
2010-12-10Added timezone offset parsing and outputting.nulltoken
2010-12-07Set short message when changing a commit's messagev0.2.0Vicent Marti
2010-12-07Change the library include fileVicent Marti
2010-12-06Change include structure for the projectVicent Marti
2010-12-05Small source code readability improvements.nulltoken
2010-12-02Commit parents now use the common 'vector' codeVicent Marti
2010-12-01add git_commit_parent to retrieve a parent by indexJustin Love
2010-12-01add git_commit_parentcountJustin Love
2010-11-07Fix compiler warning in commit.cColin Timmermans
2010-11-07Fix parsing of commits that have no newlines in the message.Colin Timmermans
2010-11-05Update commit_time along with committer.Dave Borowitz
2010-11-05Improve error handlingVicent Marti
2010-10-31Fix in-memory commit getters trying to parseVicent Marti
2010-10-29Do a full parse on commits before modifying themVicent Marti
2010-10-28Fix internal memory management on the libraryVicent Marti
2010-09-20Add support for in-memory objectsVicent Marti
2010-09-20Add setter methods & write support for git_commitVicent Marti
2010-09-19Give object structures more descriptive namesVicent Marti
2010-09-18Add generic methods for object writebackVicent 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 parsing of tree file contents.Vicent Marti
2010-07-16Add external API to access detailed commit attributesVicent Marti