aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/util
Commit message (Expand)AuthorAgeFilesLines
* ApplyCommand: add a stream to apply a delta patchThomas Wolf2021-05-261-0/+103
* ApplyCommand: add streams to read/write binary patch hunksThomas Wolf2021-05-261-0/+146
* ApplyCommand: add a base-85 codecThomas Wolf2021-05-261-0/+87
* IO: fix IO.readFully(InputStream, byte[], int)Thomas Wolf2021-01-311-0/+84
* TemporaryBuffer: fix toByteArray(limit)Thomas Wolf2021-01-221-0/+65
* Keep line endings for text files committed with CR/LF on text=autoThomas Wolf2020-08-172-12/+115
* FileUtils: improve delete (Windows)Alexander Nittka2020-04-031-0/+37
* Merge branch 'stable-5.6' into stable-5.7Thomas Wolf2020-04-031-0/+32
|\
| * FS.runInShell(): handle quoted filters and hooksPath containing blanksThomas Wolf2020-04-031-0/+32
* | Add validation to hex decoderMichael Dardis2020-03-041-0/+25
* | Merge branch 'stable-5.6'Matthias Sohn2020-02-221-1/+1
|\|
| * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-191-1/+1
* | Remove use of org.bouncycastle.util.encoders.HexMichael Dardis2020-02-221-0/+49
* | Remove use of org.bouncycastle.util.io.TeeOutputStreamMichael Dardis2020-02-211-0/+81
* | Removed unused importsAndrey Loskutov2020-02-171-1/+0
* | ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-271-2/+6
* | Replace ExpectedException which was deprecated in junit 4.13Matthias Sohn2020-01-241-7/+3
* | Replace deprecated junit assertion methods with hamcrestMatthias Sohn2020-01-221-4/+4
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-0448-1824/+240
|/
* [spotbugs] Fix potential NPE in FSTestMatthias Sohn2019-11-261-1/+3
* DiffFormatter: support core.quotePath = falseThomas Wolf2019-11-151-0/+78
* Merge branch 'stable-5.5'Matthias Sohn2019-11-111-6/+8
|\
| * Store filesystem timestamp resolution in extra jgit configMatthias Sohn2019-11-091-6/+8
* | HttpSupport.proxyFor(): use only scheme, host, and portThomas Wolf2019-10-301-0/+69
* | Support for core.hooksPathThomas Wolf2019-10-211-0/+71
|/
* Merge branch 'stable-5.4' into stable-5.5Jonathan Nieder2019-08-291-0/+127
|\
| * Merge branch 'stable-5.3' into stable-5.4Jonathan Nieder2019-08-291-0/+127
| |\
| | * Merge branch 'stable-5.2' into stable-5.3Jonathan Nieder2019-08-291-0/+127
| | |\
| | | * Merge branch 'stable-5.1' into stable-5.2Jonathan Nieder2019-08-291-0/+127
| | | |\
| | | | * Return a new instance from openSystemConfig and openUserConfigMatthias Sohn2019-08-301-0/+127
* | | | | Merge branch 'stable-5.4'Matthias Sohn2019-08-202-0/+141
|\| | | |
| * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-202-0/+141
| |\| | |
| | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-192-0/+141
| | |\| |
| | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-192-0/+141
| | | |\|
| | | | * Cache user global and system-wide git configurationsMatthias Sohn2019-08-181-30/+44
| | | | * Merge "Ensure FSTest uses MockSystemReader" into stable-5.1David Pursehouse2019-08-121-0/+2
| | | | |\
| | | | | * Ensure FSTest uses MockSystemReaderMatthias Sohn2019-08-131-0/+2
| | | | * | Make supportsAtomicCreateNewFile return true as defaultVishal Devgire2019-08-121-0/+125
| | | | |/
* | | | | Merge branch 'stable-5.4'Matthias Sohn2019-08-093-4/+287
|\| | | |
| * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-083-4/+287
| |\| | |
| | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-083-4/+287
| | |\| |
| | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-083-4/+287
| | | |\|
| | | | * Cache FileStoreAttributeCache per directoryMatthias Sohn2019-08-061-0/+135
| | | | * Persist minimal racy threshold and allow manual configurationMatthias Sohn2019-08-061-1/+1
| | | | * Measure minimum racy interval to auto-configure FileSnapshotMatthias Sohn2019-08-061-1/+2
| | | | * Add test for racy git detection in FileSnapshotMatthias Sohn2019-07-261-0/+137
| | | | * Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-181-3/+5
| | | | * Fix NPE in FS$FileStoreAttributeCache.getFsTimestampResolutionMatthias Sohn2019-07-171-0/+8
| | | | * Make inner classes static where possibleDavid Pursehouse2019-06-171-1/+1
* | | | | [Java 9] Fix GitDateFormatterTestMatthias Sohn2019-06-181-4/+8
|/ / / /