summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/patch
Commit message (Expand)AuthorAgeFilesLines
* PatchApplier.Result.Error: mark fields finalMatthias Sohn2024-05-281-8/+6
* PatchApplier: Set a boolean on the result if conflict markers were addedPatrick Hiesel2024-05-271-2/+2
* PatchApplier: Add test for conflict markers on a deleted filePatrick Hiesel2024-05-271-0/+10
* PatchApplierTest: remove unused importMatthias Sohn2024-05-151-1/+0
* Allow applying a patch with conflictsPatrick Hiesel2024-05-141-2/+53
* [errorprone] Fix pattern BadImportMatthias Sohn2024-04-291-3/+2
* PatchApplier: wrap output's TemporaryBuffer with a CountingOutputStreamNitzan Gur-Furman2023-11-161-0/+8
* Checkout: better directory handlingThomas Wolf2023-09-031-0/+26
* PatchApplierTest: specify charset to avoid warningJonathan Tan2023-04-051-2/+2
* PatchApplier: Check for existence of src/dest files before any operationNitzan Gur-Furman2023-03-311-2/+68
* PatchApplierTest: Remove test data with Apache licenseIvan Frade2023-03-281-8/+0
* Fix PatchApplier error handling.Nitzan Gur-Furman2023-03-281-9/+19
* PatchApplier fix - init cache with provided treeNitzan Gur-Furman2023-02-021-21/+46
* PatchApplier: fix handling of last newline in text patchThomas Wolf2022-12-261-1/+260
* Reformat PatchApplier and PatchApplierTestThomas Wolf2022-12-221-28/+38
* Fix warnings in PatchApplierTestMatthias Sohn2022-11-201-12/+12
* Split out ApplyCommand logic to PatchApplier classNitzan Gur-Furman2022-09-151-0/+534
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-047-266/+35
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-3/+3
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-153-8/+8
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-134-32/+20
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-3/+3
* GetTextTest: Open InputStream in try-with-resourceDavid Pursehouse2018-03-061-16/+10
* EditListTest: Open InputStream in try-with-resourceDavid Pursehouse2018-03-061-8/+5
* GetTextTest: Use StandardCharsets constants instead of CharSet.forNameDavid Pursehouse2018-03-061-6/+8
* Organize importsDavid Pursehouse2016-11-141-1/+0
* Suppress boxing warnings where we know they are okRobin Rosenberg2012-09-221-6/+8
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-317-24/+107
* Rename getOldName,getNewName to getOldPath,getNewPathShawn O. Pearce2010-08-044-62/+62
* Implement similarity based rename detectionShawn O. Pearce2010-07-032-6/+8
* Externalize strings from JGitSasa Zivkov2010-05-191-2/+5
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-297-0/+1530