aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs/src/org/eclipse/jgit/lfs/internal/LfsConnectionFactory.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-291-3/+3
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-0/+2
* [errorprone] Remove unnecessary parenthesesMatthias Sohn2023-09-221-2/+2
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-0/+2
* Support for "lfs.url" from ".lfsconfig"Matthias Fromme2022-03-031-8/+8
* Support LFS Server URL without .git suffixNail Samatov2022-02-081-6/+23
* [spotbugs] parse time using thread-safe DateTimeFormatterMatthias Sohn2020-12-171-5/+9
* LfsConnectionFactory#getLfsUrl: Fix unconditional break in for-loopDavid Pursehouse2020-06-291-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-4/+2
* Format @NonNull on return value as method annotationJonathan Nieder2018-10-091-1/+2
* Propagate failure of ssh command to caller of SshSupportMatthias Sohn2018-06-131-22/+25
* Fix issues with LFS on GitHub (SSH)Markus Duft2018-06-121-5/+19
* LFS: Better SSH authentication token timeout handlingMarkus Duft2018-06-091-3/+4
* Introduce SshSupport to centralize SSH related utility codeMarkus Duft2018-03-121-46/+6
* Add ConfigConstants.CONFIG_SECTION_LFSDavid Pursehouse2018-03-051-3/+4
* LFS: Dramatically improve checkout speed with SSH authenticationMarkus Duft2018-03-011-12/+69
* LFS: pre-push upload supportMarkus Duft2018-02-271-0/+294