diff options
author | Chris Aniszczyk <caniszczyk@gmail.com> | 2011-02-01 08:47:04 -0600 |
---|---|---|
committer | Chris Aniszczyk <caniszczyk@gmail.com> | 2011-02-17 10:28:26 -0600 |
commit | 5f258d91c02f0876b6dd3fd798717d2fe7c2db18 (patch) | |
tree | f98e2fe396cc2d9ef827c8cce34bc644d47e5e55 /org.eclipse.jgit/resources/org/eclipse/jgit | |
parent | c13bf057540f11e2503e1205d46c800f9d00fd7b (diff) | |
download | jgit-5f258d91c02f0876b6dd3fd798717d2fe7c2db18.tar.gz jgit-5f258d91c02f0876b6dd3fd798717d2fe7c2db18.zip |
Add git-reset to the Git API
Bug: 334764
Change-Id: Ice404629687d7f2a595d8d4eccf471b12f7e32ec
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.jgit/resources/org/eclipse/jgit')
-rw-r--r-- | org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties b/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties index e48638397d..b2d9937da0 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties @@ -175,6 +175,7 @@ exceptionCaughtDuringExecutionOfFetchCommand=Exception caught during execution o exceptionCaughtDuringExecutionOfMergeCommand=Exception caught during execution of merge command. {0} exceptionCaughtDuringExecutionOfPushCommand=Exception caught during execution of push command exceptionCaughtDuringExecutionOfPullCommand=Exception caught during execution of pull command +exceptionCaughtDuringExecutionOfResetCommand=Exception caught during execution of reset command. {0} exceptionCaughtDuringExecutionOfRevertCommand=Exception caught during execution of revert command. {0} exceptionCaughtDuringExecutionOfRmCommand=Exception caught during execution of rm command exceptionCaughtDuringExecutionOfTagCommand=Exception caught during execution of tag command |