summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/util
Commit message (Expand)AuthorAgeFilesLines
* GitDateFormatterTest: Remove printlnsIvan Frade2024-05-021-2/+0
* Bazel: Add support for JDK 21David Ostrovsky2024-05-022-14/+6
* [errorprone] Fix pattern ModifiedButNotUsedMatthias Sohn2024-04-292-0/+4
* [errorprone] Fix pattern ProtectedMembersInFinalClassMatthias Sohn2024-04-291-1/+1
* [errorprone] Fix pattern CatchFailMatthias Sohn2024-04-292-3/+7
* [errorprone] Fix pattern LongLiteralLowerCaseSuffixMatthias Sohn2024-04-291-3/+3
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-291-2/+2
* FS.detectSymlinkSupport: fix a raceMotiejus Jakštys2024-02-191-0/+21
* RawParseUtils.nextLfSkippingSplitLines: fulfil contract as statedThomas Wolf2024-02-011-0/+10
* RawParseUtils: utility method to get a header valueThomas Wolf2024-02-011-6/+40
* Optimize RefDirectory.getRefsByPrefix(String...)Dariusz Luksza2023-11-121-0/+19
* WorkingTreeIterator: directly filter input streamMatthias Sohn2023-09-251-0/+152
* [errorprone] FS#searchPath: handle surprising behavior of String#splitMatthias Sohn2023-09-251-0/+23
* AddCommand: ability to switch off renormalizationThomas Wolf2023-04-281-10/+21
* [errorprone] Fix MissingOverride errorMatthias Sohn2023-04-281-0/+1
* IntList: add #sort using quick sort for O(n log n) runtime.Anna Papitto2023-04-281-0/+34
* IO#readFully: provide overload that fills the full arrayAnna Papitto2022-12-191-2/+2
* Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2022-11-161-10/+59
|\
| * Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2022-11-161-10/+59
| |\
| | * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-11-161-10/+59
| | |\
| | | * Add option to allow using JDK's SHA1 implementationMatthias Sohn2022-11-151-10/+59
* | | | CleanCommand: fix prefix matchingThomas Wolf2022-08-031-0/+19
* | | | Fix DefaultCharset bug pattern flagged by error proneDavid Ostrovsky2022-06-171-14/+15
|/ / /
* / / [checkout] Use .gitattributes from the commit to be checked outThomas Wolf2022-03-071-1/+143
|/ /
* | Binary and CR-LF detection: lone CRs -> binaryThomas Wolf2021-10-312-3/+3
* | Factor out parsing git-style size numbers to StringUtilsThomas Wolf2021-10-301-0/+83
* | Make the buffer size for text/binary detection configurableThomas Wolf2021-10-302-2/+6
* | Fix checkout of files with mixed line endings on text=auto eol=crlfThomas Wolf2021-10-271-1/+1
* | Don't rely on an implicit default character setThomas Wolf2021-10-261-3/+2
|/
* 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