aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | 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
|/ / / / / / / / / /
* | | | | | | | | | Optimise Git protocol v2 `ref-prefix` scanningDariusz Luksza2023-11-071-5/+3
* | | | | | | | | | UploadPack: use want-refs as advertised set in fetch v2Patrick Hiesel2023-10-271-5/+18
* | | | | | | | | | BasePackFetchConnection: Avoid full clone with useNegotiationTipRonald Bhuleskar2023-10-251-19/+45
* | | | | | | | | | DfsPackFile: Do not attempt to read stream if pack doesn't have itIvan Frade2023-10-171-1/+2
* | | | | | | | | | PackObjectSizeIndexLoader: Log wrong bytes on exceptionIvan Frade2023-10-172-3/+12
* | | | | | | | | | FileBasedConfig: in-process synchronization for load() and save()Thomas Wolf2023-10-141-51/+71
* | | | | | | | | | FileUtils.rename(): better retry handlingThomas Wolf2023-10-141-16/+23
* | | | | | | | | | FileBasedConfig: ensure correct snapshot if no fileThomas Wolf2023-10-141-3/+1
* | | | | | | | | | DeleteBranchCommand: update config only at the endThomas Wolf2023-10-142-49/+172
* | | | | | | | | | Config.removeSection() telling whether it changed the configThomas Wolf2023-10-143-22/+42
* | | | | | | | | | RebaseCommand: return correct status on stash apply conflictsThomas Wolf2023-10-131-12/+19
* | | | | | | | | | Merge branch 'stable-6.7'Matthias Sohn2023-10-134-4/+99
|\| | | | | | | | |
| * | | | | | | | | Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2023-10-134-4/+99
| |\| | | | | | | |
| | * | | | | | | | Merge branch 'stable-6.5' into stable-6.6Matthias Sohn2023-10-134-4/+99
| | |\| | | | | | |
| | | * | | | | | | Merge branch 'stable-6.4' into stable-6.5Matthias Sohn2023-10-134-4/+99
| | | |\| | | | | |
| | | | * | | | | | Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-10-134-4/+99
| | | | |\| | | | |
| | | | | * | | | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-10-134-4/+99
| | | | | |\| | | |
| | | | | | * | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-10-134-4/+99
| | | | | | |\| | |
| | | | | | | * | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-10-134-4/+99
| | | | | | | |\| |
| | | | | | | | * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-10-134-4/+99
| | | | | | | | |\|
| | | | | | | | | * PackConfig: fix @since tagsMatthias Sohn2023-10-131-6/+9
| | | | | | | | | * Add support for git config repack.packKeptObjectsAntonio Barone2023-10-124-9/+73
| | | | | | | | | * Do not exclude objects in locked packs from bitmap processingLuca Milanesio2023-10-122-1/+29
* | | | | | | | | | UploadPack: Delay freeing refs in sendPack()Ivan Frade2023-09-281-5/+5
* | | | | | | | | | Merge "Fix log level for successful execution of ShutdownHook#notify to debug"Thomas Wolf2023-09-261-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix log level for successful execution of ShutdownHook#notify to debugMatthias Sohn2023-09-261-1/+1
* | | | | | | | | | | ByteBufferInputStream: add missing @since 6.8Thomas Wolf2023-09-261-0/+2
|/ / / / / / / / / /
* | | | | | | | | | Fix DefaultCharset bug pattern flagged by error proneDavid Ostrovsky2023-09-251-1/+3
* | | | | | | | | | WorkingTreeIterator: directly filter input streamMatthias Sohn2023-09-253-18/+143
* | | | | | | | | | [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-25102-186/+1138
* | | | | | | | | | [errorprone] Fix BadImportMatthias Sohn2023-09-252-6/+5
* | | | | | | | | | [errorprone] Prevent int expression may overflowMatthias Sohn2023-09-257-8/+8