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