Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | signature: extend trimming to more whitespace | Carlos Martín Nieto | 2013-06-11 | 1 | -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 creating | Vicent Marti | 2013-05-15 | 1 | -2/+2 |
| | |||||
* | signature: prevent angle bracket usage in identity | nulltoken | 2012-07-11 | 1 | -17/+31 |
| | |||||
* | errors: Rename the generic return codes | Vicent Martí | 2012-05-18 | 1 | -2/+2 |
| | |||||
* | Ported t04_commit.c to Clar. | Ben Straub | 2012-03-20 | 1 | -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. |