Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-09-09SpotBugs: don't rely on default encodingMatthias Sohn1-2/+6
2018-03-05ApplyCommand: Open FileWriter in try-with-resourceDavid Pursehouse1-3/+3
2017-12-18Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn1-5/+4
2017-02-20Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse1-3/+3
2017-02-20Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse1-0/+1
2016-05-17Allow setting FileMode to executable when applying patches in ApplyCommandNadav Cohen1-0/+3
2016-04-16Fix ApplyCommand when result of patch is an empty fileJon Schneider1-6/+12
2016-03-03Fix apply patch which did not work with non-ascii charactersXinTong Wang1-4/+6
2015-12-30Rename files using NIO2 atomic renameMatthias Sohn1-2/+7
2013-01-19Fix patch application WRT windows line endings.Markus Duft1-7/+4
2012-12-27Do not perform character translation on copies in patchesRobin Rosenberg1-3/+8
2012-12-27Mark non-externalizable strings as suchRobin Rosenberg1-3/+3
2012-07-16Make ApplyCommand create missing parent directories for new filesMarkus Duft1-0/+2
2012-06-05Further cleanup of exceptions in Git APIRobin Rosenberg1-1/+5
2012-05-11Add missing @since tags to mark API added in 2.0Matthias Sohn1-0/+1
2012-03-12Move JGitText to an internal packageRobin Rosenberg1-1/+1
2012-03-05RawText#getEOL() does the same thing as RawText#getLineDelimiter()Tomasz Zarna1-1/+1
2012-03-05Add ApplyCommand to JGit APITomasz Zarna1-0/+258

    Back to the top