aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs.test/tst/org/eclipse/jgit
Commit message (Expand)AuthorAgeFilesLines
* LfsConnectionFactoryTest: remove unnecessary castMatthias Sohn2024-10-011-2/+4
* DirCacheCheckout: use a LinkedHashMap instead of HashMapThomas Wolf2022-03-191-8/+0
* [checkout] Use .gitattributes from the commit to be checked outThomas Wolf2022-03-071-1/+22
* Support for "lfs.url" from ".lfsconfig"Matthias Fromme2022-03-032-21/+515
* Support LFS Server URL without .git suffixNail Samatov2022-02-081-0/+132
* LFS: handle invalid pointers betterThomas Wolf2021-03-011-0/+141
* LFSPointerTest: suppress errorprone error [SelfComparison]Matthias Sohn2021-02-041-0/+1
* LFS: make pointer parsing more robustThomas Wolf2021-01-311-3/+266
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-045-190/+25
* Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2018-09-301-2/+2
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-3/+3
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-2/+2
* LongObjectIdTest: Open OutputStreamWriter in try-with-resourceDavid Pursehouse2018-03-071-7/+9
* LFSPointerTest: Open ByteArrayOutputStream in try-with-resourceDavid Pursehouse2018-03-031-6/+7
* Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-072-4/+4
* Suppress "Unlikely argument type for equals()" warnings in testsDavid Pursehouse2017-11-061-0/+1
* LongObjectIdTest: Add back self comparison testDavid Pursehouse2017-08-181-0/+2
* LongObjectIdTest: Remove self comparison testDavid Ostrovsky2017-03-181-1/+0
* Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn2017-01-281-1/+2
* Add LfsPointerFilter TreeFilterDariusz Luksza2017-01-101-0/+214
* Fix encoding of LFSPointer filesChristian Halstrick2016-11-241-0/+71
* Implement SHA-256 abstractionMatthias Sohn2016-02-043-0/+1115