aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/patch/PatchApplier.java
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated PatchApplier#applyPatch(InputStream)Matthias Sohn2024-09-031-27/+0
* PatchApplier.Result.Error: mark fields finalMatthias Sohn2024-05-281-3/+3
* PatchApplier: Set a boolean on the result if conflict markers were addedPatrick Hiesel2024-05-271-6/+31
* Allow applying a patch with conflictsPatrick Hiesel2024-05-141-19/+115
* PatchApplier: wrap output's TemporaryBuffer with a CountingOutputStreamNitzan Gur-Furman2023-11-161-2/+6
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-0/+6
* [errorprone] Suppress ByteBufferBackingArrayMatthias Sohn2023-09-251-0/+4
* [errorprone] Suppress JavaLangClash to avoid breaking changeMatthias Sohn2023-09-251-0/+2
* [errorprone] Remove unnecessary parenthesesMatthias Sohn2023-09-221-1/+1
* Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2023-09-031-4/+29
|\
| * Checkout: better directory handlingThomas Wolf2023-09-031-4/+29
* | Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-0/+4
|/
* PatchApplier: Check for existence of src/dest files before any operationNitzan Gur-Furman2023-03-311-21/+57
* PatchApplier: missing @since, and minor formattingThomas Wolf2023-03-291-2/+8
* Fix PatchApplier error handling.Nitzan Gur-Furman2023-03-281-264/+301
* PatchApplier fix - init cache with provided treeNitzan Gur-Furman2023-02-021-1/+1
* PatchApplier: fix handling of last newline in text patchThomas Wolf2022-12-261-17/+25
* Reformat PatchApplier and PatchApplierTestThomas Wolf2022-12-221-31/+27
* Fix warning about non-externalized StringMatthias Sohn2022-11-201-2/+1
* Fix wrong @since tagThomas Wolf2022-09-181-1/+1
* Split out ApplyCommand logic to PatchApplier classNitzan Gur-Furman2022-09-151-0/+999