summaryrefslogtreecommitdiff
path: root/tests-clar/commit/signature.c
Commit message (Collapse)AuthorAgeFilesLines
* signature: we do want to accept empty names or emailsCarlos Martín Nieto2013-05-091-7/+7
|
* signature: prevent angle bracket usage in identitynulltoken2012-07-111-17/+31
|
* errors: Rename the generic return codesVicent Martí2012-05-181-2/+2
|
* Ported t04_commit.c to Clar.Ben Straub2012-03-201-0/+65
Created a copy of tests/resources/testrepo.git that is compatible with the Clar sandboxing helpers. Restructured commit test suites to use Clar sandbox helpers. Now using typed data arrays rather than lots of macros to define test cases.