aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Test advertised capabilities with protocol V0 and allow*Sha1InWantpszlazak2024-11-211-0/+42
* 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-202-7/+93
|\
| * Add numberOfObjectsSinceBitmap to RepoStatisticsJacek Centkowski2024-11-202-7/+93
* | Merge "Don't fail when trying to prune pack which is already gone" into stabl...Luca Milanesio2024-11-202-80/+5
|\|
| * Don't fail when trying to prune pack which is already goneJacek Centkowski2024-11-202-80/+5
* | Merge "Support built-in diff drivers for hunk header function names" into sta...Matthias Sohn2024-11-2010-13/+606
|\ \ | |/ |/|
| * Support built-in diff drivers for hunk header function namesKaushik Lingarkar2024-11-2010-13/+606
* | Rename numberOfPackFilesAfterBitmap to numberOfPackFilesSinceBitmapJacek Centkowski2024-11-122-11/+11
|/
* 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-072-1/+185
* Enhance CommitBuilder#parent to tolerate null parentMatthias Sohn2024-11-071-3/+7
* ResolveMerger: Allow setting the TreeWalk AttributesNodeProviderNasser Grainawi2024-11-052-0/+43
* Add Union merge strategy supportNasser Grainawi2024-11-047-4/+430
* Update Apache sshd to 2.14.0Matthias Sohn2024-10-1022-145/+145
* LfsConnectionFactoryTest: remove unnecessary castMatthias Sohn2024-10-102-2/+5
* JSchSshProtocol2Test: remove unnecessary castMatthias Sohn2024-10-102-2/+3
* ApacheSshProtocol2Test: remove unnecessary castMatthias Sohn2024-10-102-2/+3
* 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-202-2/+2
|\| | | |
| * | | | Merge branch 'stable-6.8' into stable-6.9Matthias Sohn2024-08-202-2/+2
| |\| | |
| | * | | Merge branch 'stable-6.7' into stable-6.8Matthias Sohn2024-08-203-3/+3
| | |\| |
| | | * | Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2024-08-203-3/+3
| | | |\|
| | | | * Merge branch 'stable-6.5' into stable-6.6Matthias Sohn2024-08-202-2/+2
| | | | |\
| | | | | * Merge branch 'stable-6.4' into stable-6.5stable-6.5Matthias Sohn2024-08-182-2/+2
| | | | | |\
| | | | | | * 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
| | | | | | | | | | |\
| | | | | | | | | | | * Fix "Comparison of narrow type with wide type in loop condition"stable-5.13Matthias Sohn2024-08-091-1/+1
| | | | | | | | | | | * JGit v5.13.3.202401111512-rv5.13.3.202401111512-rMatthias Sohn2024-01-1188-121/+121
| | | | | | * | | | | | Update org.eclipse.dash:license-tool-plugin to 1.1.0Matthias Sohn2024-08-141-1/+1
| | | | * | | | | | | | Update tycho to 4.0.8Matthias Sohn2024-08-201-1/+1
* | | | | | | | | | | | RepoProject: read the 'dest-branch' attribute of a projectKaushik Lingarkar2024-07-084-0/+77
* | | | | | | | | | | | Make RepoProject#setUpstream publicKaushik Lingarkar2024-07-081-1/+1
* | | | | | | | | | | | RepoCommand: Add error to ManifestErrorExceptionIvan Frade2024-07-081-1/+1
* | | | | | | | | | | | RepoCommand: Copy manifest upstream into .gitmodules ref fieldIvan Frade2024-07-084-0/+137
* | | | | | | | | | | | RepoProject: read the "upstream" attribute of a projectIvan Frade2024-07-083-0/+67
* | | | | | | | | | | | Prepare 6.10.1-SNAPSHOT buildsMatthias Sohn2024-06-0489-534/+534