summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* CommitGraphWriter: fix boxing warningsMatthias Sohn2023-09-223-2/+5
* CommitGraphWriter#createCoreChunks: Remove not-thrown exceptionsMatthias Sohn2023-09-221-3/+2
* CommitGraphWriter: Decouple Stats from computing bloom filtersIvan Frade2023-09-211-9/+31
* CommitGraphWriter: Move bloom filter calculation out of createChunksIvan Frade2023-09-201-5/+17
* Documentation: Move writeChangedPaths flag from commitGraph to gc section.Ronald Bhuleskar2023-09-191-1/+1
* [errorprone] Fix wrong comparison which always evaluated to falseMatthias Sohn2023-09-151-1/+1
* [errorprone] Remove unnecessary comparisonMatthias Sohn2023-09-151-1/+1
* Update org.eclipse.jdt:ecj to 3.35.0Matthias Sohn2023-09-151-1/+1
* Update org.apache.commons:commons-compress to 1.24.0Matthias Sohn2023-09-1516-30/+30
* [errorprone] Suppress ImmutableEnumChecker for ShutdownHookMatthias Sohn2023-09-151-0/+1
* Update bytebuddy to 1.14.8Matthias Sohn2023-09-1515-44/+44
* Use ShutdownHook to gracefully handle JVM shutdownMatthias Sohn2023-09-126-54/+39
* Add ShutdownHook to cleanup FileLocks on graceful JVM shutdownMatthias Sohn2023-09-124-0/+161
* Unregister ShutdownHook when GC#PidLock is closedMatthias Sohn2023-09-121-2/+11
* Merge "OSGi: move plugin localization to subdirectory"Matthias Sohn2023-09-1249-37/+51
|\
| * OSGi: move plugin localization to subdirectoryThomas Wolf2023-09-1249-37/+51
* | ssh: Remove redundant null check for home.getAbsoluteFile()Jonathan Nieder2023-09-111-1/+1
|/
* RevertCommand: support for inserting a Gerrit change IDThomas Wolf2023-09-082-1/+55
* [releng] Bump japicmp base version to 6.7.0.202309050840-rThomas Wolf2023-09-081-1/+1
* DfsPackFile: Record index loads only in one placeIvan Frade2023-09-081-8/+8
* DfsPackfile: Emit the index load with the index objectIvan Frade2023-09-081-8/+8
* Prepare 6.8.0-SNAPSHOT buildsMatthias Sohn2023-09-0791-535/+535
* Merge branch 'stable-6.7'Matthias Sohn2023-09-07131-800/+1702
|\
| * Prepare 6.7.1-SNAPSHOT buildsMatthias Sohn2023-09-0791-535/+535
| * Switch back to wagon-ssh-externalMatthias Sohn2023-09-072-2/+2
| * Fix generation of maven siteMatthias Sohn2023-09-072-6/+31
| * JGit v6.7.0.202309050840-rv6.7.0.202309050840-rMatthias Sohn2023-09-0591-125/+125
| * Remove unused API problem filtersMatthias Sohn2023-09-051-33/+0
| * [releng] Bump japicmp base version to 6.6.0.202305301015-rThomas Wolf2023-09-041-1/+1
| * Fix list of 3rd party bundles in p2 repoMatthias Sohn2023-09-041-3/+12
| * Add missing source bundle org.osgi.service.cm.source to target platformMatthias Sohn2023-09-0414-13/+27
| * Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2023-09-0318-149/+1044
| |\
| | * Prepare 6.6.2-SNAPSHOT buildsMatthias Sohn2023-09-0391-533/+533
| | * JGit v6.6.1.202309021850-rv6.6.1.202309021850-rMatthias Sohn2023-09-0391-125/+125
| | * Checkout: better directory handlingThomas Wolf2023-09-0318-149/+1044
| * | Merge branch 'master' into stable-6.7Matthias Sohn2023-09-021-0/+3
| |\ \
| * | | Document commit-graph options supported by JGitMatthias Sohn2023-09-011-0/+8
| * | | Fix warning raised for local variable hiding DfsPackFile#indexMatthias Sohn2023-08-311-3/+3
| * | | Suppress boxing warnings in DfsPackFileMatthias Sohn2023-08-311-0/+8
| * | | Remove unused API problem filtersMatthias Sohn2023-08-311-27/+0
| * | | Suppress boxing warnings in testsMatthias Sohn2023-08-312-0/+2
| * | | Fix warning about empty blockMatthias Sohn2023-08-311-0/+1
| * | | Update mockito to 5.5.0Matthias Sohn2023-08-3116-30/+30
| * | | Update byte-buddy to 1.14.7Matthias Sohn2023-08-3115-44/+44
| * | | Prepare 6.7.0-SNAPSHOT buildsMatthias Sohn2023-08-3091-125/+125
| * | | JGit v6.7.0.202308301100-rc1v6.7.0.202308301100-rc1Matthias Sohn2023-08-3091-125/+125
| * | | Merge branch 'master' into stable-6.7Matthias Sohn2023-08-3065-473/+1690
| |\ \ \
* | \ \ \ Merge "CommitGraphWriter: Make the list of chunks immutable"Ivan Frade2023-09-061-1/+2
|\ \ \ \ \
| * | | | | CommitGraphWriter: Make the list of chunks immutableIvan Frade2023-09-051-1/+2
* | | | | | Ensure home directory not null before using in SshdsessionfactoryMinh Thai2023-09-061-4/+6
|/ / / / /