aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org
Commit message (Expand)AuthorAgeFilesLines
* Merge "SystemReader: Add support for XDG_CACHE_HOME"Ivan Frade14 days3-0/+41
|\
| * SystemReader: Add support for XDG_CACHE_HOMEIvan Frade14 days3-0/+41
* | Removed redundant TreeFilter.ANY_DIFF in LogCommand.youtirsin2025-03-201-3/+3
|/
* BlameResult: Let generator decide when to use the blame cacheIvan Frade2025-03-171-1/+0
* Merge "TreeRevFilter: enable Bloom Filter usage with ChangedPathTreeFilter"Ivan Frade2025-03-146-36/+251
|\
| * TreeRevFilter: enable Bloom Filter usage with ChangedPathTreeFilterXing Huang2025-03-136-36/+251
* | ReftableCompactor: Use instant to set the reflog expire timeIvan Frade2025-03-121-18/+41
* | GC: Use new java.time API in PersonIdentIvan Frade2025-03-121-6/+9
* | reftable.BlockWriter: Use time API methods from PersonIdentIvan Frade2025-03-121-2/+2
|/
* BlameGenerator: Use cache only for candidates modifying the pathIvan Frade2025-03-101-13/+31
* FileReftableDatabase: mark autoRefresh volatileMatthias Sohn2025-03-041-7/+6
* CacheRegion: fix non translatable text warningsMatthias Sohn2025-03-042-2/+7
* Ensure access to autoRefresh is thread-safeMatthias Sohn2025-03-031-6/+7
* FileReftableStack: use FileSnapshot to detect modificationMatthias Sohn2025-03-033-3/+69
* FileReftableDatabase: consider ref updates by another processMatthias Sohn2025-03-032-0/+68
* BlameRegionMerger: report invalid regions with checked exception.Ivan Frade2025-02-271-1/+1
* Merge branch 'stable-7.1'Matthias Sohn2025-02-264-37/+27
|\
| * Merge branch 'stable-7.0' into stable-7.1stable-7.1Matthias Sohn2025-02-264-37/+27
| |\
| | * Merge branch 'stable-6.10' into stable-7.0stable-7.0Matthias Sohn2025-02-264-37/+27
| | |\
| | | * Do not load bitmap indexes during directory scansstable-6.10Martin Fick2025-02-253-19/+5
| | | * Merge "Pack: no longer set invalid in openFail()" into stable-6.10Matthias Sohn2025-02-241-14/+16
| | | |\
| | | | * Pack: no longer set invalid in openFail()Martin Fick2025-02-141-14/+16
| | | * | Fix calculation of pack files and objects since bitmapAntonio Barone2025-02-241-4/+6
| | | |/
* | | | AddCommand: Use parenthesis to make the operator precedence explicitMatthias Sohn2025-02-261-1/+1
* | | | AddCommand: implement --all/--no-allThomas Wolf2025-02-261-7/+82
* | | | Merge changes I83adebe5,Ibbc9ba97Matthias Sohn2025-02-253-47/+86
|\ \ \ \
| * | | | DirCacheCheckout.preScanOneTree: consider mode bitsThomas Wolf2025-02-091-5/+8
| * | | | Merge: improve handling of case-variantsThomas Wolf2025-02-093-42/+78
* | | | | StringUtils: new #trim methodIvan Frade2025-02-251-0/+38
* | | | | DescribeCommand: remove unnecessary else clauseMatthias Sohn2025-02-251-18/+18
* | | | | DescribeCommand: Add exclusion matches using setExclude()Jonathing2025-02-251-7/+50
* | | | | Insert the Change-Id at the end of the footer blockBen Rohlfs2025-02-251-2/+1
* | | | | Update Change-Id insertion logic to insert after footersBen Rohlfs2025-02-241-3/+4
* | | | | MultiPackIndexPrettyPrinter: add missing @since tagMatthias Sohn2025-02-241-1/+3
* | | | | BlameGenerator: add @since tags to new methods and inner classIvan Frade2025-02-211-5/+11
* | | | | BlameGenerator: cache and reuse blame resultsIvan Frade2025-02-203-5/+275
* | | | | 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
* | | | | | Replace usage of deprecated Config#getEnum methodMatthias Sohn2025-02-177-21/+32
* | | | | | URIish: fix stack overflow in regex matchingThomas Wolf2025-02-161-2/+2
* | | | | | 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-123-0/+479
|/ / / / /
* | | | | Merge "Improve configuration of trusting file attributes in FileSnapshot"Matthias Sohn2025-02-086-61/+260
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Improve configuration of trusting file attributes in FileSnapshotMatthias Sohn2025-02-066-61/+260
* | | | | Merge changes I0d444b39,I907dabffMatthias Sohn2025-02-064-45/+441
|\| | | |
| * | | | Config: add getters for primitive types without default valueMatthias Sohn2025-02-063-44/+440
| * | | | CommitConfig: fix potential NPEMatthias Sohn2025-02-061-1/+1