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-03-05Add git_object_short_id API to get short id stringRussell Belfer
2014-02-25Remove now-duplicated stdarg.h includeEdward Thomson
2013-10-28Avoid temporary object in lookup routineBen Straub
2013-09-17Port blame from git.gitBen Straub
2013-05-11Fix broken build when MSVC SDL checks is enabledLinquize
2013-05-02Use assert for peel target type checkRussell Belfer
2013-05-02Report a couple object error conditionsRussell Belfer
2013-04-22Simplify object table parse functionsRussell Belfer
2013-04-22Add callback to git_objects_tableRussell Belfer
2013-04-22Duplicated type objectVicent Marti
2013-04-22What has science done.Vicent Marti
2013-04-22Random evictionVicent Marti
2013-04-22lol this worked first try wtfVicent Marti
2013-04-10object: Export git_object_dupVicent Marti
2013-01-09update copyrightsEdward Thomson
2012-12-01object: refine git_object_peel() error reportnulltoken
2012-11-29Remove git_object_oid2typePhilip Kelley
2012-11-28Push! By schu, phkelley, and congyiwu, et alPhilip Kelley
2012-11-28object: Raise proper code on invalid object typeVicent Marti
2012-11-28More external API cleanupVicent Marti
2012-11-22repo: Make git_repository_head_tree() return error codesnulltoken
2012-09-10Reorg internal odb read header and object lookupRussell Belfer
2012-08-27Make git_object_peel a bit smarterRussell Belfer
2012-07-24portability: Improve x86/amd64 compatibilitynulltoken
2012-07-17object: introduce git_object_peel()nulltoken
2012-06-21object: add missing git_odb_object_freeMichael Schubert
2012-05-18errors: Rename error codesbreaking-changesVicent Martí
2012-05-18errors: Rename the generic return codesVicent Martí
2012-05-12object: make git_object_lookup() return GIT_ENOTFOUND when searching for an e...nulltoken
2012-05-08object: make git_object_lookup() return GIT_ENOTFOUND when searching for an e...nulltoken
2012-05-05Fix valgrind issuesRussell Belfer
2012-05-04Support reading attributes from indexRussell Belfer
2012-05-03Remove old and unused error codesVicent Martí
2012-04-26error handling: move the missing parts over to the new error handlingCarlos Martín Nieto
2012-03-13Migrate ODB files to new error handlingRussell Belfer
2012-02-13Update Copyright headerschu
2011-11-26Rename all `_close` methodsVicent Marti
2011-11-26repository: Change ownership semanticsVicent Marti
2011-10-29global: Properly use `git__` memory wrappersVicent Marti
2011-09-19Tabify everythingVicent Marti
2011-09-19Cleanup legal dataVicent Marti
2011-08-02Fix memory leak when wrong object type is looked up from cacheLambert CLARA
2011-06-02short-oid: CleanupVicent Marti
2011-06-02Added a GIT_OID_MINPREFIXLEN constant to define the minimum length allowed fo...Marc Pegon
2011-06-02Added git.git sha1 lookup method to replace simple binary search in pack back...Marc Pegon
2011-05-23object: Reword errorsVicent Marti
2011-05-23object.c: Move to new error handling mechanismJakob Pfender
2011-03-20I broke your bindingsVicent Marti
2011-03-15git_object_lookup() should also check the type if the object comes from the c...Ben Noordhuis
2011-03-15Fix the retarded object interdependency systemVicent Marti