diff options
author | Andre Bossert <andre.bossert@siemens.com> | 2019-02-23 16:03:58 +0100 |
---|---|---|
committer | Andre Bossert <andre.bossert@siemens.com> | 2019-03-04 16:58:07 +0100 |
commit | 963651b762f6b2a8937eb08766f0233202038e8a (patch) | |
tree | 7ff62d62ace3cb01891a55b8bb7627cfe2d4fe80 /org.eclipse.jgit.pgm/resources | |
parent | 761114933935d7ab8b15889ea76ea167239795c0 (diff) | |
download | jgit-963651b762f6b2a8937eb08766f0233202038e8a.tar.gz jgit-963651b762f6b2a8937eb08766f0233202038e8a.zip |
diff: add option metaVar for --src-prefix and --dst-prefix
Fixes exception if using "jgit diff --help".
Bug: 544735
Change-Id: I694ff3103da4bc199dd03c40962c5be191eddcd1
Signed-off-by: Andre Bossert <andre.bossert@siemens.com>
Diffstat (limited to 'org.eclipse.jgit.pgm/resources')
-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 7c4119fd0b..a482ce3f38 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 @@ -133,6 +133,7 @@ metaVar_path=path metaVar_paths=path ... metaVar_pattern=pattern metaVar_port=PORT +metaVar_prefix=PREFIX metaVar_ref=REF metaVar_refs=REFS metaVar_refspec=refspec |