aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/Transport.java
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated Transport#getFilterBlobLimit methodsMatthias Sohn2024-09-031-22/+0
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-291-4/+2
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-2/+11
* Add comment why protocol list uses WeakReferenceMatthias Sohn2023-09-251-0/+1
* [errorprone] Transport: Suppress ModifyCollectionInEnhancedForLoopMatthias Sohn2023-09-251-4/+11
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-1/+4
* PushCommand: allow users to disable use of bitmaps for pushkylezhao2022-10-211-0/+32
* I/O redirection for the pre-push hookThomas Wolf2022-10-201-7/+39
* Fetch: add support for shallowRobin Müller2022-07-311-2/+86
* Fetch: Introduce negative refspecs.yunjieli2022-04-131-2/+6
* [push] support the "matching" RefSpecs ":" and "+:"Thomas Wolf2022-03-061-2/+7
* [push] Call the pre-push hook later in the push processThomas Wolf2022-03-061-10/+2
* Transport: load all refs only if push refspecs have wildcardsThomas Wolf2022-02-141-3/+7
* Fail clone if initial branch doesn't exist in remote repositoryMatthias Sohn2021-02-221-2/+45
* Client-side protocol V2 support for fetchingThomas Wolf2021-01-011-2/+45
* Revert "Client-side protocol V2 support for fetching"Thomas Wolf2020-11-031-43/+0
* Client-side protocol V2 support for fetchingThomas Wolf2020-10-291-0/+43
* 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-6/+7
* Join catch sections using multicatchCarsten Hammer2019-04-131-4/+1
* Expose and pass around the FilterSpec object rather than the raw blob limitMatthew DeVore2019-03-221-7/+31
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-2/+2
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-7/+7
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-18/+18
* Rename RefDatabase#getAllRefs to getRefsJonathan Nieder2018-04-291-1/+1
* RefDatabase: Introduce getAllRefs methodDavid Pursehouse2018-04-271-2/+1
* Remove trivial cases of using deprecated RefDatabase.getRefs()Matthias Sohn2018-04-251-2/+2
* Push: Ensure ref updates are processed in input orderDave Borowitz2018-04-131-2/+2
* Teach UploadPack to support filtering by blob sizeJonathan Tan2018-03-151-0/+19
* Transport: Simplify scan method using try-with-resourceDavid Pursehouse2018-03-131-21/+4
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-1/+2
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-93/+133
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-8/+8
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* push: support per-ref force-with-leaseDavid Turner2017-02-081-5/+69
* Implement auto gcMatthias Sohn2016-10-231-0/+3
* Push implementation of option stringsDan Wang2016-07-221-0/+22
* Replace use of deprecated method Repository.getRef()Matthias Sohn2016-05-311-1/+1
* Transport: Implement AutoCloseableShawn Pearce2016-01-191-1/+5
* Support atomic push in JGit clientShawn Pearce2015-12-021-0/+28
* Add support for pre-push hooksChristian Halstrick2015-11-021-2/+24
* Allow configurable ObjectCheckers in fetchShawn Pearce2014-11-241-5/+28
* Fix the ls-remote command when there is no local repoRobin Rosenberg2014-09-071-4/+8
* Propagate IOException where possible when getting refs.Colby Ranger2013-10-071-2/+5
* Fix NPE in openFetch on Transport without local repositoryRobin Stocker2013-07-211-0/+6
* Allow users to show server messages while pushingAndré Dietisheim2013-03-211-2/+53
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-4/+4
* Add Transport URI constructor without a repositoryIan Wetherbee2012-06-141-0/+35
* Ignore trailing comments in transport SPI parsingKevin Sawicki2012-03-211-2/+9
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1