aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/LsRemoteCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Client-side protocol V2 support for fetchingThomas Wolf2021-01-011-2/+2
* Revert "Client-side protocol V2 support for fetching"Thomas Wolf2020-11-031-1/+1
* Client-side protocol V2 support for fetchingThomas Wolf2020-10-291-1/+1
* ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-271-1/+1
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-11/+12
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-2/+2
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Transport: Implement AutoCloseableShawn Pearce2016-01-191-25/+17
* LsRemoteCommand - internal execute need not be protectedRobin Rosenberg2014-06-081-1/+1
* Make JavaDoc validator happy by declaring GitAPIException on callAsMapRobin Rosenberg2014-06-041-0/+4
* Adds a callAsMap() function to LsRemoteCommand.Yuxuan 'fishy' Wang2014-05-241-1/+24
* 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