diff options
author | Chris Aniszczyk <caniszczyk@gmail.com> | 2011-02-17 11:03:48 -0600 |
---|---|---|
committer | Chris Aniszczyk <caniszczyk@gmail.com> | 2011-02-17 14:06:28 -0600 |
commit | bd8944d671a01eb2c97443bb80a6eea6ae300330 (patch) | |
tree | 8c2a14d59161a92bd8c00472d9352f4a9313508e /org.eclipse.jgit.pgm/resources | |
parent | 5f258d91c02f0876b6dd3fd798717d2fe7c2db18 (diff) | |
download | jgit-bd8944d671a01eb2c97443bb80a6eea6ae300330.tar.gz jgit-bd8944d671a01eb2c97443bb80a6eea6ae300330.zip |
Add Reset to the JGit CLI
Change-Id: I85368c849c0964b9a539fa1991920adb2ace94df
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.pgm/resources')
-rw-r--r-- | org.eclipse.jgit.pgm/resources/org/eclipse/jgit/pgm/CLIText.properties | 4 |
1 files changed, 4 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 9dce168c15..c1b5c53443 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 @@ -191,6 +191,10 @@ usage_pruneStaleTrackingRefs=prune stale tracking refs usage_recordChangesToRepository=Record changes to the repository usage_recurseIntoSubtrees=recurse into subtrees usage_renameLimit=limit size of rename matrix +usage_reset=Reset current HEAD to the specified state +usage_resetHard=Resets the index and working tree +usage_resetSoft=Resets without touching the index file nor the working tree +usage_resetMixed=Resets the index but not the working tree usage_setTheGitRepositoryToOperateOn=set the git repository to operate on usage_showPatch=display patch usage_showRefNamesMatchingCommits=Show ref names matching commits |