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