summaryrefslogtreecommitdiff
path: root/tests-clar/commit/signature.c
Commit message (Collapse)AuthorAgeFilesLines
* signature: extend trimming to more whitespaceCarlos Martín Nieto2013-06-111-0/+2
| | | | | | There are all sorts of misconfiguration in the wild. We already rely on the signature constructor to trim SP. Extend the logic to use `isspace` to decide whether a character should be trimmed.
* signature: Lenient when dupping, strict when creatingVicent Marti2013-05-151-2/+2
|
* 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.