diff options
author | Kohsuke Kawaguchi <kk@kohsuke.org> | 2013-07-25 10:42:22 -0700 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-09-27 12:37:36 +0200 |
commit | f045a68a78f251af836c6b0a18a22a6d9e5f55a0 (patch) | |
tree | ae3f07d6114a1f141b838fde878aad7e613707de /org.eclipse.jgit/resources/org | |
parent | 570bba5e7acb08df827655c31045bfe9cde9d856 (diff) | |
download | jgit-f045a68a78f251af836c6b0a18a22a6d9e5f55a0.tar.gz jgit-f045a68a78f251af836c6b0a18a22a6d9e5f55a0.zip |
Added the git-describe implementation
CQ: 7609
Bug: 339246
Change-Id: I689bc0578ce3a430b9800ad84122e221c69829f4
Signed-off-by: Kohsuke Kawaguchi <kk@kohsuke.org>
Also-By: Robin Stocker<robin@nibor.org>
Also-By: Matthias Sohn <matthias.sohn@sap.com>
Also-By: Christian Halstrick <christian.halstrick@sap.com>
Diffstat (limited to 'org.eclipse.jgit/resources/org')
-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 706dce7ce1..e0daa4d126 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties @@ -478,6 +478,7 @@ systemConfigFileInvalid=Systen wide config file {0} is invalid {1} tagAlreadyExists=tag ''{0}'' already exists tagNameInvalid=tag name {0} is invalid tagOnRepoWithoutHEADCurrentlyNotSupported=Tag on repository without HEAD currently not supported +targetIsNotSet=Target is not set theFactoryMustNotBeNull=The factory must not be null timerAlreadyTerminated=Timer already terminated topologicalSortRequired=Topological sort required. |