aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/FetchProcess.java
Commit message (Expand)AuthorAgeFilesLines
* Also add suppressed exception if unchecked exception occurs in finallyMatthias Sohn2023-05-181-1/+1
* [errorprone] Suppress [Finally] warningsMatthias Sohn2023-03-021-0/+1
* Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-02-011-5/+14
|\
| * Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-02-011-5/+14
| |\
| | * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-02-011-5/+14
| | |\
| | | * Shortcut during git fetch for avoiding looping through all local refsLuca Milanesio2023-02-011-5/+14
* | | | Fetch: add support for shallowRobin Müller2022-07-311-3/+5
|/ / /
* | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2022-07-061-2/+7
|\| |
| * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-07-061-2/+7
| |\|
| | * Do not create reflog for remote tracking branches during cloneLuca Milanesio2022-06-251-2/+7
* | | Fetch: Introduce negative refspecs.yunjieli2022-04-131-5/+36
|/ /
* / [6.0 API cleanup] Public interface for PackLockThomas Wolf2021-11-231-1/+0
|/
* Fail clone if initial branch doesn't exist in remote repositoryMatthias Sohn2021-02-221-5/+25
* Client-side protocol V2 support for fetchingThomas Wolf2021-01-011-4/+27
* FetchProcess#execute: fix formattingMatthias Sohn2020-12-171-2/+3
* [errorprone] FetchProcess: ensure exception isn't suppressedMatthias Sohn2020-12-171-0/+7
* Revert "Client-side protocol V2 support for fetching"Thomas Wolf2020-11-031-26/+3
* Client-side protocol V2 support for fetchingThomas Wolf2020-10-291-3/+26
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Do not retain commit body in RevWalk for reachability checksMinh Thai2019-03-061-0/+1
* Deprecate Repository#hasObjectJonathan Nieder2019-01-041-2/+14
* SpotBugs: don't rely on default encodingMatthias Sohn2018-09-101-1/+2
* Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-08-251-8/+28
|\
| * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-08-251-6/+26
| |\
| | * Fix fetching with duplicate ref updatesThomas Wolf2018-08-221-5/+23
| | * Fetch(Process): should tolerate duplicate refspecsMarc Strapetz2018-08-221-1/+3
* | | Don't prune symbolic refs when fetch.prune = trueThomas Wolf2018-05-251-0/+3
* | | Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-17/+17
* | | Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-11/+11
|/ /
* / FetchProcess: Open OutputStreamWriter in try-with-resourceDavid Pursehouse2018-03-061-4/+2
|/
* fetch: Accept any SHA-1 on lhs of refspecShawn Pearce2017-06-041-3/+16
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-9/+9
* Don't use deprecated LockFile constructorDavid Pursehouse2016-02-151-2/+1
* Null-annotated Ref class and fixed related compiler errorsAndrey Loskutov2015-12-151-2/+13
* Support agent= capability in wire protocolShawn Pearce2015-04-301-0/+1
* Use try-with-resource to close resources in FetchProcessMatthias Sohn2015-04-041-8/+2
* Update tags on fetch if --tags or tag refspec specifiedRobin Stocker2013-05-011-1/+1
* Only fetch tags that do not exist locally with auto-followRobin Stocker2013-05-011-15/+8
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-2/+2
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-4/+4
* Use BatchRefUpdate for tracking refs in FetchProcessShawn O. Pearce2012-05-221-60/+89
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Report progress while updating referencesShawn O. Pearce2011-06-091-0/+9
* Don't auto follow non-annotated tags in fetchShawn O. Pearce2011-03-041-5/+15
* [findbugs] Do not ignore exceptional return valueMatthias Sohn2010-12-071-0/+4
* Fix concurrent read / write issue in LockFile on WindowsJens Baumgart2010-07-271-1/+2
* Ensure RevWalk is released when doneShawn O. Pearce2010-06-291-14/+23
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-261-2/+2
* Allow Repository.getDirectory() to be nullShawn O. Pearce2010-06-251-2/+4
* Externalize strings from JGitSasa Zivkov2010-05-191-18/+17