diff options
author | Jonathan Nieder <jrn@google.com> | 2012-12-03 16:06:48 -0800 |
---|---|---|
committer | Jonathan Nieder <jrn@google.com> | 2012-12-04 15:36:32 -0800 |
commit | 345ab401ce27e9d4cb4002edd7f8e732b5e2e6fc (patch) | |
tree | 724e9ed6a678ad78790b20c3b9cb5ecaece5c2ac /org.eclipse.jgit.pgm/resources | |
parent | 7123cbf470ea2fa39379a4d914f0933063bbbdfe (diff) | |
download | jgit-345ab401ce27e9d4cb4002edd7f8e732b5e2e6fc.tar.gz jgit-345ab401ce27e9d4cb4002edd7f8e732b5e2e6fc.zip |
archive: Add --format option that switches between formats
Prepare for .tar support.
Change-Id: Ieb07702da1a54b41ae764fbb425f70826907b593
Improved-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'org.eclipse.jgit.pgm/resources')
-rw-r--r-- | org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties | 2 |
1 files changed, 2 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 2afaa12f9f..fe70e71329 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 @@ -71,6 +71,7 @@ mergeMadeBy=Merge made by the ''{0}'' strategy. mergedSquashed=Squash commit -- not updating HEAD\nAutomatic merge went well; stopped before committing as requested metaVar_DAG=DAG metaVar_KEY=KEY +metaVar_archiveFormat=format metaVar_arg=ARG metaVar_author=AUTHOR metaVar_base=base @@ -196,6 +197,7 @@ usage_addFileContentsToTheIndex=Add file contents to the index usage_alterTheDetailShown=alter the detail shown usage_approveDestructionOfRepository=approve destruction of repository usage_archive=zip up files from the named tree +usage_archiveFormat=archive format. Currently supported formats: 'zip' usage_blameLongRevision=show long revision usage_blameRange=annotate only the given range usage_blameRawTimestamp=show raw timestamp |