summaryrefslogtreecommitdiff
path: root/src/git2
Commit message (Expand)AuthorAgeFilesLines
* 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