diff options
author | Jonathan Nieder <jrn@google.com> | 2013-04-26 13:43:23 -0700 |
---|---|---|
committer | Jonathan Nieder <jrn@google.com> | 2013-04-26 14:12:42 -0700 |
commit | b525e696d558bee033652d847b18514e5656fbda (patch) | |
tree | c85417fb9fe1101d0f42a17994ed3d87a812b9b5 /org.eclipse.jgit.pgm/resources/org | |
parent | 543b8560ac41a32f1ef0e5dbc8d0fca51c3c34e9 (diff) | |
download | jgit-b525e696d558bee033652d847b18514e5656fbda.tar.gz jgit-b525e696d558bee033652d847b18514e5656fbda.zip |
Add internal porcelain-style API for ArchiveCommand
One step closer to exposing archive creation functionality in a
org.eclipse.jgit.archive bundle.
Change-Id: If0ebb2417a941d9d3fc0d3f444316d0d1c494ff3
Diffstat (limited to 'org.eclipse.jgit.pgm/resources/org')
-rw-r--r-- | org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties b/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties index 39c1268396..4808df995e 100644 --- a/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties +++ b/org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties @@ -48,6 +48,7 @@ deletedRemoteBranch=Deleted remote branch {0} doesNotExist={0} does not exist dontOverwriteLocalChanges=error: Your local changes to the following file would be overwritten by merge: everythingUpToDate=Everything up-to-date +exceptionCaughtDuringExecutionOfArchiveCommand=Exception caught during execution of archive command expectedNumberOfbytes=Expected {0} bytes. exporting=Exporting {0} failedToCommitIndex=failed to commit index |