diff options
author | Stefan Beller <sbeller@google.com> | 2014-11-07 18:51:18 -0800 |
---|---|---|
committer | Stefan Beller <sbeller@google.com> | 2014-11-07 18:51:18 -0800 |
commit | 88c1b82e7a27a5e25c9be9cba246f076825da4c6 (patch) | |
tree | a6d0ffad3c3ea0c5b19cfe77fb0e20fd117c4d44 /org.eclipse.jgit/resources | |
parent | 2532c28cb93ccb8e674ef374f08fb3bf246c353b (diff) | |
download | jgit-88c1b82e7a27a5e25c9be9cba246f076825da4c6.tar.gz jgit-88c1b82e7a27a5e25c9be9cba246f076825da4c6.zip |
Implement atomic refs update, if possible by database
Inspired by the series[1], this implements the possibility to
have atomic ref transactions.
If the database supports atomic ref update capabilities, we'll
advertise these. If the client wishes to use this feature, either
all refs will be updated or none at all.
[1] http://thread.gmane.org/gmane.comp.version-control.git/259019/focus=259024
Change-Id: I7b5d19c21f3b5557e41b9bcb5d359a65ff1a493d
Signed-off-by: Stefan Beller <sbeller@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 45021e847c..524aa3e6ac 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties @@ -500,6 +500,7 @@ tagOnRepoWithoutHEADCurrentlyNotSupported=Tag on repository without HEAD current theFactoryMustNotBeNull=The factory must not be null timerAlreadyTerminated=Timer already terminated topologicalSortRequired=Topological sort required. +transactionAborted=transaction aborted transportExceptionBadRef=Empty ref: {0}: {1} transportExceptionEmptyRef=Empty ref: {0} transportExceptionInvalid=Invalid {0} {1}:{2} |