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