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-03-15Fix the retarded object interdependency systemVicent Marti
2011-03-15Add new method `git_reference_listall`Vicent Marti
2011-03-15Rewrite the Revision WalkerVicent Marti
2011-03-15Add `git_oid_shorten` (unique OID minimzer)Vicent Marti
2011-03-05Change interface for Tree Index attr (always unsigned)Vicent Marti
2011-03-05Check for valid range of attributes for tree entrySakari Jokinen
2011-03-05Change the return type of `git_blob_rawcontent`Vicent Marti
2011-03-03Bump the version number to 0.8.0v0.8.0Vicent Marti
2011-03-03Move the external includes folder from `src` to `include`Vicent Marti
2008-11-18Move public headers to src/gitAndreas Ericsson
2008-11-18s/git_revp/git_revpool/Andreas Ericsson
2008-11-18Rename "git_sobj" "git_obj"Andreas Ericsson
2008-11-18Use same-directory include for public headersAndreas Ericsson
2008-11-04Add a zlib support shellShawn O. Pearce
2008-11-04Implement some of the basic git_odb open and close APIShawn O. Pearce
2008-11-04Add git_fsize to the os file APIShawn O. Pearce
2008-11-04Redefine git_fread, git_fwrite to transfer the whole unitShawn O. Pearce
2008-11-04Add git_oid_cpy, git_oid_cmp as inline functionsShawn O. Pearce
2008-11-04Fix GIT_EXTERN to actually mark the prototype as externShawn O. Pearce
2008-11-04Move GIT_NORETURN into test_lib.h onlyShawn O. Pearce
2008-11-04Correct indentation in git/odb.hShawn O. Pearce
2008-11-02Create a basic test suite for the library and test oid functionsShawn O. Pearce
2008-11-02Create a micro abstraction around the POSIX file APIsShawn O. Pearce
2008-11-02Switch the license from BSD to GPL+libgcc exceptionShawn O. Pearce
2008-11-02Move include files to include/git/, drop git_ prefix from file namesShawn O. Pearce