aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/LsRemoteCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Enable LsRemoteCommand to work without local repositoryRobin Stocker2013-08-131-1/+7
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-2/+2
* Further cleanup of exceptions in Git APIRobin Rosenberg2012-06-051-2/+3
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-5/+3
* Enable call chaining on LsRemoteCommand methodsDave Borowitz2012-05-141-4/+10
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Throw API exception when LsRemoteCommand fails with TransportExceptionMatthias Sohn2012-01-151-2/+7
* Narrow exceptions declared by LsRemoteCommandMatthias Sohn2012-01-081-40/+47
* Support a configured credentials provider in LsRemoteCommandKevin Sawicki2011-11-101-1/+3
* Unwind loop that iterates over fetch connection refs.Kevin Sawicki2011-08-221-17/+14
* Add LsRemoteCommand to JGit APIChristoph Brill2011-05-191-0/+185