summaryrefslogtreecommitdiff
path: root/src/git
Commit message (Expand)AuthorAgeFilesLines
* Change the library include fileVicent Marti2010-12-0616-1694/+0
* Change include structure for the projectVicent Marti2010-12-0615-180/+227
* Decouple storage from ODB logicVicent Marti2010-12-061-57/+72
* Add 'git_repository_open2' to customize repo foldersVicent Marti2010-12-021-1/+34
* Commit parents now use the common 'vector' codeVicent Marti2010-12-021-1/+2
* add git_commit_parent to retrieve a parent by indexJustin Love2010-11-301-0/+8
* add git_commit_parentcountJustin Love2010-11-301-0/+8
* Make the bitmasks for Index Entry flags publicVicent 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
* Change blob API to return temp refs to the contentVicent Marti2010-11-201-8/+7
* Add support for 'index add'Vicent Marti2010-11-162-14/+28
* Add support for blob filesVicent Marti2010-11-161-0/+100
* accessor for index entry countScott Chacon2010-11-111-0/+8
* Make the Index API publicVicent Marti2010-11-071-2/+20
* Improve error handlingVicent Marti2010-11-057-26/+56
* Change git_repository initialization to use a pathVicent Marti2010-11-022-7/+76
* Add getter methods for object ownersVicent Marti2010-10-292-3/+20
* Add git_odb_read_header method to the ODBVicent Marti2010-10-291-0/+19
* Fix internal memory management on the libraryVicent Marti2010-10-283-11/+19
* Change /* to /** at the start of comment blocks in public api so doxygenBenjamin C Meyer2010-10-255-11/+11
* Fix spelling mistakes in the documentation.Benjamin C Meyer2010-10-256-8/+8
* Remove whitespace from the end of the line in documentation.Benjamin C Meyer2010-10-254-13/+13
* Fix issue 3 (memory corruption resize_tree_array)Vicent Marti2010-10-081-1/+2
* Add write-back support for Tag filesVicent Marti2010-10-071-0/+28
* Add write-back support for git_treeVicent Marti2010-09-211-6/+78
* Add support for in-memory objectsVicent Marti2010-09-204-0/+80
* Add setter methods & write support for git_commitVicent Marti2010-09-201-0/+35
* Give object structures more descriptive namesVicent Marti2010-09-195-16/+16
* Add methods to access internal attributes in git_repoVicent Marti2010-09-121-0/+23
* Fix: do not export custom types in the extern APIVicent Marti2010-09-091-1/+1
* Add support for manually freeing repo objectsVicent Marti2010-08-121-0/+15
* Finish the tree object APIVicent Marti2010-08-121-0/+56
* Add support for git index filesVicent Marti2010-08-121-0/+88
* Redesigned the walking/object lookup interfaceVicent Marti2010-08-127-88/+117
* Add loading and parsing of tag objectsVicent Marti2010-08-121-0/+89
* Refactor parsing methodsVicent Marti2010-08-072-9/+9
* Add parsing of tree file contents.Vicent Marti2010-07-151-0/+12
* Add external API to access detailed commit attributesVicent Marti2010-07-151-1/+51
* Add support for tree objects in revision poolsVicent Marti2010-07-151-0/+39
* Fixed memory leaks in test suiteVicent Marti2010-07-101-0/+6
* Fix a doxygen warningRamsay Jones2010-06-021-0/+1
* Added new error codes. Improved error handling.Vicent Marti2010-06-022-2/+8
* Add external API for revision sorting.Vicent Marti2010-06-021-0/+36
* Removed 'git_commit_uninteresting' from the public API.Vicent Marti2010-06-021-8/+0
* Add arbritrary ordering revision walking.Vicent Marti2010-06-021-0/+8
* Split git_commit_lookup into separate functions.Vicent Marti2010-06-021-2/+12
* Add basic functionality for commit lookup/parsingVicent Marti2010-06-021-2/+2
* Fixed typos in the revwalk API documentationVicent Marti2010-06-021-2/+2
* Fix some coding style issuesRamsay Jones2010-02-284-11/+10