Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce `git_signature_from_buffer`ethomson/signature_from_buffer | Edward Thomson | 2016-04-28 | 1 | -0/+13 |
| | | | | | Allow users to construct a signature from the type of signature lines that actually appear in commits. | ||||
* | signature: Strip crud just like Git does | Vicent Marti | 2015-10-21 | 1 | -0/+7 |
| | |||||
* | signature: don't allow empty emailscmn/signature-empty-email | Carlos MartÃn Nieto | 2014-09-10 | 1 | -2/+2 |
| | | | | | | A signature is made up of a non-empty name and a non-empty email so let's validate that. This also brings us more in line with git, which also rejects ident with an empty email. | ||||
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -0/+81 |