summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed placement of pointer argument.nulltoken2010-12-261-1/+1
* Merge branch 'master' into repo-initnulltoken2010-12-239-120/+23
|\
| * Revert "Properly export all external symbols in Win32"Vicent Marti2010-12-236-35/+35
| * Remove git_errnoVicent Marti2010-12-238-120/+21
| * Export TLS symbols properly in Win32Vicent Marti2010-12-221-0/+2
| * Properly export all external symbols in Win32Vicent Marti2010-12-226-38/+38
* | Made is_windows_rooted_path() able to cope with awkward but valid relative pa...nulltoken2010-12-211-1/+1
* | Wrapped the detection of a Windows rooted path within a conditional compilati...nulltoken2010-12-211-3/+19
* | Small code maintenability improvement.nulltoken2010-12-211-4/+5
* | Added creation of 'objects/info' and 'objects/pack' directories.nulltoken2010-12-201-7/+8
* | Made gitfo_mkdir_recurs() skip creation of the root of the path if it looks l...nulltoken2010-12-201-0/+5
* | Made gitfo_mkdir_recurs() gracefully recover when a given directory already e...nulltoken2010-12-201-1/+6
|/
* Fix issues in repository initializationVicent Marti2010-12-193-82/+88
* Merge branch 'repo-init' of https://github.com/nulltoken/libgit2 into nulltok...Vicent Marti2010-12-194-2/+188
|\
| * Added creation of ref/heads/ and refs/tags/ directories.nulltoken2010-12-191-0/+11
| * Prettified HEAD symlink generation.nulltoken2010-12-171-2/+10
| * Added a comment reminding that the gitfo_mkdir_recurs() is far from being ful...nulltoken2010-12-172-1/+2
| * Added basic HEAD file creation.nulltoken2010-12-172-9/+50
| * Made gitfo_mkdir_recurs() more tolerant.nulltoken2010-12-171-1/+8
| * Added creation of 'objects' and 'refs' directories.nulltoken2010-12-171-0/+15
| * Removed unnecessary git_repository_init_results handling.nulltoken2010-12-171-21/+1
| * Added gitfo_mkdir_recurs() placeholder.nulltoken2010-12-172-0/+6
| * Simplified git_repository_init_results struct.nulltoken2010-12-161-25/+10
| * Very first git_repository_init() draft.nulltoken2010-12-152-0/+132
* | Fixed a nasty bug which was preventing correct generation of the signature.nulltoken2010-12-181-1/+1
* | Merge branch 'timezone'Vicent Marti2010-12-1814-124/+248
|\ \ | |/ |/|
| * Rename 'git_person' to 'git_signature'Vicent Marti2010-12-1814-164/+190
| * Made possible to parse a person with no specified timezone offset.nulltoken2010-12-111-0/+6
| * Added timezone offset parsing and outputting.nulltoken2010-12-108-12/+104
* | Fix initialization & freeing of inexistent reposVicent Marti2010-12-134-8/+33
|/
* Fixed a memory leak in git_repository_lookup() when provided git_otype is inv...nulltoken2010-12-101-1/+3
* Set short message when changing a commit's messagev0.2.0Vicent Marti2010-12-071-3/+13
* Fix type-conversion warningsVicent Marti2010-12-063-13/+18
* Add license file to all public headersVicent Marti2010-12-0616-15/+406
* Change the library include fileVicent Marti2010-12-0643-62/+62
* Change include structure for the projectVicent Marti2010-12-0626-275/+370
* Decouple storage from ODB logicVicent Marti2010-12-067-1762/+2089
* Revert changes in odb.c to eventually rebaseVicent Marti2010-12-061-18/+18
* Small source code readability improvements.nulltoken2010-12-0511-79/+79
* Add 'git_repository_open2' to customize repo foldersVicent Marti2010-12-022-7/+144
* Commit parents now use the common 'vector' codeVicent Marti2010-12-024-64/+31
* Merge branch 'commitparents' of https://github.com/JustinLove/libgit2 into Ju...Vicent Marti2010-12-022-0/+45
|\
| * add git_commit_parent to retrieve a parent by indexJustin Love2010-11-302-0/+22
| * add git_commit_parentcountJustin Love2010-11-302-0/+23
* | Refactor all 'vector' functions into common codeVicent Marti2010-12-026-200/+306
|/
* Make the bitmasks for Index Entry flags publicVicent Marti2010-11-292-6/+6
* Properly write Index Entry 'flags_extended'Vicent Marti2010-11-291-0/+6
* Do proper symbol exports on MSVCVicent Marti2010-11-241-0/+2
* Do not use STDINT types in public headersVicent Marti2010-11-241-11/+10
* Fix redeclaration warnings in MSVCVicent Marti2010-11-242-1/+5