aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/ApplyCommandTest.java
Commit message (Expand)AuthorAgeFilesLines
* 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