diff options
author | Christoph Brill <egore@gmx.de> | 2011-05-19 14:38:39 -0500 |
---|---|---|
committer | Chris Aniszczyk <caniszczyk@gmail.com> | 2011-05-19 14:43:23 -0500 |
commit | e170c314fb96977650d69f7af206d84a362126be (patch) | |
tree | 1d103af110f8f57995d660c690cdfff30fb9e053 /org.eclipse.jgit/resources | |
parent | 844bd74818fce68fadd8ef558fcbf661739c8878 (diff) | |
download | jgit-e170c314fb96977650d69f7af206d84a362126be.tar.gz jgit-e170c314fb96977650d69f7af206d84a362126be.zip |
Add LsRemoteCommand to JGit API
Bug: 343801
Change-Id: Ic651e8e09143e15ed459461b50b2222e13da56c4
Also-by: Chris Aniszczyk <caniszczyk@gmail.com>
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.jgit/resources')
-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 1f4e9a1372..8eab4122c6 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties @@ -174,6 +174,7 @@ exceptionCaughtDuringExecutionOfAddCommand=Exception caught during execution of exceptionCaughtDuringExecutionOfCherryPickCommand=Exception caught during execution of cherry-pick command. {0} exceptionCaughtDuringExecutionOfCommitCommand=Exception caught during execution of commit command exceptionCaughtDuringExecutionOfFetchCommand=Exception caught during execution of fetch command +exceptionCaughtDuringExecutionOfLsRemoteCommand=Exception caught during execution of ls-remote command 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 |