aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/GpgSigner.java
Commit message (Expand)AuthorAgeFilesLines
* GpgSigner: prevent class lock inversion on the default signerThomas Wolf2022-04-141-14/+30
* Decouple BouncyCastle from JGit CoreMatthias Sohn2020-06-011-2/+22
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Allow to check for signing keyGunnar Wagenknecht2019-01-221-3/+29
* Implement signing commits using BouncyCastleMedha Bhargav Prabhala2019-01-161-2/+14
* Allow CommitCommand to sign commitsGunnar Wagenknecht2019-01-161-0/+100