aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/util
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.3'Matthias Sohn2019-04-291-18/+0
|\
| * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-04-281-18/+0
| |\
| | * Revert 4678f4b and provide another solution for bug 467631Thomas Wolf2019-04-201-18/+0
* | | Use RefMap instead of HashMapMasaya Suzuki2019-03-201-0/+35
|/ /
* | TemporaryBufferTest: Open TemporaryBuffer in try-with-resourceDavid Pursehouse2019-01-211-10/+10
* | UnionInputStreamTest: Open UnionInputStream in try-with-resourceDavid Pursehouse2019-01-211-115/+113
* | Skip some tests when the runtime cannot handle Unicode file pathsMasaya Suzuki2018-12-231-5/+34
|/
* Set git environment variables for hooksThomas Wolf2018-11-301-2/+5
* Fix IndexDiffs for git linksThomas Wolf2018-11-261-0/+18
* Undo treating blobs with NULs as a single lineThomas Wolf2018-11-261-2/+3
* UnionInputStreamTest: Suppress ErrorProne warning about missing synchronizedDavid Pursehouse2018-10-171-0/+2
* Override int read(byte[], int, int) on test instances of InputStreamDavid Pursehouse2018-10-011-0/+5
* BlockListTest: Add missing calls to fail()David Pursehouse2018-09-291-0/+13
* Explicitly specify charset in constructor of InputStreamReaderDavid Pursehouse2018-09-261-1/+2
* Explicitly specify charset when calling getBytesDavid Pursehouse2018-09-263-8/+12
* Explicitly specify charset in constructor of StringDavid Pursehouse2018-09-261-20/+24
* Make inner classes static where possibleDavid Pursehouse2018-09-261-1/+1
* Parse signature of GPG-signed commitsDavid Turner2018-09-041-0/+43
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-043-11/+11
* FilterCommandsTest fails on WindowsAndrey Loskutov2018-08-191-0/+2
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-1/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-158-16/+16
* Introduce new RawText constructor and RawParseUtils.lineMapOrBinaryHan-Wen Nienhuys2018-05-121-2/+16
* AutoLFInputStreamTest: Use try-with-resourceDavid Pursehouse2018-03-141-25/+28
* TemporaryBufferTest: Suppress "should be managed by try-with-resource"David Pursehouse2018-03-131-1/+12
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-133-86/+64
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-113-11/+11
* AutoCRLFInputStreamTest: Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-051-17/+16
* Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-076-63/+40
* Revert "Throw BinaryBlobException from RawParseUtils#lineMap."Han-Wen NIenhuys2017-10-241-9/+9
* Throw BinaryBlobException from RawParseUtils#lineMap.Han-Wen Nienhuys2017-10-241-9/+9
* Avoid bad rounding "1 year, 12 months" in date formatterMichael Keppler2017-10-181-1/+8
* ChangeIdUtilTest: Remove unused notestCommitDashVDavid Pursehouse2017-09-301-17/+0
* Expose LongMap in util packageShawn Pearce2017-08-091-0/+153
* NB: encode and decode 24-bit intsShawn Pearce2017-08-091-0/+65
* Remove unused import introduced in a551b64Matthias Sohn2017-08-011-1/+0
* Merge changes I424295df,Ib003f7c8David Pursehouse2017-08-011-24/+24
|\
| * Treat RawText of binary data as file with one single line.Han-Wen Nienhuys2017-08-011-0/+7
| * Trim boilerplate in RawParseUtils_LineMapTest.Han-Wen Nienhuys2017-07-271-24/+17
* | IntList: support contains(int)Shawn Pearce2017-07-281-0/+11
* | Fix null return from FS.readPipe when command fails to launchBryan Donlan2017-05-241-3/+12
|/
* RepoCommand: Add linkfile support.Dan Willemsen2017-04-181-8/+8
* SHA-1: collision detection supportShawn Pearce2017-02-281-0/+111
* SHA1: support reset() and reuse instancesShawn Pearce2017-02-261-0/+15
* Pure Java SHA-1Shawn Pearce2017-02-261-0/+112
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-204-27/+27
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+6
* Detect stale-file-handle error in causal chainHongkai Liu2017-01-301-0/+40
* Rename FileUtilTest to FileUtilsTest and merge in FileUtils7TestHongkai Liu2017-01-302-100/+30
* Organize importsDavid Pursehouse2016-11-141-6/+5