diff options
author | Shawn Pearce <spearce@spearce.org> | 2016-11-15 17:34:07 -0800 |
---|---|---|
committer | Shawn Pearce <spearce@spearce.org> | 2016-11-21 11:34:14 -0800 |
commit | 81f9c18433f9d53a64498b07c90c4fc73654d942 (patch) | |
tree | a664218e45862de9de923e16875a6b19764b867a /org.eclipse.jgit/resources | |
parent | 608e31126e3ef0ff4d02e048dc5eefdb28f0b7c4 (diff) | |
download | jgit-81f9c18433f9d53a64498b07c90c4fc73654d942.tar.gz jgit-81f9c18433f9d53a64498b07c90c4fc73654d942.zip |
Define MonotonicClock interface for advanced timestamps
MonotonicClock can be implemented to provide more certainity about
time than the standard System.currentTimeMillis() can provide. This
can be used by classes such as PersonIdent and Ketch to rely on
more certainity about time moving in a strictly ascending order.
Gerrit Code Review can also leverage this interface through its
embedding of JGit and use MonotonicClock and ProposedTimestamp to
provide stronger assurance that NoteDb time is moving forward.
Change-Id: I1a3cbd49a39b150a0d49b36d572da113ca83a786
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 8a16a3b199..b9b74bfc21 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties @@ -606,6 +606,7 @@ tagAlreadyExists=tag ''{0}'' already exists tagNameInvalid=tag name {0} is invalid tagOnRepoWithoutHEADCurrentlyNotSupported=Tag on repository without HEAD currently not supported theFactoryMustNotBeNull=The factory must not be null +timeIsUncertain=Time is uncertain timerAlreadyTerminated=Timer already terminated tooManyIncludeRecursions=Too many recursions; circular includes in config file(s)? topologicalSortRequired=Topological sort required. |