summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'stable-6.8'Matthias Sohn2024-01-101-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Merge branch 'stable-6.7' into stable-6.8Matthias Sohn2024-01-101-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2024-01-101-1/+1
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Make sure ref to prune is in packed refsFabio Ponciroli2023-12-091-1/+1
* | | | | Merge "FooterLines: handle extraction from messages without headers"Ivan Frade2024-01-092-8/+62
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | FooterLines: handle extraction from messages without headersNitzan Gur-Furman2024-01-092-8/+62
* | | | | BasePackFetchConnection: Skip object/ref lookups if local repo is emptyDariusz Luksza2023-12-201-9/+20
* | | | | LooseObjects: Use File#exists when possibleDariusz Luksza2023-12-201-0/+3
* | | | | DfsReader: give subclasses visiblity over the pack bitmap indexIvan Frade2023-12-141-1/+14
* | | | | PackBitmapIndex/StoredBitmap: Expose size and countsIvan Frade2023-12-143-1/+129
* | | | | PackWriter/Statistics: Remove the bitmapt hit statsIvan Frade2023-12-132-37/+0
|/ / / /
* | | | FooterLine: Protect from ill-formed messageKamil Musin2023-12-051-3/+11
* | | | StartGenerator: Fix parent rewrite with non-default RevFilterRonald Bhuleskar2023-12-042-24/+10
* | | | Merge branch 'stable-6.8'Matthias Sohn2023-12-043-8/+17
|\| | |
| * | | Rename method parameter to fix warning about hidden fieldMatthias Sohn2023-11-291-3/+3
| * | | Fix warnings about empty control flow statementsMatthias Sohn2023-11-291-3/+11
| * | | BitmapIndexImpl: externalize error messageMatthias Sohn2023-11-292-1/+2
| * | | Suppress not-externalized string warningsMatthias Sohn2023-11-291-1/+1
* | | | PackWriter: store the objects with bitmaps in the statisticsIvan Frade2023-11-302-2/+39
* | | | FooterLine: First line cannot be a footerIvan Frade2023-11-291-0/+4
* | | | Reapply "Improve footer parsing to allow multiline footers."Ivan Frade2023-11-292-28/+30
* | | | Revert "Improve footer parsing to allow multiline footers."Ivan Frade2023-11-292-30/+28
|/ / /
* | | Improve footer parsing to allow multiline footers.Kamil Musin2023-11-242-28/+30
* | | BitmapIndex: Add interface to track bitmaps found (or not)Ivan Frade2023-11-212-1/+67
* | | BitmapWalker: Remove BitmapWalkListenerIvan Frade2023-11-211-82/+2
* | | Merge "Fix typo in FileUtils.isStaleFileHandle() javadoc"Matthias Sohn2023-11-171-5/+5
|\ \ \
| * | | Fix typo in FileUtils.isStaleFileHandle() javadocDariusz Luksza2023-11-171-5/+5
* | | | Fix branch ref exist checkflorian.signoret2023-11-181-3/+1
|/ / /
* | | Merge "Fix annotation of deprecated constant CONFIG_KEY_STREAM_FILE_TRESHOLD"Matthias Sohn2023-11-161-1/+2
|\ \ \
| * | | Fix annotation of deprecated constant CONFIG_KEY_STREAM_FILE_TRESHOLDMatthias Sohn2023-11-171-1/+2
* | | | BitmapWalkListener: Use plain interface with noop instanceIvan Frade2023-11-161-14/+28
|/ / /
* | | BitmapWalkListener: Add method and rename for commitsIvan Frade2023-11-161-10/+20
* | | Merge "CommitGraphWriter: Remove unnecesary progress update call"Ivan Frade2023-11-161-3/+0
|\ \ \
| * | | CommitGraphWriter: Remove unnecesary progress update callIvan Frade2023-11-101-3/+0
* | | | Merge "PatchApplier: wrap output's TemporaryBuffer with a CountingOutputStream"Jonathan Nieder2023-11-161-2/+6
|\ \ \ \
| * | | | PatchApplier: wrap output's TemporaryBuffer with a CountingOutputStreamNitzan Gur-Furman2023-11-161-2/+6
* | | | | BitmapWalker: announce walked objects via listener interfaceIvan Frade2023-11-151-2/+62
|/ / / /
* | | | Fix typo in constant name CONFIG_KEY_STREAM_FILE_TRESHOLDMatthias Sohn2023-11-153-6/+15
* | | | Simplify StringUtils#commonPrefixNasser Grainawi2023-11-141-3/+3
* | | | Optimize RefDirectory.getRefsByPrefix(String...)Dariusz Luksza2023-11-122-0/+49
|/ / /
* | | Merge changes I0d10aeac,I9aced1b7,Ied394859,Ibb61f63f,I20498746, ...Matthias Sohn2023-11-101-3/+4
|\ \ \
| * | | Fix boxing warningsMatthias Sohn2023-11-091-2/+4
| * | | errorprone: remove unnecessary parenthesesMatthias Sohn2023-11-091-5/+4
* | | | Merge "Revert "Optimise Git protocol v2 `ref-prefix` scanning""Ivan Frade2023-11-081-3/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Revert "Optimise Git protocol v2 `ref-prefix` scanning"Ivan Frade2023-11-081-3/+5
* | | | Merge "ComboBitset: Add Javadoc"Matthias Sohn2023-11-081-0/+8
|\ \ \ \
| * | | | ComboBitset: Add JavadocHan-Wen Nienhuys2023-11-071-0/+8
* | | | | CommitGraphWriter: Add progress monitor to bloom filter computationIvan Frade2023-11-072-2/+7
* | | | | CommitGraphWriter: Use ProgressMonitor from the OutputStreamIvan Frade2023-11-071-8/+8
|/ / / /
* / / / CommitGraphWriter: Unnest generation-number progressIvan Frade2023-11-071-10/+3
|/ / /