aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/ApplyCommandTest.java
Commit message (Expand)AuthorAgeFilesLines
* [test] Fix ApplyCommandTest for WindowsThomas Wolf2022-01-301-3/+11
* ApplyCommand: fix "no newline at end" detectionThomas Wolf2021-05-261-1/+19
* ApplyCommand: handle completely empty context lines in text patchesThomas Wolf2021-05-261-0/+8
* ApplyCommand: use byte arrays for text patches, not stringsThomas Wolf2021-05-261-0/+8
* ApplyCommand: support binary patchesThomas Wolf2021-05-261-0/+41
* ApplyCommand: convert to git internal format before applying patchThomas Wolf2021-05-181-1/+190
* ApplyCommand: use context lines to determine hunk locationThomas Wolf2020-06-041-1/+41
* Apply hunks when renaming or copying from patch filesJack Wickham2020-05-061-0/+20
* Create parent directories when renaming a file in ApplyCommandJack Wickham2020-05-061-0/+10
* 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-0/+10
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-3/+3
* Allow setting FileMode to executable when applying patches in ApplyCommandNadav Cohen2016-05-171-0/+28
* Fix ApplyCommand when result of patch is an empty fileJon Schneider2016-04-161-0/+10
* Fix apply patch which did not work with non-ascii charactersXinTong Wang2016-03-031-0/+49
* ApplyCommandTest: Open Git in try-with-resourceDavid Pursehouse2016-02-021-16/+17
* Remove dependency on DiffFormatterReflowTestShawn Pearce2013-11-011-6/+7
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-1/+1
* Fix patch application WRT windows line endings.Markus Duft2013-01-191-0/+10
* Declare essentially static methods as staticRobin Rosenberg2012-12-271-1/+1
* Make ApplyCommand create missing parent directories for new filesMarkus Duft2012-07-161-0/+8
* RawText#getEOL() does the same thing as RawText#getLineDelimiter()Tomasz Zarna2012-03-051-1/+1
* Add ApplyCommand to JGit APITomasz Zarna2012-03-041-0/+191