diff options
author | Dan Wang <dwwang@google.com> | 2016-06-03 16:39:45 -0700 |
---|---|---|
committer | Dan Wang <dwwang@google.com> | 2016-07-22 15:40:54 -0700 |
commit | 7f9fb8000252ac57b1613539927e34c9cdb9ef9b (patch) | |
tree | a9a877a5720bb77079210f50c6491c452bddd2c3 /org.eclipse.jgit/resources | |
parent | 0d2a7b7737f0d723866ac1fcf7ac82311a13ae3b (diff) | |
download | jgit-7f9fb8000252ac57b1613539927e34c9cdb9ef9b.tar.gz jgit-7f9fb8000252ac57b1613539927e34c9cdb9ef9b.zip |
Push implementation of option strings
Example usage:
$ ./jgit push \
--push-option "Reviewer=j.doe@example.org" \
--push-option "<arbitrary string>" \
origin HEAD:refs/for/master
Stefan Beller has also made an equivalent change to CGit:
http://thread.gmane.org/gmane.comp.version-control.git/299872
Change-Id: I6797e50681054dce3bd179e80b731aef5e200d77
Signed-off-by: Dan Wang <dwwang@google.com>
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 e68bca0322..ebe1befee1 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties @@ -498,6 +498,7 @@ pushCertificateInvalidHeader=Push certificate has invalid header format pushCertificateInvalidSignature=Push certificate has invalid signature format pushIsNotSupportedForBundleTransport=Push is not supported for bundle transport pushNotPermitted=push not permitted +pushOptionsNotSupported=Push options not supported; received {0} rawLogMessageDoesNotParseAsLogEntry=Raw log message does not parse as log entry readingObjectsFromLocalRepositoryFailed=reading objects from local repository failed: {0} readTimedOut=Read timed out after {0} ms |