aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs/src/org/eclipse/jgit/lfs/internal
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] Suppress MissingSummary for translation bundlesMatthias Sohn2023-09-251-0/+1
* [errorprone] Remove unnecessary parenthesesMatthias Sohn2023-09-221-2/+2
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-163-4/+10
* Lazy loading of .lfsconfig.Matthias Fromme2022-04-301-21/+41
* LFS: clean up messagesThomas Wolf2022-03-211-1/+0
* Fix typos of some keys in LfsTextMatthias Sohn2022-03-031-2/+2
* Sort LfsText entries alphabeticallyMatthias Sohn2022-03-031-8/+8
* Support for "lfs.url" from ".lfsconfig"Matthias Fromme2022-03-033-8/+209
* 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-043-114/+15
* 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
* Format @Nullable on return value as method annotationJonathan Nieder2018-10-091-1/+2
* Propagate failure of ssh command to caller of SshSupportMatthias Sohn2018-06-132-23/+25
* Fix issues with LFS on GitHub (SSH)Markus Duft2018-06-122-5/+20
* 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: Enable LFS support for the CLI, better error handlingMarkus Duft2018-03-031-0/+1
* LFS: Dramatically improve checkout speed with SSH authenticationMarkus Duft2018-03-011-12/+69
* LFS: pre-push upload supportMarkus Duft2018-02-272-0/+295
* LFS: Add remote download to SmudgeFilterMarkus Duft2018-02-161-1/+6
* Fix javadoc in org.eclipse.jgit.lfsMatthias Sohn2017-12-172-6/+22
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-251-1/+1
* LfsProtocolServlet: Improve error on getLargeFileRepository failureDavid Pursehouse2017-01-141-0/+1
* Add support for refusing LFS request due to invalid authorizationDavid Pursehouse2017-01-131-0/+1
* Use AtomicObjectOutputStream in CleanFilterMatthias Sohn2016-10-261-1/+22
* Move AtomicObjectOutputStream to lfs/internalChristian Halstrick2016-09-202-0/+129
* Add built-in LFS clean filterChristian Halstrick2016-09-201-0/+1
* Add specific exception for LFS unavailableDavid Pursehouse2016-08-301-0/+1
* LfsRepository{NotFound,ReadOnly}: Externalize message stringsDavid Pursehouse2016-08-201-0/+2
* Implement SHA-256 abstractionMatthias Sohn2016-02-041-0/+65