commit | 905a05ada2d3d2b6377fb8278d36257b5aed4d97 | [log] [tgz] |
---|---|---|
author | Matthias Sohn <matthias.sohn@sap.com> | Wed Nov 27 11:17:39 2024 +0100 |
committer | Matthias Sohn <matthias.sohn@sap.com> | Wed Nov 27 11:20:46 2024 +0100 |
tree | 798b3625594a17ac443fc30cc8de2d7b477e617f | |
parent | f081fa0fc41664b83b6776e5ce0899a65e61cd20 [diff] |
Update JGit to f27ea51026 (stable-6.10) $ git log --oneline --no-merges d34f8b5236..f27ea51026 f026c19a0 PackDirectory: Filter out tmp GC pack files 079dbe8ed Test advertised capabilities with protocol V0 and allow*Sha1InWant 5b1513a28 Align request policies with CGit c824610ab DiffDriver: fix doc for rust built-in 48f36f969 DiffDriver: fix formatting of javadoc 469928898 Add numberOfObjectsSinceBitmap to RepoStatistics 4b3c5194a Support built-in diff drivers for hunk header function names 592a75800 Don't fail when trying to prune pack which is already gone f7a4dd035 Rename numberOfPackFilesAfterBitmap to numberOfPackFilesSinceBitmap e682a0239 Pack.java: Recover more often in Pack.copyAsIs2() Release-Notes: Update JGit to f27ea51026 (stable-6.10) Change-Id: I9a7254d979adeaf8c13775768db23540abf6cdfa
Gerrit is a code review and project management tool for Git based projects.
Gerrit makes reviews easier by showing changes in a side-by-side display, and allowing inline comments to be added by any reviewer.
Gerrit simplifies Git based project maintainership by permitting any authorized user to submit changes to the master Git repository, rather than requiring all approved changes to be merged in by hand by the project maintainer.
For information about how to install and use Gerrit, refer to the documentation.
Our canonical Git repository is located on googlesource.com. There is a mirror of the repository on Github.
Please report bugs on the issue tracker.
Gerrit is the work of hundreds of contributors. We appreciate your help!
Please read the contribution guidelines.
Note that we do not accept Pull Requests via the Github mirror.
The Developer Mailing list is repo-discuss on Google Groups.
Gerrit is provided under the Apache License 2.0.
Install Bazel and run the following:
git clone --recurse-submodules https://gerrit.googlesource.com/gerrit cd gerrit && bazel build release
The instruction how to configure GerritForge/BinTray repositories is here
On Debian/Ubuntu run:
apt-get update && apt-get install gerrit=<version>-<release>
NOTE: release is a counter that starts with 1 and indicates the number of packages that have been released with the same version of the software.
On CentOS/RedHat run:
yum clean all && yum install gerrit-<version>[-<release>]
On Fedora run:
dnf clean all && dnf install gerrit-<version>[-<release>]
Docker images of Gerrit are available on DockerHub
To run a CentOS 8 based Gerrit image:
docker run -p 8080:8080 gerritcodereview/gerrit[:version]-centos8
To run a Ubuntu 20.04 based Gerrit image:
docker run -p 8080:8080 gerritcodereview/gerrit[:version]-ubuntu20
NOTE: release is optional. Last released package of the version is installed if the release number is omitted.