aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/internal
Commit message (Expand)AuthorAgeFilesLines
* Add command line support for "git difftool"Andre Bossert2021-11-251-0/+28
* Decouple BouncyCastle from JGit CoreMatthias Sohn2020-06-014-891/+0
* Include full IssuerFingerprint in GPG signatureThomas Wolf2020-05-181-0/+6
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-045-190/+25
* GPG: implement more OpenPGP UserId matching formatsThomas Wolf2019-10-232-10/+84
* GpgKeyLocator: Return a signing key for a user instead of the master keyRoan Hofland2019-10-221-6/+35
* GpgKeyLocator: Return subkeys instead of the first key for subkeysRoan Hofland2019-10-221-1/+7
* GPG: also consider pubring.gpg when looking for keysThomas Wolf2019-08-151-26/+126
* GPG: check secring.gpg for keys if pubring.kbx is emptyThomas Wolf2019-08-091-23/+65
* Upgrade Bouncy Castle to 1.61Brandon Weeks2019-06-012-12/+23
* GPG: check that the key found is a signing keyThomas Wolf2019-05-211-0/+8
* GPG: use key fingerprint suffix to compare id for signing keyThomas Wolf2019-05-211-5/+6
* Ignore invalid files in '.gnupg/private-keys-v1.d'Gunnar Wagenknecht2019-04-031-2/+10
* On Windows use %APPDATA%\gnupg as GPG directory if it existsThomas Wolf2019-02-261-6/+39
* Allow to check for signing keyGunnar Wagenknecht2019-01-221-10/+35
* Implement signing commits using BouncyCastleMedha Bhargav Prabhala2019-01-164-0/+680
* Set context classloader to null in WorkQueueMatthias Sohn2018-02-141-0/+1
* Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-0/+2
* Allow to use an external ExecutorService for background auto-gcMatthias Sohn2017-06-111-0/+103