diff options
author | Jonathan Nieder <jrn@google.com> | 2013-05-23 18:08:35 -0700 |
---|---|---|
committer | Jonathan Nieder <jrn@google.com> | 2013-05-23 18:08:35 -0700 |
commit | d4932620e067a19a8cc22170fd133cc53aca2ddb (patch) | |
tree | ef54dafb37197c2b8c1c5f2d61448b44a6d09d1c /org.eclipse.jgit.pgm/resources/org | |
parent | f7157a622179b195d9f2747fe13c341d57590d3b (diff) | |
download | jgit-d4932620e067a19a8cc22170fd133cc53aca2ddb.tar.gz jgit-d4932620e067a19a8cc22170fd133cc53aca2ddb.zip |
ArchiveCommand: make archive formats non-inner classes
First step toward making ArchiveCommand itself format-agnostic.
Change-Id: I3cff5fce28fa7a19e34f8291cfb5b62f16429713
Diffstat (limited to 'org.eclipse.jgit.pgm/resources/org')
-rw-r--r-- | org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties b/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties index cdf7123959..3fa167e95a 100644 --- a/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties +++ b/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties @@ -173,6 +173,7 @@ tooManyRefsGiven=Too many refs given unknownIoErrorStdout=An unknown I/O error occurred on standard output unknownMergeStrategy=unknown merge strategy {0} specified unmergedPaths=Unmerged paths: +unsupportedArchiveFormat=Unknown archive format ''{0}'' unsupportedOperation=Unsupported operation: {0} untrackedFiles=Untracked files: updating=Updating {0}..{1} |