summaryrefslogtreecommitdiff
path: root/tests-clar/commit/parse.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Cleanup commit parse testing codeVicent Marti2013-04-221-22/+23
* Simplify object table parse functionsRussell Belfer2013-04-221-12/+15
* Add callback to git_objects_tableRussell Belfer2013-04-221-8/+5
* commit: correctly detect the start of the commit messageCarlos Martín Nieto2013-04-151-1/+28
* Fix various build warningsRussell Belfer2013-03-141-1/+1
* Simplify signature parsingVicent Marti2013-02-201-13/+7
* Use cl_assert_equal_s() instead of strcmp().Sebastian Bauer2013-01-251-6/+6
* Parse commit time as uint64_t to avoid overflowRussell Belfer2013-01-211-0/+8
* Add skipping of unknown commit headersRussell Belfer2013-01-171-15/+31
* Remove GIT_SIGNATURE_VERSION and friendsBen Straub2012-12-031-2/+2
* Add version fields and init macros for public input structs.Ben Straub2012-11-301-2/+2
* Ported t04_commit.c to Clar.Ben Straub2012-03-201-0/+350