diff options
author | Tomasz Zarna <tomasz.zarna@tasktop.com> | 2012-11-04 23:06:20 +0100 |
---|---|---|
committer | Chris Aniszczyk <zx@twitter.com> | 2012-11-16 12:02:28 -0800 |
commit | fb33e8021878651b10f8c4e0e387cbdda01056e1 (patch) | |
tree | f72c091120e6378ab3abcecd204d0ce53a797dc5 /org.eclipse.jgit.pgm/resources | |
parent | cdaded26b0711bfd99cc2990db25b4562540c3b5 (diff) | |
download | jgit-fb33e8021878651b10f8c4e0e387cbdda01056e1.tar.gz jgit-fb33e8021878651b10f8c4e0e387cbdda01056e1.zip |
Add reflog command to JGit CLI
Bug: 394497
Change-Id: Ib8bc1d9fd789d22fe5f10e03068a11cfdd3e46eb
Signed-off-by: Chris Aniszczyk <zx@twitter.com>
Diffstat (limited to 'org.eclipse.jgit.pgm/resources')
-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 cb1574f26c..a75bb001d2 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 @@ -241,6 +241,7 @@ usage_inputOutputFile=Input/output file usage_listBothRemoteTrackingAndLocalBranches=list both remote-tracking and local branches usage_listCreateOrDeleteBranches=List, create, or delete branches usage_logAllPretty=format:%H %ct %P' output=log --all '--pretty=format:%H %ct %P' output +usage_manageReflogInformation=Manage reflog information usage_mergeStrategy=Use the given merge strategy. Can be supplied more than once to specify them in the order they should be tried. If there is no -s option, the resolve strategy is used. Currently the following strategies are supported: ours, theirs, simple-two-way-in-core, resolve usage_moveRenameABranch=move/rename a branch usage_nameStatus=show only name and status of files |