diff options
author | Gunnar Wagenknecht <gunnar@wagenknecht.org> | 2018-12-05 20:39:07 +0100 |
---|---|---|
committer | Gunnar Wagenknecht <gunnar@wagenknecht.org> | 2019-01-16 10:05:09 +0100 |
commit | 2343c688b19d9bce4e75ada280be44043ad2dca2 (patch) | |
tree | 061a681b16149286495972906d340c9bea8e51d4 /org.eclipse.jgit/resources | |
parent | 159968abc4fad1546ff7651450067b8cbce3bf2a (diff) | |
download | jgit-2343c688b19d9bce4e75ada280be44043ad2dca2.tar.gz jgit-2343c688b19d9bce4e75ada280be44043ad2dca2.zip |
Allow CommitCommand to sign commits
This change introduces the concept of a GpgSigner which will sign
commits. The GpgSigner will be of a specific implementation (eg.,
Bouncycastle or OpenPgP executable). The actual implementation is not
part of this change.
Bug: 382212
Change-Id: Iea5da1e885c039e06bc8d679d46b124cbe504c8e
Also-by: Medha Bhargav Prabhala <mprabhala@salesforce.com>
Signed-off-by: Medha Bhargav Prabhala <mprabhala@salesforce.com>
Signed-off-by: Gunnar Wagenknecht <gunnar@wagenknecht.org>
Diffstat (limited to 'org.eclipse.jgit/resources')
-rw-r--r-- | org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties index fca9018db0..dc26e58689 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties @@ -505,6 +505,7 @@ oldIdMustNotBeNull=Expected old ID must not be null onlyAlreadyUpToDateAndFastForwardMergesAreAvailable=only already-up-to-date and fast forward merges are available onlyOneFetchSupported=Only one fetch supported onlyOneOperationCallPerConnectionIsSupported=Only one operation call per connection is supported. +onlyOpenPgpSupportedForSigning=OpenPGP is the only supported signing option with JGit at this time (gpg.format must be set to openpgp). openFilesMustBeAtLeast1=Open files must be >= 1 openingConnection=Opening connection operationCanceled=Operation {0} was canceled |