aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/ApplyCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-4/+5
* Fix PatchApplier error handling.Nitzan Gur-Furman2023-03-281-4/+30
* Split out ApplyCommand logic to PatchApplier classNitzan Gur-Furman2022-09-151-665/+14
* WorkTreeUpdater: use DirCacheCheckout#StreamSupplierHan-Wen Nienhuys2022-09-061-6/+2
* DirCacheCheckout#getContent: also take InputStream supplierHan-Wen Nienhuys2022-09-061-4/+2
* ApplyCommand: fix ApplyResult#updatedFilesHan-Wen Nienhuys2022-08-231-5/+6
* Reapply "Create util class for work tree updating in both filesystem and index."Nitzan Gur-Furman2022-08-081-65/+7
* Revert "Create util class for work tree updating in both filesystem and index."Jonathan Nieder2022-08-051-7/+65
* Create util class for work tree updating in both filesystem and index.Nitzan Gur-Furman2022-07-251-65/+7
* ApplyCommand: fix "no newline at end" detectionThomas Wolf2021-05-261-1/+5
* ApplyCommand: handle completely empty context lines in text patchesThomas Wolf2021-05-261-2/+14
* ApplyCommand: use byte arrays for text patches, not stringsThomas Wolf2021-05-261-38/+32
* ApplyCommand: support binary patchesThomas Wolf2021-05-261-30/+244
* ApplyCommand: convert to git internal format before applying patchThomas Wolf2021-05-181-24/+255
* ApplyCommand: use context lines to determine hunk locationThomas Wolf2020-06-041-42/+124
* ApplyCommand: use Files#copy to copy fileMatthias Sohn2020-05-061-9/+4
* Apply hunks when renaming or copying from patch filesJack Wickham2020-05-061-3/+4
* Create parent directories when renaming a file in ApplyCommandJack Wickham2020-05-061-0/+1
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Fix ApplyCommand which doesn't work if patch adds empty fileAnton Khodos2019-08-191-3/+7
* SpotBugs: don't rely on default encodingMatthias Sohn2018-09-101-2/+6
* ApplyCommand: Open FileWriter in try-with-resourceDavid Pursehouse2018-03-051-3/+3
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-5/+4
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-3/+3
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Allow setting FileMode to executable when applying patches in ApplyCommandNadav Cohen2016-05-171-0/+3
* Fix ApplyCommand when result of patch is an empty fileJon Schneider2016-04-161-6/+12
* Fix apply patch which did not work with non-ascii charactersXinTong Wang2016-03-031-4/+6
* Rename files using NIO2 atomic renameMatthias Sohn2015-12-301-2/+7
* Fix patch application WRT windows line endings.Markus Duft2013-01-191-7/+4
* Do not perform character translation on copies in patchesRobin Rosenberg2012-12-271-3/+8
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-3/+3
* Make ApplyCommand create missing parent directories for new filesMarkus Duft2012-07-161-0/+2
* Further cleanup of exceptions in Git APIRobin Rosenberg2012-06-051-1/+5
* Add missing @since tags to mark API added in 2.0Matthias Sohn2012-05-101-0/+1
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* RawText#getEOL() does the same thing as RawText#getLineDelimiter()Tomasz Zarna2012-03-051-1/+1
* Add ApplyCommand to JGit APITomasz Zarna2012-03-041-0/+258