summaryrefslogtreecommitdiff
path: root/tests-clar/commit
Commit message (Expand)AuthorAgeFilesLines
* commit: Introduce git_commit_message_raw()nulltoken2013-10-031-1/+7
* commit: Trim message leading newlinesnulltoken2013-09-301-3/+18
* Tabify indentationsnulltoken2013-09-301-82/+82
* signature: extend trimming to more whitespaceCarlos Martín Nieto2013-06-111-0/+2
* Fix trailing whitespacesnulltoken2013-05-151-1/+1
* signature: Lenient when dupping, strict when creatingVicent Marti2013-05-151-2/+2
* fix some leaksEdward Thomson2013-05-021-4/+0
* 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
* immutable references and a pluggable ref databaseEdward Thomson2013-03-071-2/+3
* Simplify signature parsingVicent Marti2013-02-201-13/+7
* Use cl_assert_equal_s() instead of strcmp().Sebastian Bauer2013-01-252-12/+12
* 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
* Rename ref and reflog apis for consistencyBen Straub2012-11-272-4/+4
* Reset all static variables to NULL in clar's __cleanupSascha Cunz2012-11-233-5/+16
* Merge pull request #805 from nulltoken/fix/revwalk-email-parsingVicent Martí2012-07-121-17/+31
|\
| * signature: prevent angle bracket usage in identitynulltoken2012-07-111-17/+31
* | commit: introduce git_commit_nth_gen_ancestor()nulltoken2012-07-121-0/+57
|/
* errors: Rename the generic return codesVicent Martí2012-05-181-2/+2
* tests-clar/commit: fix memory leaksschu2012-04-031-8/+11
* tests: Cleanup & fix test suiteVicent Martí2012-04-031-4/+0
* Ported t04_commit.c to Clar.Ben Straub2012-03-203-0/+556
* commit: actually allow yet to be born update_refschu2012-02-151-0/+44