aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.server
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2020-01-091-15/+16
|\
| * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2020-01-091-15/+16
| |\
| | * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2020-01-091-15/+16
| | |\
| | | * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2020-01-091-15/+16
| | | |\
| | | | * Fix unclosed resource warning in SmartOutputStreamMatthias Sohn2020-01-061-14/+16
| | | | * Prepare 5.1.13-SNAPSHOT buildsMatthias Sohn2019-10-022-14/+14
| | | | * JGit v5.1.12.201910011832-rv5.1.12.201910011832-rMatthias Sohn2019-10-022-2/+2
| | * | | Prepare 5.3.7-SNAPSHOT buildsMatthias Sohn2019-10-022-15/+15
| | * | | JGit v5.3.6.201910020505-rv5.3.6.201910020505-rMatthias Sohn2019-10-022-2/+2
* | | | | Prepare 5.5.2-SNAPSHOT buildsMatthias Sohn2019-10-033-17/+17
* | | | | JGit v5.5.1.201910021850-rv5.5.1.201910021850-rMatthias Sohn2019-10-033-4/+4
* | | | | Prepare 5.5.1-SNAPSHOT buildsMatthias Sohn2019-09-113-17/+17
* | | | | JGit v5.5.0.201909110433-rv5.5.0.201909110433-rMatthias Sohn2019-09-113-4/+4
* | | | | Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2019-09-081-0/+2
|\| | | |
| * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-09-081-0/+2
| |\| | |
| | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-09-081-0/+2
| | |\| |
| | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-09-071-0/+2
| | | |\|
| | | | * Bazel: Add fixes for --incompatible_load_java_rules_from_bzlDavid Pursehouse2019-09-071-0/+2
| | | | * Prepare 5.1.12-SNAPSHOT buildsMatthias Sohn2019-09-032-14/+14
| | | | * JGit v5.1.11.201909031202-rv5.1.11.201909031202-rMatthias Sohn2019-09-032-2/+2
| | | | * Prepare 5.1.11-SNAPSHOT buildsMatthias Sohn2019-08-232-14/+14
| | | | * JGit v5.1.10.201908230655-rv5.1.10.201908230655-rMatthias Sohn2019-08-232-2/+2
| | | | * Prepare 5.1.10-SNAPSHOT buildsMatthias Sohn2019-08-212-14/+14
| | | | * JGit v5.1.9.201908210455-rv5.1.9.201908210455-rMatthias Sohn2019-08-212-2/+2
| | * | | Prepare 5.3.6-SNAPSHOT buildsMatthias Sohn2019-09-042-15/+15
| | * | | JGit v5.3.5.201909031855-rv5.3.5.201909031855-rMatthias Sohn2019-09-042-2/+2
| | * | | Prepare 5.3.5-SNAPSHOT buildsMatthias Sohn2019-08-232-15/+15
| | * | | JGit v5.3.4.201908231101-rv5.3.4.201908231101-rMatthias Sohn2019-08-232-2/+2
| | * | | Prepare 5.3.4-SNAPSHOT buildsMatthias Sohn2019-08-212-15/+15
| | * | | JGit v5.3.3.201908210735-rv5.3.3.201908210735-rMatthias Sohn2019-08-212-2/+2
| * | | | Prepare 5.4.4-SNAPSHOT buildsMatthias Sohn2019-09-043-17/+17
| * | | | JGit v5.4.3.201909031940-rv5.4.3.201909031940-rMatthias Sohn2019-09-043-4/+4
| * | | | Prepare 5.4.3-SNAPSHOT buildsMatthias Sohn2019-08-233-17/+17
| * | | | JGit v5.4.2.201908231537-rv5.4.2.201908231537-rMatthias Sohn2019-08-233-4/+4
| * | | | Prepare 5.4.2-SNAPSHOT buildsMatthias Sohn2019-08-213-17/+17
| * | | | JGit v5.4.1.201908211225-rv5.4.1.201908211225-rMatthias Sohn2019-08-213-4/+4
* | | | | Prepare 5.5.0-SNAPSHOT buildsMatthias Sohn2019-09-043-4/+4
* | | | | JGit v5.5.0.201909041048-rc1v5.5.0.201909041048-rc1Matthias Sohn2019-09-043-4/+4
* | | | | Prepare 5.5.0-SNAPSHOT buildsMatthias Sohn2019-08-283-4/+4
* | | | | JGit v5.5.0.201908280940-m3v5.5.0.201908280940-m3Matthias Sohn2019-08-283-4/+4
* | | | | Merge branch 'stable-5.4'Matthias Sohn2019-08-092-5/+12
|\| | | |
| * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-082-5/+12
| |\| | |
| | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-082-5/+12
| | |\| |
| | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-082-5/+12
| | | |\|
| | | | * Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-182-5/+12
| | | | * Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2019-06-192-3/+4
| | | | * Prepare 5.1.9-SNAPSHOT buildsMatthias Sohn2019-06-052-14/+14
| | | | * JGit v5.1.8.201906050907-rv5.1.8.201906050907-rMatthias Sohn2019-06-052-2/+2
| | | | * Prepare 5.1.8-SNAPSHOT buildsMatthias Sohn2019-04-202-14/+14
| | | | * JGit v5.1.7.201904200442-rv5.1.7.201904200442-rMatthias Sohn2019-04-202-2/+2