summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* Switch from time_t to git_time_tnulltoken2011-03-233-7/+7
* Add getters for `git_odb_object`Vicent Marti2011-03-221-0/+42
* I broke your bindingsVicent Marti2011-03-209-343/+338
* Thread safe cacheVicent Marti2011-03-201-2/+0
* Fix headers for the new Revision WalkerVicent Marti2011-03-161-1/+1
* Change the Revwalk reset behavior to the old versionVicent Marti2011-03-161-8/+57
* Fix signature in `git_repository_gc`Vicent Marti2011-03-161-1/+1
* Export `git_repository_gc` properlyVicent Marti2011-03-161-1/+1
* Export `git_strarray_free` instead of inliningVicent Marti2011-03-161-8/+1
* Add proper threading support to libgit2Vicent Marti2011-03-151-9/+1
* Fix the retarded object interdependency systemVicent Marti2011-03-144-15/+36
* Add new method `git_reference_listall`Vicent Marti2011-03-143-0/+40
* Rewrite the Revision WalkerVicent Marti2011-03-141-3/+5
* Add `git_oid_shorten` (unique OID minimzer)Vicent Marti2011-03-141-0/+54
* Change interface for Tree Index attr (always unsigned)Vicent Marti2011-03-051-1/+2
* Check for valid range of attributes for tree entrySakari Jokinen2011-03-051-1/+1
* Change the return type of `git_blob_rawcontent`Vicent Marti2011-03-051-1/+1
* Move the external includes folder from `src` to `include`Vicent Marti2011-03-0318-0/+2602