summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* UploadPackTest: ensure UploadPack is closed to fix resource leakMatthias Sohn2022-11-211-37/+43
* Fix warnings in PatchApplierTestMatthias Sohn2022-11-201-12/+12
* Fix boxing warnings in TransportTestMatthias Sohn2022-11-201-3/+3
* Silence warnings about unclosed BasePackPushConnectionMatthias Sohn2022-11-201-0/+3
* DfsStreamKey: Replace ForReverseIndex to separate metrics.Anna Papitto2022-11-171-7/+6
* RawText.isBinary(): handle complete buffer correctlyThomas Wolf2022-11-161-0/+34
* Merge branch 'stable-6.3'Matthias Sohn2022-11-161-10/+59
|\
| * Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2022-11-161-10/+59
| |\
| | * Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2022-11-161-10/+59
| | |\
| | | * Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2022-11-161-10/+59
| | | |\
| | | | * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-11-161-10/+59
| | | | |\
| | | | | * Add option to allow using JDK's SHA1 implementationMatthias Sohn2022-11-151-10/+59
* | | | | | Update Orbit to S20221109014815Matthias Sohn2022-11-142-6/+6
* | | | | | UploadPack: Receive and parse client session-idJosh Brown2022-11-023-0/+85
* | | | | | TransferConfig: Move reading advertisesid setting into TransferConfigJosh Brown2022-11-021-0/+17
* | | | | | FirstWant: Parse client session-id if received.Josh Brown2022-11-021-1/+11
* | | | | | ReceivePack: Receive and parse client session-id.Josh Brown2022-10-271-0/+38
* | | | | | PushCommand: allow users to disable use of bitmaps for pushkylezhao2022-10-211-0/+31
* | | | | | I/O redirection for the pre-push hookThomas Wolf2022-10-201-1/+52
* | | | | | PackParser: populate full size of the PackedObjectInfosIvan Frade2022-10-181-0/+118
* | | | | | CloneCommand: set HEAD also when not checking outThomas Wolf2022-09-181-4/+31
* | | | | | Merge "Split out ApplyCommand logic to PatchApplier class"Han-Wen NIenhuys2022-09-152-386/+534
|\ \ \ \ \ \
| * | | | | | Split out ApplyCommand logic to PatchApplier classNitzan Gur-Furman2022-09-152-386/+534
* | | | | | | Prepare 6.4.0-SNAPSHOT buildsMatthias Sohn2022-09-142-58/+58
* | | | | | | Merge branch 'stable-6.3'Matthias Sohn2022-09-129-742/+425
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Prepare 6.3.1-SNAPSHOT buildsMatthias Sohn2022-09-122-58/+58
| * | | | | | JGit v6.3.0.202209071007-rv6.3.0.202209071007-rMatthias Sohn2022-09-072-2/+2
| * | | | | | JGit v6.3.0.2022009070944-rMatthias Sohn2022-09-072-2/+2
| * | | | | | [merge] Fix merge conflicts with symlinksThomas Wolf2022-09-071-0/+296
| * | | | | | Revert "Adds FilteredRevCommit that can overwrites its parents in theMatthias Sohn2022-09-065-381/+45
| * | | | | | Revert "Option to pass start RevCommit to be blamed on to theMatthias Sohn2022-09-061-303/+26
| |/ / / / /
* / / / / / DfsBundleWriter: Add test case about GC_REST pack.yunjieli2022-09-071-1/+28
|/ / / / /
* | | | | BaseSuperprojectWriter: report invalid paths as manifest errorsIvan Frade2022-08-231-0/+24
* | | | | ApplyCommand: fix ApplyResult#updatedFilesHan-Wen Nienhuys2022-08-231-7/+7
* | | | | Option to pass start RevCommit to be blamed on to the BlameGenerator.Ronald Bhuleskar2022-08-171-26/+303
* | | | | Adds FilteredRevCommit that can overwrites its parents in the DAG.Ronald Bhuleskar2022-08-165-45/+381
* | | | | DirCacheCheckout: load WorkingTreeOptions only onceThomas Wolf2022-08-141-3/+7
* | | | | Fix adding symlinks to the index when core.symlinks=falseThomas Wolf2022-08-131-0/+41
* | | | | ResolveMerger: add coverage for inCore file => directory transitionHan-Wen Nienhuys2022-08-081-0/+33
* | | | | Merge "Revert "Option to pass start RevCommit to be blamed on to the BlameGen...Terry Parker2022-08-031-303/+26
|\ \ \ \ \
| * | | | | Revert "Option to pass start RevCommit to be blamed on to the BlameGenerator."Ronald Bhuleskar2022-08-031-303/+26
* | | | | | Merge "Revert "Adds FilteredRevCommit that can overwrites its parents in the ...Terry Parker2022-08-035-280/+18
|\ \ \ \ \ \
| * | | | | | Revert "Adds FilteredRevCommit that can overwrites its parents in the DAG."Ronald Bhuleskar2022-08-035-280/+18
* | | | | | | CleanCommand: fix prefix matchingThomas Wolf2022-08-032-0/+40
| |/ / / / / |/| | | | |
* | | | | | Option to pass start RevCommit to be blamed on to the BlameGenerator.Ronald Bhuleskar2022-08-021-26/+303
|/ / / / /
* | | | | Adds FilteredRevCommit that can overwrites its parents in the DAG.Ronald Bhuleskar2022-08-025-18/+280
* | | | | Add the ability to override parents on RevCommit.Ronald Bhuleskar2022-08-023-50/+245
* | | | | Fix BUILD rules for FilteredRenameDetectorTestDmitrii Filippov2022-08-011-0/+1
* | | | | Merge "NameConflictTreeWalk: respect git order on multi-tree iteration"Han-Wen NIenhuys2022-08-011-2/+68
|\ \ \ \ \
| * | | | | NameConflictTreeWalk: respect git order on multi-tree iterationDmitrii Filippov2022-07-291-2/+68