Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-03 | tests: when generating git repositories, make sure that pgpsign is off | Eli Schwartz | 1 | -5/+5 | |
I have a local configuration tag.forcesignannotated=true commit.gpgsign=true This causes the tests to fail with e.g. error: gpg failed to sign the data fatal: failed to write commit object Since this is a unittest, it is never wrong to tell git "just ignore prior configuration, and disable all PGP signing". | |||||
2021-08-15 | editorconfig: add setting to trim trailing whitespace | Eli Schwartz | 1 | -1/+0 | |
and clean up all outstanding issues Skip 'test cases/common/141 special characters/meson.build' since it intentionally uses trailing newlines. | |||||
2021-07-26 | Split run_unittests.py file | Xavier Claessens | 1 | -0/+287 | |