summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
* Fix checkout of files with mixed line endings on text=auto eol=crlfThomas Wolf2021-10-271-0/+3
* Don't rely on an implicit default character setThomas Wolf2021-10-267-14/+51
* Minor code-clean-up in OpenSshConfigFileThomas Wolf2021-10-241-3/+2
* Remove use of deprecated getAllRefs() in UploadPackMatthias Sohn2021-10-231-5/+22
* DFS block cache: fix lock issue and support parallel index loadingAlina Djamankulova2021-10-193-117/+193
* Merge branch 'stable-5.13'Matthias Sohn2021-10-155-26/+27
|\
| * Merge branch 'stable-5.12' into stable-5.13Matthias Sohn2021-10-155-26/+27
| |\
| | * Merge branch 'stable-5.11' into stable-5.12Matthias Sohn2021-10-154-23/+17
| | |\
| | | * Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2021-10-154-23/+17
| | | |\
| | | | * Merge branch 'stable-5.9' into stable-5.10Matthias Sohn2021-10-154-23/+17
| | | | |\
| | | | | * Fix missing peel-part in lsRefsV2 for loose annotated tagsSaša Živkov2021-10-151-0/+1
| | | | | * Merge branch 'stable-5.8' into stable-5.9Matthias Sohn2021-10-083-23/+16
| | | | | |\
| | | | | | * Merge branch 'stable-5.7' into stable-5.8Matthias Sohn2021-10-083-23/+16
| | | | | | |\
| | | | | | | * Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2021-10-083-23/+16
| | | | | | | |\
| | | | | | | | * reftable: drop code for truncated readsHan-Wen Nienhuys2021-09-282-17/+4
| | | | | | | | * reftable: pass on invalid object ID in conversionHan-Wen Nienhuys2021-09-271-6/+12
| | * | | | | | | Fix RevWalk.getMergedInto() ignores annotated tagskylezhao2021-10-081-1/+1
| | * | | | | | | Optimize RevWalk.getMergedInto()kylezhao2021-10-081-2/+9
* | | | | | | | | DFS block cache: allow multiple passes for blocks before evictionAlina Djamankulova2021-10-082-12/+71
* | | | | | | | | GarbageCollectCommand: add numberOfBitmaps to statisticskylezhao2021-10-081-0/+1
* | | | | | | | | Rename a local variableThomas Wolf2021-09-301-4/+4
* | | | | | | | | Remove redundant type argumentsThomas Wolf2021-09-3022-24/+28
* | | | | | | | | Replace XMLReaderFactory deprecated since Java 9Matthias Sohn2021-09-292-7/+11
* | | | | | | | | [errorprone] fix ReturnValueIgnored in PushCertificateStore#nextMatthias Sohn2021-09-291-4/+3
* | | | | | | | | [errorprone] NameRevCommand: remove ignored call of #toStringMatthias Sohn2021-09-291-3/+4
* | | | | | | | | Merge "Merge branch 'next'"Matthias Sohn2021-09-141-2/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Merge branch 'master' into nextMatthias Sohn2021-09-1316-36/+489
| |\| | | | | | | |
| * | | | | | | | | Merge branch 'master' into nextMatthias Sohn2021-06-2910-15/+228
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextMatthias Sohn2021-06-1522-261/+1510
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextMatthias Sohn2021-05-1218-333/+775
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Enable CommitCommand to use a fluent styleAlex Blewitt2021-03-191-2/+4
* | | | | | | | | | | | | Merge "RepoCommand: Move building the index for base repos to its own method"Ivan Frade2021-09-141-112/+120
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | RepoCommand: Move building the index for base repos to its own methodIvan Frade2021-08-311-112/+120
* | | | | | | | | | | | | Revert "DFS block cache: Refactor to enable parallel index loading"Minh Thai2021-09-033-144/+40
* | | | | | | | | | | | | transport: add object-info capabilityBruno Albuquerque2021-08-317-0/+173
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'stable-5.12'Matthias Sohn2021-08-301-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | RevWalk: getMergedInto's result is wrong on the second callkylezhao2021-08-131-1/+4
| * | | | | | | | | | | Merge "Merge branch 'stable-5.11' into stable-5.12" into stable-5.12Matthias Sohn2021-06-292-13/+70
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix garbage collection failing to delete pack fileandrewxian20002021-06-241-1/+1
* | | | | | | | | | | | | Ignore IllegalStateException if JVM is already shutting downMatthias Sohn2021-08-291-2/+10
* | | | | | | | | | | | | DFS block cache: add additional stats to DfsReaderIoStatsAlina Djamankulova2021-08-242-12/+121
* | | | | | | | | | | | | FS: cleanup use of final modifierMatthias Sohn2021-08-171-17/+16
* | | | | | | | | | | | | Ensure FS#searchPath only selects executable filesMatthias Sohn2021-08-171-3/+5
* | | | | | | | | | | | | DFS block cache: Refactor to enable parallel index loadingAlina Djamankulova2021-08-123-40/+144
* | | | | | | | | | | | | Support commit.template config propertyJulian Ruppel2021-07-213-0/+141
* | | | | | | | | | | | | Remove use of deprecated getAllRefs() in ReceivePackLuca Milanesio2021-06-261-1/+19
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'stable-5.12'Matthias Sohn2021-06-262-13/+70
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge branch 'stable-5.11' into stable-5.12Matthias Sohn2021-06-262-13/+70
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | / / / / / / | | | |_|_|/ / / / / / | | |/| | | | | | | |
| | * | | | | | | | | Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2021-06-262-13/+70
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / | | | |/| | | | | | |
| | | * | | | | | | | Merge branch 'stable-5.9' into stable-5.10Matthias Sohn2021-06-252-16/+69
| | | |\ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / | | | | |/| | | | | |