summaryrefslogtreecommitdiff
path: root/src/git2
Commit message (Expand)AuthorAgeFilesLines
* Move the external includes folder from `src` to `include`Vicent Marti2011-03-0318-2602/+0
* Fix several issues with refcountingVicent Marti2011-03-031-0/+3
* Implement reference counting for git_objectsVicent Marti2011-03-031-8/+17
* Change the object creation/lookup APIVicent Marti2011-03-037-71/+68
* Finish the References APIVicent Marti2011-03-031-0/+18
* Make some Object methods take a const parameterVicent Marti2011-03-031-3/+3
* Split packed from unpacked referencesVicent Marti2011-03-031-2/+3
* Brush up the refs APIVicent Marti2011-03-031-27/+39
* Refactored the reference creation API.nulltoken2011-03-031-21/+25
* Added GIT_EINVALIDREFSTATE error.nulltoken2011-03-031-0/+3
* Added git_reference__normalize_name() along with tests.nulltoken2011-03-031-0/+1
* Add missing include to odb_backends.hVicent Marti2011-03-011-0/+1
* include "oid.h" in headers that use git_oidSakari Jokinen2011-02-252-0/+2
* fix cast in tag.hTim Clem2011-02-141-2/+2
* Internal changes on the backend systemVicent Marti2011-02-092-3/+18
* Git trees are now always lazily sortedVicent Marti2011-02-071-30/+0
* Add support for SQLite backendsVicent Marti2011-02-051-0/+7
* Make more methods return error codesVicent Marti2011-02-053-5/+14
* Merge branch 'master' of https://github.com/jwiegley/libgit2Vicent Marti2011-02-051-0/+40
|\
| * Make git_tree_clear_entries visible to the userJohn Wiegley2011-02-011-0/+10
| * Added git_tree_add_entry_unsorted and git_tree_sort_entriesJohn Wiegley2011-02-011-0/+30
* | Add required includes in "oid.h"Vicent Marti2011-02-011-0/+3
|/
* Refactor reference parsing codeVicent Marti2011-01-303-10/+179
* Merge nulltoken's reference parsing codenulltoken2011-01-293-1/+45
* Made path prettifying functions return GIT_EINVALIDPATH instead of GIT_ERROR.nulltoken2011-01-291-0/+3
* Return the created entry in git_tree_add_entry()Vicent Marti2011-01-291-2/+5
* Fix compilation on MinGWVicent Marti2011-01-201-0/+2
* Add new Repository initialization methodVicent Marti2011-01-131-0/+36
* Fix typo on Commit APIVicent Marti2011-01-131-1/+1
* Move the compat definitions to types.hVicent Marti2011-01-122-71/+39
* Revised platform types to use 'best supported' size.Alex Budovski2011-01-112-2/+73
* Use generic types in git_index_entryVicent Marti2011-01-101-3/+3
* Split object methods from repository.cVicent Marti2011-01-035-8/+50
* Remove git_errnoVicent Marti2010-12-231-10/+0
* Export TLS symbols properly in Win32Vicent Marti2010-12-221-0/+2
* Fix issues in repository initializationVicent Marti2010-12-191-8/+9
* Merge branch 'repo-init' of https://github.com/nulltoken/libgit2 into nulltok...Vicent Marti2010-12-191-2/+18
|\
| * Added a comment reminding that the gitfo_mkdir_recurs() is far from being ful...nulltoken2010-12-171-1/+1
| * Added basic HEAD file creation.nulltoken2010-12-171-3/+16
| * Very first git_repository_init() draft.nulltoken2010-12-151-0/+3
* | Rename 'git_person' to 'git_signature'Vicent Marti2010-12-185-28/+92
* | Added timezone offset parsing and outputting.nulltoken2010-12-103-3/+14
|/
* Fix type-conversion warningsVicent Marti2010-12-061-3/+3
* Add license file to all public headersVicent Marti2010-12-0616-15/+406
* Change the library include fileVicent Marti2010-12-0616-0/+1694