aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/FetchCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-02-011-0/+3
|\
| * Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-02-011-0/+3
| |\
| | * FetchCommand: fix fetchSubmodules to work on a Ref to a blobMatthias Sohn2023-01-311-0/+3
* | | Pass on shallowSince only if not nullThomas Wolf2022-09-181-1/+3
|/ /
* / Fetch: add support for shallowRobin Müller2022-07-311-6/+127
|/
* Fail clone if initial branch doesn't exist in remote repositoryMatthias Sohn2021-02-221-1/+21
* 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
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-9/+9
* Deprecate Repository#hasObjectJonathan Nieder2019-01-041-1/+2
* Implement --force option in FetchCommand and CLI fetch commandMatthias Sohn2018-03-131-3/+40
* Fix file handle leak in FetchCommand#fetchSubmodulesTim Hosey2018-01-041-30/+34
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-13/+37
* Add FetchCommand#setRefSpecs(String...) variantDave Borowitz2017-09-071-5/+16
* FetchCommand: pass on CredentialsProvider to submodule fetchesThomas Wolf2017-08-271-0/+1
* Fetch/PullCommand: Improve Javadoc of setRecurseSubmodulesDavid Pursehouse2017-06-161-1/+10
* Fetch: Add --recurse-submodules and --no-recurse-submodules optionsDavid Pursehouse2017-06-111-0/+34
* FetchCommand: Fix detection of submodule recursion modeDavid Pursehouse2017-03-101-13/+19
* FetchCommand: Add basic support for recursing into submodulesDavid Pursehouse2017-03-041-1/+97
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Transport: Implement AutoCloseableShawn Pearce2016-01-191-16/+11
* Handle null in ProgressMonitor settersJonathan Nieder2015-06-111-0/+3
* Use fetch.prune and remote.<name>.prune to set prune mode when fetchingKonrad Kügler2014-02-131-4/+16
* 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