summaryrefslogtreecommitdiff
path: root/tests/t0401-parse.c
Commit message (Expand)AuthorAgeFilesLines
* Rewrite the unit testing suiteVicent Marti2011-02-021-322/+0
* Rename 'git_person' to 'git_signature'Vicent Marti2010-12-181-29/+29
* Added more person parsing tests.nulltoken2010-12-111-0/+32
* Added timezone checks to person parsing tests.nulltoken2010-12-111-10/+16
* Fixed too much faked timezone offset.nulltoken2010-12-111-1/+1
* Change the library include fileVicent Marti2010-12-061-3/+3
* Fix memory leak in t0401Vicent Marti2010-11-161-0/+4
* Fix parsing of commits that have no newlines in the message.Colin Timmermans2010-11-071-2/+20
* Improve error handlingVicent Marti2010-11-051-2/+1
* Change git_repository initialization to use a pathVicent Marti2010-11-021-8/+1
* Fix internal memory management on the libraryVicent Marti2010-10-281-8/+15
* Add setter methods & write support for git_commitVicent Marti2010-09-201-14/+12
* Redesigned the walking/object lookup interfaceVicent Marti2010-08-121-6/+12
* Refactor parsing methodsVicent Marti2010-08-071-6/+6
* Add external API to access detailed commit attributesVicent Marti2010-07-151-79/+164
* Fixed memory leaks in test suiteVicent Marti2010-07-101-0/+4
* Style: Do not use (C99) // commentsRamsay Jones2010-06-021-14/+16
* Style: Fix brace placement and spacingRamsay Jones2010-06-021-2/+2
* Updated t0401 (commit parsing) to reflect the new API changes.Vicent Marti2010-06-021-4/+9
* Add unit tests for Commit parsingVicent Marti2010-06-021-0/+163