Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-06-05JGit v5.3.2.201906051522-rv5.3.2.201906051522-rMatthias Sohn2-2/+2
2019-04-27Prepare 5.3.2-SNAPSHOT buildsMatthias Sohn2-15/+15
2019-04-27JGit v5.3.1.201904271842-rv5.3.1.201904271842-rMatthias Sohn2-2/+2
2019-03-13Prepare 5.3.1-SNAPSHOT buildsMatthias Sohn2-15/+15
2019-03-13JGit v5.3.0.201903130848-rv5.3.0.201903130848-rMatthias Sohn2-2/+2
2019-03-06Prepare 5.3.0-SNAPSHOT buildsMatthias Sohn2-2/+2
2019-03-06JGit v5.3.0.201903061415-rc1v5.3.0.201903061415-rc1Matthias Sohn2-2/+2
2019-01-21GitSmartHttpTools: Open SideBandOutputStream in try-with-resourceDavid Pursehouse1-4/+5
2018-12-31Replace deprecated FirstLine by FirstCommandMichael Keppler1-1/+2
2018-12-03Prepare 5.3.0-SNAPSHOT buildsMatthias Sohn2-15/+15
2018-11-21Remove unnecessary modifiers from interfacesJonathan Nieder1-2/+2
2018-11-19Revert C Git 1.7.5 bug workaroundMasaya Suzuki3-38/+6
2018-10-17Disable Eclipse warning about unrecognized @SuppressWarnings valueDavid Pursehouse1-1/+1
2018-10-12Move first line parsing for v0/v1 pack negotiation out of UploadPackIvan Frade2-3/+5
2018-09-30Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2-3/+4
2018-09-23Fix Mylyn commit message templateMichael Keppler1-1/+1
2018-09-15SmartOutputStream: Suppress false-positive resource leak warningDavid Pursehouse1-0/+1
2018-09-06Prepare 5.2.0-SNAPSHOT buildsMatthias Sohn2-14/+14
2018-09-04Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse1-1/+2
2018-08-23refactor: simplify collection.toArray()Michael Keppler2-2/+2
2018-06-05Merge branch 'stable-5.0'Jonathan Nieder3-6/+64
2018-06-05Add protocol v2 support in httpJonathan Tan2-3/+32
2018-06-05Give info/refs services more control over responseJonathan Tan1-3/+32
2018-05-30Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2-2/+2
2018-05-30JGit v5.0.0.201805301535-rc2v5.0.0.201805301535-rc2Matthias Sohn2-2/+2
2018-05-23Prepare 5.1.0-SNAPSHOT buildsMatthias Sohn2-14/+14
2018-05-22Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2-2/+2
2018-05-22JGit v5.0.0.201805221745-rc1v5.0.0.201805221745-rc1Matthias Sohn2-2/+2
2018-05-21InfoRefsServlet: Refactor to not use deprecated methodsDavid Pursehouse1-7/+1
2018-05-18Remove further unnecessary 'final' keywordsHan-Wen Nienhuys12-20/+20
2018-05-15Remove 'final' in parameter listsHan-Wen Nienhuys13-18/+18
2018-03-14RepositoryFilter: Refactor doFilter to open Repository in try-with-resourceDavid Pursehouse1-8/+3
2018-03-13Open auto-closeable resources in try-with-resourceDavid Pursehouse2-12/+3
2018-03-08Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2-14/+14
2018-03-08Prepare 4.11.1-SNAPSHOT buildsMatthias Sohn2-14/+14
2018-03-08JGit v4.11.0.201803080745-rv4.11.0.201803080745-rMatthias Sohn2-2/+2
2018-03-06InfoRefsServlet: Open OutputStreamWriter in try-with-resourceDavid Pursehouse1-21/+22
2018-03-06GitSmartHttpTools: Open OutputStream in try-with-resourceDavid Pursehouse1-4/+1
2018-03-06FileSender: Open OutputStream in try-with-resourceDavid Pursehouse1-4/+1
2018-03-03Enable warning for resources not managed by try-with-resourceDavid Pursehouse1-1/+1
2017-12-31Prepare 4.11.0-SNAPSHOT buildsMatthias Sohn2-14/+14
2017-12-23Add header Automatic-Module-Name for Java 9Karsten Thoms1-0/+1
2017-12-17Fix javadoc in org.eclipse.jgit.http.serverMatthias Sohn31-64/+204
2017-11-24Merge branch 'stable-4.9'Matthias Sohn1-1/+11
2017-11-24Ignore warning for minor version change without API changeMatthias Sohn1-1/+11
2017-10-08Prepare 4.10.0-SNAPSHOT buildsMatthias Sohn2-14/+14
2017-10-08Prepare 4.9.1-SNAPSHOT buildsMatthias Sohn2-14/+14
2017-10-07JGit v4.9.0.201710071750-rv4.9.0.201710071750-rMatthias Sohn2-2/+2
2017-08-30Cleanup: Remove unnecessary $NON-NLS$ tagsMatthias Sohn1-1/+1
2017-08-30Partially revert c0ad77d8 "Enhance Eclipse save actions"Matthias Sohn1-1/+1

Back to the top