aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/FetchCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Further cleanup of exceptions in Git APIRobin Rosenberg2012-06-051-2/+1
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-7/+6
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Support a configured credentials provider in LsRemoteCommandKevin Sawicki2011-11-101-51/+2
* Enable full Transport configuration for JGit API commandsRoberto Tyley2011-09-161-0/+19
* Make the supported Transports extensible and discoverableShawn O. Pearce2011-03-131-15/+18
* FetchCommand: do not set a null credentials providerMatthias Sohn2011-02-241-1/+2
* FetchCommand: allow to set "TagOpt"Mathias Kinzler2011-01-261-0/+16
* Make setCredentialsProvider more convenient to useMathias Kinzler2011-01-261-1/+5
* Allow to set a CredentialsProvider on relevant API commandsMathias Kinzler2011-01-251-0/+11
* Update FetchCommand with dry run and thin optionsChris Aniszczyk2010-09-241-0/+46
* Add FetchCommandChris Aniszczyk2010-09-171-0/+275