aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | DirCacheCheckout.preScanOneTree: consider mode bitsThomas Wolf2025-02-092-5/+34
| | * | | | Merge: improve handling of case-variantsThomas Wolf2025-02-094-42/+170
| * | | | | StringUtils: new #trim methodIvan Frade2025-02-252-0/+57
| * | | | | Add --exclude option to describe CLI commandMatthias Sohn2025-02-253-0/+25
| * | | | | DescribeCommand: remove unnecessary else clauseMatthias Sohn2025-02-251-18/+18
| * | | | | DescribeCommand: Add exclusion matches using setExclude()Jonathing2025-02-252-7/+72
| * | | | | Insert the Change-Id at the end of the footer blockBen Rohlfs2025-02-252-8/+19
| * | | | | Update byte-buddy to 1.17.1Matthias Sohn2025-02-257-18/+18
| * | | | | Update commons-logging:commons-logging to 1.3.5Matthias Sohn2025-02-257-12/+12
| * | | | | Update commons-codec:commons-codec to 1.18.0Matthias Sohn2025-02-257-12/+12
| * | | | | Update com.google.code.gson:gson to 2.12.1Matthias Sohn2025-02-257-12/+12
| * | | | | Update ecj to 3.40.0Matthias Sohn2025-02-251-1/+1
| * | | | | Update maven pluginsMatthias Sohn2025-02-252-10/+10
| * | | | | ssh: bump Apache MINA sshd 2.14.0 -> 2.15.0Thomas Wolf2025-02-2410-111/+111
| * | | | | Update Change-Id insertion logic to insert after footersBen Rohlfs2025-02-242-4/+13
| * | | | | MultiPackIndexPrettyPrinter: add missing @since tagMatthias Sohn2025-02-241-1/+3
| * | | | | Export new package org.eclipse.jgit.blame.cacheMatthias Sohn2025-02-242-15/+24
| * | | | | Merge "Merge branch 'stable-7.2'"Matthias Sohn2025-02-230-0/+0
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'stable-7.2'Matthias Sohn2025-02-210-0/+0
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
* | | | | | | Prepare 7.2.0-SNAPSHOT buildsMatthias Sohn2025-02-1989-123/+123
* | | | | | | JGit v7.2.0.202502191417-m3v7.2.0.202502191417-m3Matthias Sohn2025-02-1989-123/+123
* | | | | | | Merge branch 'master' into stable-7.2Matthias Sohn2025-02-1949-237/+2933
|\ \ \ \ \ \ \
| | * | | | | | BlameGenerator: add @since tags to new methods and inner classIvan Frade2025-02-211-5/+11
| | |/ / / / /
| | * | | | | pgm.MultiPackIndex: CLI command to write/print the multipack indexIvan Frade2025-02-204-2/+112
| | * | | | | BlameGenerator: cache and reuse blame resultsIvan Frade2025-02-205-5/+993
| |/ / / / /
| * | | | | Merge "midx.MultiPackIndexPrettyPrinter: pretty printer to debug multi pack i...Matthias Sohn2025-02-191-0/+154
| |\ \ \ \ \
| | * | | | | midx.MultiPackIndexPrettyPrinter: pretty printer to debug multi pack indexIvan Frade2025-02-121-0/+154
| * | | | | | blame.cache: Define interface and POJO to cache blame resultsIvan Frade2025-02-182-0/+167
| * | | | | | Merge "Update GetRefsBenchmark to use 3 state core.trustStat"Matthias Sohn2025-02-181-11/+12
| |\ \ \ \ \ \
| | * | | | | | Update GetRefsBenchmark to use 3 state core.trustStatMatthias Sohn2025-02-171-11/+12
| * | | | | | | CgitMidxCompatibilityTest: remove unnecessary castMatthias Sohn2025-02-171-3/+1
| * | | | | | | Replace usage of deprecated Config#getEnum methodMatthias Sohn2025-02-179-38/+43
| * | | | | | | URIish: fix stack overflow in regex matchingThomas Wolf2025-02-162-2/+39
| * | | | | | | Merge "[ssh known_hosts] Correct parsing of host key lines"Thomas Wolf2025-02-164-4/+35
| |\ \ \ \ \ \ \
| | * | | | | | | [ssh known_hosts] Correct parsing of host key linesThomas Wolf2025-02-104-4/+35
| * | | | | | | | BlameGeneratorTest: Extract "file.txt" to a constantIvan Frade2025-02-141-16/+20
| * | | | | | | | MultiPackIndexWriter: add missing @since for new API classMatthias Sohn2025-02-141-4/+8
| | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge "DefaultTypedConfigGetter: Box values to avoid infinite recursion"Ivan Frade2025-02-131-13/+27
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | DefaultTypedConfigGetter: Box values to avoid infinite recursionIvan Frade2025-02-121-13/+27
| * | | | | | | midx.MultiPackIndexWriter: a writer for the multipack index formatIvan Frade2025-02-126-0/+852
| |/ / / / / /
| * | | | | | test/tests.bzl: Add docstrings to module and functionIvan Frade2025-02-111-0/+18
| * | | | | | Merge "test.BUILD: add rule for "external tests""Ivan Frade2025-02-113-2/+10
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | test.BUILD: add rule for "external tests"Ivan Frade2025-02-043-2/+10
| * | | | | | Merge "Improve configuration of trusting file attributes in FileSnapshot"Matthias Sohn2025-02-089-72/+278
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Improve configuration of trusting file attributes in FileSnapshotMatthias Sohn2025-02-069-72/+278
| * | | | | | Merge changes I0d444b39,I907dabffMatthias Sohn2025-02-066-45/+528
| |\| | | | |
| | * | | | | Config: add getters for primitive types without default valueMatthias Sohn2025-02-065-44/+527
| | * | | | | CommitConfig: fix potential NPEMatthias Sohn2025-02-061-1/+1
| * | | | | | midx.PackIndexMerger: Helper to iterate over n-indexesIvan Frade2025-02-035-0/+649
| | |/ / / / | |/| | | |
| * | | | | PackIndex.MutableEntry: new methods to copy its contentsIvan Frade2025-02-032-28/+91
| |/ / / /