aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-02-14hook: refuse to run on cover letter templatesHEADmainKonstantin Ryabitsev2-0/+7
2023-01-25Split at 75 characters isntead of 78Konstantin Ryabitsev1-1/+1
2022-08-25Better fix for non-writable GNUPGHOMEKonstantin Ryabitsev1-5/+7
2022-08-25Use NamedTemporaryFile for gpg keyring creationKonstantin Ryabitsev1-1/+1
2022-08-25Increment version to 0.7.0-devKonstantin Ryabitsev1-1/+1
2022-08-22Prepare for patatt-0.6.0v0.6.0Konstantin Ryabitsev3-4/+4
2022-08-19Call git-mailinfo with line endings normalized to LFKonstantin Ryabitsev1-1/+3
2022-07-14Make patatt more python API friendlyKonstantin Ryabitsev1-23/+57
2022-06-17Prepare for 0.5.0 releasev0.5.0Konstantin Ryabitsev4-17/+17
2021-12-17Handle gpg.[ssh].program configuration parametersKonstantin Ryabitsev1-8/+22
2021-11-22patatt: man page typo fixAnuradha Weeraman1-1/+1
2021-11-15Add support for openssh signaturesKonstantin Ryabitsev5-24/+201
2021-11-09Always set the i= fieldKonstantin Ryabitsev1-2/+3
2021-10-07gnupg: Add gpg status output to debug loggingKees Cook1-0/+1
2021-10-07keyring: Add key from Kees CookKonstantin Ryabitsev1-0/+1295
2021-10-04validation: Report lack of signatureKees Cook1-0/+6
2021-10-04version: up version to 0.5-devKonstantin Ryabitsev1-1/+1
2021-10-04install-hook: make sure the hooks path existsKonstantin Ryabitsev1-0/+1
2021-10-04Always prefer files passed as paramsKonstantin Ryabitsev1-3/+3
2021-09-13Use a symlink to make the new key defaultv0.4.8Konstantin Ryabitsev1-10/+8
2021-09-10Add patatt install-hook subcommandv0.4.7Konstantin Ryabitsev4-9/+55
2021-06-09Release as 0.4.6v0.4.6Konstantin Ryabitsev1-1/+1
2021-06-07Bump version to 0.4.6-devKonstantin Ryabitsev1-1/+1
2021-06-07Catch NoKeyError before ValidationErrorKonstantin Ryabitsev1-4/+4
2021-06-03Release as 0.4.5v0.4.5Konstantin Ryabitsev1-1/+1
2021-06-02Throw a NoKeyError when no matching PGP keyKonstantin Ryabitsev1-6/+16
2021-05-31Make instructions for automatic signing more reliablePaul Barker1-2/+2
2021-05-31Handle MIME encoded-word & other header manglingsPaul Barker1-1/+10
2021-05-31Add "frequently seen commentary"Konstantin Ryabitsev1-0/+93
2021-05-28Fix lookups for uncommitted keysv0.4.4Konstantin Ryabitsev1-14/+16
2021-05-26Use (default keyring)/fpr path with openpgpv0.4.3Konstantin Ryabitsev1-9/+15
2021-05-25Bump version to 0.4.2v0.4.2Konstantin Ryabitsev1-1/+1
2021-05-25Perform bh validation firstKonstantin Ryabitsev1-3/+4
2021-05-21Release 0.4.1 as a minor bugfixv0.4.1Konstantin Ryabitsev1-1/+1
2021-05-21Return RES_NOKEY when openpgp key is not foundKonstantin Ryabitsev1-0/+5
2021-05-21Give a nicer error when user.email isn't setKonstantin Ryabitsev1-1/+4
2021-05-21Release as 0.4.0v0.4.0Konstantin Ryabitsev1-1/+1
2021-05-21Make header order deterministicKonstantin Ryabitsev1-2/+2
2021-05-21Sign Message-Id header if presentKonstantin Ryabitsev3-23/+51
2021-05-13Bump release to 0.3.0v0.3.0Konstantin Ryabitsev1-1/+1
2021-05-13Use a selector by default with ed25519 keysKonstantin Ryabitsev1-0/+1
2021-05-13Report a nicer error instead of tracebackKonstantin Ryabitsev1-1/+6
2021-05-12Tweak wording in the READMEKonstantin Ryabitsev1-17/+16
2021-05-12Fix copyright yearKonstantin Ryabitsev1-1/+1
2021-05-12Use --no-scissors when calling mailinfoKonstantin Ryabitsev2-3/+4
2021-05-11Release as v0.2.0v0.2.0Konstantin Ryabitsev1-1/+1
2021-05-11Support other git dirs as sourcesKonstantin Ryabitsev4-44/+63
2021-05-10Return better result than just pass/failKonstantin Ryabitsev1-17/+33
2021-05-10Return a list of all sigs, not just goodsigsKonstantin Ryabitsev1-25/+23
2021-05-07Add manpages and prepare for 0.1.0 releasev0.1.0Konstantin Ryabitsev4-1/+177
2021-05-06Throw a KeyError, not RuntimeErrorKonstantin Ryabitsev1-1/+1
2021-05-06Nicer crash for when PyNaCl isn't availableKonstantin Ryabitsev1-5/+11
2021-05-06Copy-edit the readme doc and some minor tweaksKonstantin Ryabitsev3-64/+165
2021-05-05Samples and UI consistency tweaksKonstantin Ryabitsev4-5/+68
2021-05-05Add most of the contributor docsKonstantin Ryabitsev2-20/+168
2021-05-05First documentation partKonstantin Ryabitsev4-18/+218
2021-05-05Implement support for trim_bodyKonstantin Ryabitsev1-5/+9
2021-05-05A few more usability/UI tweaksKonstantin Ryabitsev3-14/+22
2021-05-05Some UI/usability improvementsKonstantin Ryabitsev2-34/+74
2021-05-05Fail nicer when files aren't foundKonstantin Ryabitsev1-2/+11
2021-05-05Add X-Developer-Key headerKonstantin Ryabitsev1-19/+64
2021-05-04Refactor code to be cleanerKonstantin Ryabitsev1-417/+525
2021-05-03Add a way to run from checkoutKonstantin Ryabitsev1-0/+9
2021-05-03Initial commit of the reference libraryKonstantin Ryabitsev8-0/+1314