aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse
Commit message (Expand)AuthorAgeFilesLines
* Optionally.Hard: avoid Optional creation on every use,Martin Fick2024-12-131-4/+4
* Pack: fix threading bug getting idxMartin Fick2024-12-131-46/+40
* Fix potential NPE in TreeWalk#getFilterCommandDefinitionNasser Grainawi2024-12-101-0/+3
* Advertise "agent" capability when using protocol v2Antonio Barone2024-12-101-0/+1
* FileSnapshot: silence "Stale file handle" exceptionsMartin Fick2024-12-051-3/+11
* Merge changes I022639c4,I1fcce5ef into stable-6.10Matthias Sohn2024-12-051-15/+20
|\
| * FileSnapshot: silence "Not a Directory" exceptionsMartin Fick2024-12-051-0/+5
| * FileSnapshot: refactor to share error handlingMartin Fick2024-12-051-15/+15
* | Merge changes I172c43ff,I2a4c5743,Icc4b8d2f into stable-6.10Matthias Sohn2024-12-053-10/+20
|\ \
| * | Mark Attribute#getValue as @NullableMatthias Sohn2024-12-051-0/+3
| * | Fix potential NPE in ResolveMerger#getAttributesContentMergeStrategyMatthias Sohn2024-12-051-3/+6
| * | Fix NPE in DiffFormatter#getDiffDriverMatthias Sohn2024-12-051-7/+11
| |/
* / Pack: ensure packfile is still valid while still recoverableMartin Fick2024-12-041-1/+7
|/
* WindowCache: add bulk purge(), call from bulk sitesMartin Fick2024-12-023-21/+37
* UploadPack#implies: add missing @since tagMatthias Sohn2024-12-021-1/+3
* Merge "Pack.java: Recover more often in Pack.copyAsIs2()" into stable-6.10Matthias Sohn2024-11-261-142/+153
|\
| * Pack.java: Recover more often in Pack.copyAsIs2()Martin Fick2024-11-111-142/+153
* | PackDirectory: Filter out tmp GC pack filesMartin Fick2024-11-222-1/+9
* | Align request policies with CGitpszlazak2024-11-211-13/+25
* | DiffDriver: fix doc for rust built-inKaushik Lingarkar2024-11-201-1/+1
* | DiffDriver: fix formatting of javadocMatthias Sohn2024-11-201-10/+10
* | Merge "Add numberOfObjectsSinceBitmap to RepoStatistics" into stable-6.10Matthias Sohn2024-11-201-1/+17
|\ \
| * | Add numberOfObjectsSinceBitmap to RepoStatisticsJacek Centkowski2024-11-201-1/+17
* | | Merge "Support built-in diff drivers for hunk header function names" into sta...Matthias Sohn2024-11-203-13/+247
|\ \ \ | |/ / |/| |
| * | Support built-in diff drivers for hunk header function namesKaushik Lingarkar2024-11-203-13/+247
| |/
* / Rename numberOfPackFilesAfterBitmap to numberOfPackFilesSinceBitmapJacek Centkowski2024-11-121-4/+4
|/
* Replace custom encoder Constants#encodeASCII by JDK implementationMatthias Sohn2024-11-091-7/+13
* Replace custom encoder `Constants#encode` by JDK implementationMatthias Sohn2024-11-091-12/+1
* Add `numberOfPackFilesAfterBitmap` to RepoStatisticsJacek Centkowski2024-11-071-1/+12
* ResolveMerger: Allow setting the TreeWalk AttributesNodeProviderNasser Grainawi2024-11-051-0/+23
* Add Union merge strategy supportNasser Grainawi2024-11-044-4/+41
* NoteMapMerger: remove unnecessary castMatthias Sohn2024-10-101-1/+1
* Merge branch 'stable-6.9' into stable-6.10Matthias Sohn2024-09-261-3/+2
|\
| * Merge branch 'stable-6.8' into stable-6.9stable-6.9Matthias Sohn2024-09-261-3/+2
| |\
| | * Merge branch 'stable-6.7' into stable-6.8stable-6.8Matthias Sohn2024-09-261-3/+2
| | |\
| | | * Merge branch 'stable-6.6' into stable-6.7stable-6.7Matthias Sohn2024-09-261-3/+2
| | | |\
| | | | * AdvertisedRequestValidator: fix WantNotValidException caused by racestable-6.6Matthias Sohn2024-09-251-3/+2
* | | | | AmazonS3: Ensure SAXParserFactory sets valid/expected input paramsMatthias Sohn2024-08-271-2/+4
* | | | | LockFile: Retry lock creation if parent dirs were removedKaushik Lingarkar2024-08-211-2/+15
* | | | | Merge branch 'stable-6.9' into stable-6.10Matthias Sohn2024-08-201-1/+1
|\| | | |
| * | | | Merge branch 'stable-6.8' into stable-6.9Matthias Sohn2024-08-201-1/+1
| |\| | |
| | * | | Merge branch 'stable-6.7' into stable-6.8Matthias Sohn2024-08-201-1/+1
| | |\| |
| | | * | Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2024-08-201-1/+1
| | | |\|
| | | | * Merge branch 'stable-6.5' into stable-6.6Matthias Sohn2024-08-201-1/+1
| | | | |\
| | | | | * Merge branch 'stable-6.4' into stable-6.5stable-6.5Matthias Sohn2024-08-181-1/+1
| | | | | |\
| | | | | | * Merge branch 'stable-6.3' into stable-6.4stable-6.4Matthias Sohn2024-08-181-1/+1
| | | | | | |\
| | | | | | | * Merge branch 'stable-6.2' into stable-6.3stable-6.3Matthias Sohn2024-08-141-1/+1
| | | | | | | |\
| | | | | | | | * Merge branch 'stable-6.1' into stable-6.2stable-6.2Matthias Sohn2024-08-141-1/+1
| | | | | | | | |\
| | | | | | | | | * Merge branch 'stable-6.0' into stable-6.1stable-6.1Matthias Sohn2024-08-141-1/+1
| | | | | | | | | |\
| | | | | | | | | | * Merge branch 'stable-5.13' into stable-6.0stable-6.0Matthias Sohn2024-08-141-1/+1
| | | | | | | | | | |\