diff options
author | Yuxuan 'fishy' Wang <fishywang@google.com> | 2014-05-01 11:50:00 -0700 |
---|---|---|
committer | Yuxuan 'fishy' Wang <fishywang@google.com> | 2014-05-07 11:03:51 -0700 |
commit | 056135a1482a9d56ee5055d6bc2df5bea032b5e5 (patch) | |
tree | 6708f4aeeb3057fbc7cbdfa0884856936331a824 /org.eclipse.jgit/resources | |
parent | 7f394cf16222f4066fe93e495ea682c2348039ca (diff) | |
download | jgit-056135a1482a9d56ee5055d6bc2df5bea032b5e5.tar.gz jgit-056135a1482a9d56ee5055d6bc2df5bea032b5e5.zip |
Handle repo submodules for bare repositories.
Change-Id: Id028a7bc9600baf0f3e2316a1f4b99e53ccc746a
Signed-off-by: Yuxuan 'fishy' Wang <fishywang@google.com>
Diffstat (limited to 'org.eclipse.jgit/resources')
-rw-r--r-- | org.eclipse.jgit/resources/org/eclipse/jgit/gitrepo/internal/RepoText.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/resources/org/eclipse/jgit/gitrepo/internal/RepoText.properties b/org.eclipse.jgit/resources/org/eclipse/jgit/gitrepo/internal/RepoText.properties index 29aa51ccd8..33fdc2e15f 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/gitrepo/internal/RepoText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/gitrepo/internal/RepoText.properties @@ -1,5 +1,6 @@ copyFileFailed=Error occurred during execution of copyfile rule. errorNoDefault=Error: no default remote in file {0}. errorParsingManifestFile=Error occurred during parsing manifest file {0}. +errorRemoteUnavailable=Error remote {0} is unavailable. invalidManifest=Invalid manifest. repoCommitMessage=Added repo manifest. |