aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | 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
| | |/ / / /
| | * | | | Merge branch 'stable-7.2'Matthias Sohn2025-02-013-30/+85
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'stable-7.1' into stable-7.2Matthias Sohn2025-02-013-30/+85
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge branch 'stable-7.0' into stable-7.1Matthias Sohn2025-02-014-31/+91
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2025-02-014-31/+91
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | RevWalk: Add an isMergedIntoAnyCommit() methodMartin Fick2025-02-013-9/+58
| | | | * | Pack: separate an open/close accounting lockMartin Fick2024-12-201-21/+35
| | | | * | http.server/BUILD: expose servlet resources as targetIvan Frade2024-12-201-1/+6
| * | | | | Prepare 7.2.0-SNAPSHOT buildsMatthias Sohn2025-01-2989-123/+123
| * | | | | JGit v7.2.0.202501291320-m2v7.2.0.202501291320-m2Matthias Sohn2025-01-2989-123/+123
| | | | | * PackDirectory: make template variables names more readableLuca Milanesio2025-01-301-13/+13
| | | | | * Merge "Log pruned packfiles as debug and not warn logs"Matthias Sohn2025-01-291-1/+5
| | | | | |\
| | | | | | * Log pruned packfiles as debug and not warn logsLuca Milanesio2025-01-291-1/+5
| | | | | * | LooseObjects: compute loose object path before retry loopMatthias Sohn2025-01-291-1/+1
| | | | | * | LooseObjects: convert while loop into for loopMatthias Sohn2025-01-291-6/+4
| | |_|_|/ / | |/| | | |
| * | | | | Merge "ArchiveCommandTest: add missing package import"Matthias Sohn2025-01-291-0/+1
| |\ \ \ \ \
| | * | | | | ArchiveCommandTest: add missing package importMatthias Sohn2024-12-131-0/+1
| * | | | | | Merge "Use junit TemporaryFolder to cleanup files created by tests"Matthias Sohn2025-01-292-50/+25
| |\ \ \ \ \ \
| | * | | | | | Use junit TemporaryFolder to cleanup files created by testsMatthias Sohn2025-01-052-50/+25