diff options
author | Tomasz Zarna <Tomasz.Zarna@pl.ibm.com> | 2012-05-18 14:20:05 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2012-05-23 16:35:08 +0200 |
commit | 23e0a3e734beaed5af14d8fb64c5a8285631adc1 (patch) | |
tree | 3ceec8fd3b8c62c4daa47c6870a7a2976be8e69e /org.eclipse.jgit.pgm/resources/org/eclipse | |
parent | 1bec1f2fae58649bf1d29d5d9e226545fa66f170 (diff) | |
download | jgit-23e0a3e734beaed5af14d8fb64c5a8285631adc1.tar.gz jgit-23e0a3e734beaed5af14d8fb64c5a8285631adc1.zip |
Add config --list command to pgm
Currently, only --list option is supported with --global, --system,
--local and --file switches.
Change-Id: I9b179b162996520e95c4e001dccd65c566a4bd27
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm/resources/org/eclipse')
-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 5b244eb8bc..f0ab55f696 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 @@ -206,6 +206,7 @@ usage_forEachRefOutput=for-each-ref output usage_forceCheckout=when switching branches, proceed even if the index or the working tree differs from HEAD usage_forceCreateBranchEvenExists=force create branch even exists usage_forceReplacingAnExistingTag=force replacing an existing tag +usage_getAndSetOptions=Get and set repository or global options usage_hostnameOrIpToListenOn=hostname (or ip) to listen on usage_indexFileFormatToCreate=index file format to create usage_ignoreWhitespace=ignore all whitespace |