diff options
author | Yuxuan 'fishy' Wang <fishywang@google.com> | 2014-03-25 15:30:54 -0700 |
---|---|---|
committer | Yuxuan 'fishy' Wang <fishywang@google.com> | 2014-04-23 23:03:02 -0700 |
commit | 51cccc9dae3191567a2972a7ebe692b1629808c1 (patch) | |
tree | 4df925245588b2ac0297043988103e7b7c1755dc /org.eclipse.jgit/resources | |
parent | a44a687fedbf1559277b8e6706819aa9be7bce39 (diff) | |
download | jgit-51cccc9dae3191567a2972a7ebe692b1629808c1.tar.gz jgit-51cccc9dae3191567a2972a7ebe692b1629808c1.zip |
Added implementation of copyfile rule.
Change-Id: I83e8a3218be2984321342039fda507fdb1aa5f30
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 fb158399b1..64d754de80 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,3 +1,4 @@ +copyFileFailed=Error occurred during execution of copyfile rule. errorNoDefault=Error: no default remote in file {0}. errorParsingManifestFile=Error occurred during parsing manifest file {0}. invalidManifest=Invalid manifest. |