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
2012-11-29Remove more sample hooks from test repo for pushfeatures/push_rebasedPhilip Kelley
2012-11-29Remove sample hooks from test repo for pushPhilip Kelley
2012-11-29Leverage the min macro from util.hPhilip Kelley
2012-11-29Remove casts of return values of type void *Philip Kelley
2012-11-29Remove git_object_oid2typePhilip Kelley
2012-11-28Push! By schu, phkelley, and congyiwu, et alPhilip Kelley
2012-11-28Merge pull request #1109 from scunz/uninitializedVicent Martí
2012-11-28Fix uninitialized variableSascha Cunz
2012-11-28object: Raise proper code on invalid object typeVicent Marti
2012-11-28odb: Add `git_odb_add_disk_alternate`Vicent Marti
2012-11-28Merge pull request #1087 from libgit2/great-renamingBen Straub
2012-11-28Various minor commenting fixesRussell Belfer
2012-11-28Make git_odb_foreach_cb take const paramRussell Belfer
2012-11-28Clarify git_message_prettify commentsRussell Belfer
2012-11-28Remove git_note_data structureRussell Belfer
2012-11-28API updates for transport.hBen Straub
2012-11-28Typedef enums.Ben Straub
2012-11-28API updates for stash.hBen Straub
2012-11-28API updates for signature.hBen Straub
2012-11-28API updates for revwalk.hBen Straub
2012-11-28API updates for repository.hBen Straub
2012-11-28Fix warningBen Straub
2012-11-28API updates for remote.hBen Straub
2012-11-28API updates for oid.hBen Straub
2012-11-28API updates for odb_backend.hBen Straub
2012-11-28API updates for odb.hBen Straub
2012-11-28API updates for notes.h/c.Ben Straub
2012-11-28API updates for net.hBen Straub
2012-11-28API updates for message.hBen Straub
2012-11-28Format/documentation tweaks for merge.hBen Straub
2012-11-28Move merge functions to merge.cBen Straub
2012-11-28API updates for indexer.hBen Straub
2012-11-28Fix warnings on Win64 buildRussell Belfer
2012-11-28update internal index API to avoid castRussell Belfer
2012-11-28API updates for status.hRussell Belfer
2012-11-28Fixing up some comments in strarray.hRussell Belfer
2012-11-28Fix up some missing consts in tree & indexRussell Belfer
2012-11-28API updates for index.hBen Straub
2012-11-28API updates for tag.hRussell Belfer
2012-11-28API updates for submodule.hRussell Belfer
2012-11-28Update diff callback param orderRussell Belfer
2012-11-28Clean up config.hBen Straub
2012-11-28Update callback fn ptr for git_reference_foreachRussell Belfer
2012-11-28API review / update for tree.hRussell Belfer
2012-11-28Updates to reset.hRussell Belfer
2012-11-28Examples: fix clone apiBen Straub
2012-11-28Examples: fix reference namesBen Straub
2012-11-28More external API cleanupVicent Marti
2012-11-28Rename ref and reflog apis for consistencyBen Straub
2012-11-26Merge pull request #1106 from frasertweedale/fix/freebsd-buildVicent Martí