summaryrefslogtreecommitdiff
path: root/src/commit.c
Commit message (Expand)AuthorAgeFilesLines
...
* Update commit_time along with committer.Dave Borowitz2010-11-051-2/+1
* Improve error handlingVicent Marti2010-11-051-26/+17
* Fix in-memory commit getters trying to parseVicent Marti2010-10-311-2/+5
* Do a full parse on commits before modifying themVicent Marti2010-10-291-0/+12
* Fix internal memory management on the libraryVicent Marti2010-10-281-164/+68
* Add support for in-memory objectsVicent Marti2010-09-201-1/+6
* Add setter methods & write support for git_commitVicent Marti2010-09-201-69/+139
* Give object structures more descriptive namesVicent Marti2010-09-191-3/+3
* Add generic methods for object writebackVicent Marti2010-09-181-2/+2
* Fix object handling in git_repositoryVicent Marti2010-08-121-20/+5
* Redesigned the walking/object lookup interfaceVicent Marti2010-08-121-267/+28
* Refactor parsing methodsVicent Marti2010-08-071-13/+13
* Add parsing of tree file contents.Vicent Marti2010-07-151-0/+1
* Add external API to access detailed commit attributesVicent Marti2010-07-151-37/+206
* Add support for tree objects in revision poolsVicent Marti2010-07-151-1/+2
* Changed revpool's object table to support arbitrary objectsVicent Marti2010-07-151-2/+9
* Fixed memory leaks in test suiteVicent Marti2010-07-101-1/+1
* Style: Do not use (C99) // commentsRamsay Jones2010-06-021-2/+2
* Style: Fix brace placement and spacingRamsay Jones2010-06-021-2/+1
* Fix inconsistent definition of off_t on LinuxRamsay Jones2010-06-021-2/+0
* Fix sparse warnings: "Using plain integer as NULL pointer"Ramsay Jones2010-06-021-3/+3
* msvc: Fix a "declaration after statement" compilation errorRamsay Jones2010-06-021-1/+3
* Improved error handling on auxilirary functions.Vicent Marti2010-06-021-12/+13
* Added new error codes. Improved error handling.Vicent Marti2010-06-021-18/+20
* Fixed brace placement and converted spaces to tabs.Vicent Marti2010-06-021-235/+222
* Fixed topological commit sorting (no longerd reversed) and commit timeVicent Marti2010-06-021-1/+2
* Fixed topological sorting stuck in infinite loop.Vicent Marti2010-06-021-4/+10
* Fixed parsing commit times (they weren't being stored at all!)Vicent Marti2010-06-021-1/+8
* Changed commit time sorting to be descending (from newest to oldest).Vicent Marti2010-06-021-1/+1
* Add topological sorting and new insertion methods for commit lists.Vicent Marti2010-06-021-3/+65
* Fixed linked list tail being lost when sorting.Vicent Marti2010-06-021-6/+6
* Added sort method for commit lists.Vicent Marti2010-06-021-3/+57
* Add commit caching on the commit table.Vicent Marti2010-06-021-0/+6
* Add 'git_revpool_object' and 'git_revpool_table' structures.Vicent Marti2010-06-021-8/+6
* Changed 'git_commit_list' from a linked list to a doubly-linked list.Vicent Marti2010-06-021-22/+83
* Add arbritrary ordering revision walking.Vicent Marti2010-06-021-7/+8
* Split git_commit_lookup into separate functions.Vicent Marti2010-06-021-19/+49
* Add commit parents to parsed commits and commit lists to the revpool.Vicent Marti2010-06-021-1/+44
* Add unit tests for Commit parsingVicent Marti2010-06-021-0/+3
* Fixed indentation issues in commit.cVicent Marti2010-06-021-8/+9
* Add basic functionality for commit lookup/parsingVicent Marti2010-06-021-0/+118
* Wrap malloc and friends and report out of memory as GIT_ENOMEMShawn O. Pearce2008-12-301-0/+1
* Get rid of GIT__PRIVATE macroAndreas Ericsson2008-11-221-1/+1
* Switch the license from BSD to GPL+libgcc exceptionShawn O. Pearce2008-11-011-29/+19
* Move include files to include/git/, drop git_ prefix from file namesShawn O. Pearce2008-11-011-0/+41