diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-10-10 23:01:30 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-10-11 00:12:44 +0200 |
commit | b15c617d0f1c098c06b3579d00e8d505047a153d (patch) | |
tree | 03ed14ca1ce5d5f37455dde5bbef6a500e5c270c /org.eclipse.jgit/resources | |
parent | 3c2c8b47ff41ced17bc48fbc8cf34de3e1a3bcb2 (diff) | |
download | jgit-b15c617d0f1c098c06b3579d00e8d505047a153d.tar.gz jgit-b15c617d0f1c098c06b3579d00e8d505047a153d.zip |
Describe HEAD if no explicit target was set
Change-Id: I5a5a238709df813ec07278bb3b4f9ea5c85c0883
Signed-off-by: Matthias Sohn <matthias.sohn@sap.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, 0 insertions, 1 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 e0daa4d126..706dce7ce1 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties @@ -478,7 +478,6 @@ 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. |