summaryrefslogtreecommitdiff
path: root/include/git
Commit message (Expand)AuthorAgeFilesLines
* Move public headers to src/gitAndreas Ericsson2008-11-188-697/+0
* s/git_revp/git_revpool/Andreas Ericsson2008-11-183-8/+8
* Rename "git_sobj" "git_obj"Andreas Ericsson2008-11-181-5/+5
* Use same-directory include for public headersAndreas Ericsson2008-11-185-9/+9
* Add a zlib support shellShawn O. Pearce2008-11-031-0/+60
* Implement some of the basic git_odb open and close APIShawn O. Pearce2008-11-031-3/+6
* Add git_fsize to the os file APIShawn O. Pearce2008-11-031-0/+14
* Redefine git_fread, git_fwrite to transfer the whole unitShawn O. Pearce2008-11-031-29/+26
* Add git_oid_cpy, git_oid_cmp as inline functionsShawn O. Pearce2008-11-033-1/+29
* Fix GIT_EXTERN to actually mark the prototype as externShawn O. Pearce2008-11-031-2/+4
* Move GIT_NORETURN into test_lib.h onlyShawn O. Pearce2008-11-031-7/+0
* Correct indentation in git/odb.hShawn O. Pearce2008-11-031-2/+2
* Create a basic test suite for the library and test oid functionsShawn O. Pearce2008-11-011-0/+14
* Create a micro abstraction around the POSIX file APIsShawn O. Pearce2008-11-015-10/+153
* Switch the license from BSD to GPL+libgcc exceptionShawn O. Pearce2008-11-015-145/+95
* Move include files to include/git/, drop git_ prefix from file namesShawn O. Pearce2008-11-015-0/+493