diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-12-14 23:06:47 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-12-15 10:15:49 +0100 |
commit | dbe915def18d9b4dbadfc972d648aaa38462cd17 (patch) | |
tree | 38f90355da56719b57a78945df50de3e57bf1877 /org.eclipse.jgit.pgm/resources | |
parent | 83f90a274cc8629caadb7ee3a1838be5e5c12b33 (diff) | |
download | jgit-dbe915def18d9b4dbadfc972d648aaa38462cd17.tar.gz jgit-dbe915def18d9b4dbadfc972d648aaa38462cd17.zip |
pgm: add option to configure if convert-ref-storage should create backup
Change-Id: I926f116797508a5982961dfd30c2f765d9536eee
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm/resources')
-rw-r--r-- | org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/internal/CLIText.properties | 3 |
1 files changed, 3 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 02f0543206..bce2892c20 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 @@ -5,6 +5,8 @@ # # default meta variable defined in the org.kohsuke.args4j.spi.StringOptionHandler VAL=VAL +# default meta variable defined in the org.kohsuke.args4j.spi.ExplicitBooleanOptionHandler +VALUE=VAL # default meta variable defined in the org.kohsuke.args4j.spi.StopOptionHandler ARGUMENTS=ARGUMENTS # default meta variable defined in the org.kohsuke.args4j.spi.OneArgumentOptionHandler @@ -327,6 +329,7 @@ usage_configLocal=use local configuration in .git/config usage_configSystem=use system-wide configuration in $(prefix)/etc/gitconfig usage_configureTheServiceInDaemonServicename=configure the service in daemon.servicename usage_convertRefStorage=Convert ref storage to reftable +usage_convertRefStorageBackup=Create backup of old ref storage format usage_convertRefStorageFormat=Format to convert to (reftable or refdir) usage_createBranchAndCheckout=create branch and check out usage_deleteBranchEvenIfNotMerged=delete branch (even if not merged) |