aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2020-12-021-0/+1
| | | | | | | |\|
| | | | | | | | * Prepare 5.1.16-SNAPSHOT buildsMatthias Sohn2020-12-0257-360/+360
| | | | | | | | * JGit v5.1.15.202012011955-rv5.1.15.202012011955-rMatthias Sohn2020-12-0257-60/+60
| | | | | | | | * Fix PackInvalidException when fetch and repack run concurrentlyPetr Hrebejk2020-12-021-0/+1
* | | | | | | | | Add constants for parsing git wire protocol versionDavid Ostrovsky2020-11-294-11/+48
* | | | | | | | | Merge branch 'stable-5.8' into stable-5.9Matthias Sohn2020-11-274-5/+35
|\| | | | | | | |
| * | | | | | | | Merge branch 'stable-5.7' into stable-5.8Matthias Sohn2020-11-274-5/+35
| |\| | | | | | |
| | * | | | | | | Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2020-11-274-186/+0
| | |\| | | | | |
| | | * | | | | | Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2020-11-275-187/+0
| | | |\| | | | |
| | | | * | | | | Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2020-11-275-187/+0
| | | | |\| | | |
| | | | | * | | | Remove unused importsMatthias Sohn2020-11-272-2/+0
| | | | | * | | | Silence API warningsMatthias Sohn2020-11-271-0/+8
| | | | | * | | | Remove erraneously merged source featuresMatthias Sohn2020-11-274-186/+0
| | * | | | | | | Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2020-11-278-5/+221
| | |\| | | | | |
| | | * | | | | | Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2020-11-2710-7/+221
| | | |\| | | | |
| | | | * | | | | Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2020-11-2711-11/+223
| | | | |\| | | |
| | | | | * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2020-11-2711-11/+223
| | | | | |\| | |
| | | | | | * | | Prepare 5.3.9-SNAPSHOT buildsMatthias Sohn2020-11-2669-428/+428
| | | | | | * | | JGit v5.3.8.202011260953-rv5.3.8.202011260953-rMatthias Sohn2020-11-2669-90/+90
| | | | | | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2020-11-267-11/+37
| | | | | | |\| |
| | | | | | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2020-11-267-11/+37
| | | | | | | |\|
| | | | | | | | * Prepare 5.1.15-SNAPSHOT buildsMatthias Sohn2020-11-2657-360/+360
| | | | | | | | * JGit v5.1.14.202011251942-rv5.1.14.202011251942-rMatthias Sohn2020-11-2657-60/+60
| | | | | | | | * GC#deleteOrphans: log warning for deleted orphaned filesMatthias Sohn2020-11-263-1/+5
| | | | | | | | * GC#deleteOrphans: handle failure to list files in pack directoryMatthias Sohn2020-11-261-2/+3
| | | | | | | | * Ensure that GC#deleteOrphans respects pack lockMatthias Sohn2020-11-262-4/+29
| | | | | | | | * Update API warning filtersMatthias Sohn2020-07-191-0/+28
| | | | | | | | * Remove unused importsMatthias Sohn2020-07-193-4/+0
| * | | | | | | | PacketLineIn: ensure that END != DELIMThomas Wolf2020-11-201-5/+5
* | | | | | | | | PacketLineIn: ensure that END != DELIMThomas Wolf2020-11-191-5/+5
* | | | | | | | | Prepare 5.9.1-SNAPSHOT buildsMatthias Sohn2020-09-0888-504/+504
* | | | | | | | | JGit v5.9.0.202009080501-rv5.9.0.202009080501-rMatthias Sohn2020-09-0888-121/+121
* | | | | | | | | [releng] Enable japicmp for the fragments added in 5.8.0Thomas Wolf2020-09-072-8/+0
* | | | | | | | | GitlinkMergeTest: fix boxing warningsMatthias Sohn2020-09-051-1/+1
* | | | | | | | | Remove unused API problem filtersMatthias Sohn2020-09-051-73/+0
* | | | | | | | | Add missing since tag on BundleWriter#addObjectsAsIsMatthias Sohn2020-09-051-0/+1
* | | | | | | | | Merge branch 'master' into stable-5.9Matthias Sohn2020-09-058-59/+649
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SshdSession: close channel gracefullyThomas Wolf2020-09-051-1/+1
| * | | | | | | | | Merge branch 'stable-5.9'Marco Miller2020-09-041-1/+1
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | jgit: Add DfsBundleWriterMasaya Suzuki2020-09-034-9/+189
| * | | | | | | | | | Merge changes from topic "fix_ui"Terry Parker2020-09-033-49/+459
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ResolveMerger: do not content-merge gitlinks on del/mod conflictsDemetr Starshov2020-08-262-37/+44
| | * | | | | | | | | | ResolveMerger: Adding test cases for GITLINK deletionDemetr Starshov2020-08-261-0/+91
| | * | | | | | | | | | ResolveMerger: choose OURS on gitlink when ignoreConflictsDemetr Starshov2020-08-262-14/+11
| | * | | | | | | | | | ResolveMerger: improving content merge readabilityDemetr Starshov2020-08-261-12/+14
| | * | | | | | | | | | ResolveMerger: extracting createGitLinksMergeResult methodDemetr Starshov2020-08-261-8/+14
| | * | | | | | | | | | ResolveMerger: Adding test cases for GITLINK mergeDemetr Starshov2020-08-262-0/+307
| * | | | | | | | | | | Merge branch 'stable-5.9'Marco Miller2020-09-0234-123/+235
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Prepare 5.10.0-SNAPSHOT buildsMatthias Sohn2020-08-2788-504/+504
| * | | | | | | | | | | | Merge branch 'stable-5.9' into masterMatthias Sohn2020-08-270-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \