summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/resources/org/eclipse
diff options
context:
space:
mode:
authorYuxuan 'fishy' Wang <fishywang@google.com>2014-03-24 12:39:09 -0700
committerYuxuan 'fishy' Wang <fishywang@google.com>2014-04-23 22:48:51 -0700
commit0ad8fa7b36dafbea07da15897cc2f2b601772e24 (patch)
treecd663359ae4722eb338ddb47a33c6f7c61b5f7c1 /org.eclipse.jgit/resources/org/eclipse
parent62bbde33930226861c161a9719aaac66a7538d81 (diff)
downloadjgit-0ad8fa7b36dafbea07da15897cc2f2b601772e24.tar.gz
jgit-0ad8fa7b36dafbea07da15897cc2f2b601772e24.zip
Implemented first part of the repo sub-command.
Currently the repo sub-command only "works", but the submodules will have .git directories themselves, and lacks group support. Change-Id: I88a6ee07109187c6c9bfd92a044775fcfb5befa6 Signed-off-by: Yuxuan 'fishy' Wang <fishywang@google.com>
Diffstat (limited to 'org.eclipse.jgit/resources/org/eclipse')
-rw-r--r--org.eclipse.jgit/resources/org/eclipse/jgit/gitrepo/internal/RepoText.properties3
1 files changed, 3 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
new file mode 100644
index 0000000000..fb158399b1
--- /dev/null
+++ b/org.eclipse.jgit/resources/org/eclipse/jgit/gitrepo/internal/RepoText.properties
@@ -0,0 +1,3 @@
+errorNoDefault=Error: no default remote in file {0}.
+errorParsingManifestFile=Error occurred during parsing manifest file {0}.
+invalidManifest=Invalid manifest.