commit | adfe58e9ba540fb3a8900049a78fcb9294c1d7c7 | [log] [tgz] |
---|---|---|
author | Kaushik Lingarkar <kaushik.lingarkar@linaro.org> | Thu Jul 11 14:16:53 2024 -0700 |
committer | Kaushik Lingarkar <kaushik.lingarkar@linaro.org> | Thu Jul 11 14:18:07 2024 -0700 |
tree | 0e798dd4d1843e937c1594c38e3ebbd8df724bd7 | |
parent | ed2a7768563c8f203f073b2faa465dbb68eaa5eb [diff] |
Update JGit to cfdfb01f4 $ git log --no-decorate --no-merges --oneline ^76ce6d91a cfdfb01f4 cfdfb01f4 RepoProject: read the 'dest-branch' attribute of a project 3d8420ecd Make RepoProject#setUpstream public 4bc6eb8a7 RepoCommand: Add error to ManifestErrorException 784f0baec RepoCommand: Copy manifest upstream into .gitmodules ref field e55341115 RepoProject: read the "upstream" attribute of a project e0ff3986f Prepare 6.10.1-SNAPSHOT builds 23aaf83e8 JGit v6.10.0.202406032230-r d0a2288f4 JGit v6.10.0.202406032110-r ea0ab1f86 Prepare 6.10.0-SNAPSHOT builds cbe5788a2 JGit v6.10.0.202405290101-rc1 c9232e555 Revert "Update tycho to 4.0.8" a7d3ac967 JGit v6.10.0.202405282244-rc1 9b2fe85c0 PatchApplier.Result.Error: mark fields final 2c38c2a0e Prepare 6.10.0-SNAPSHOT builds 71613519e JGit v6.10.0.202405212237-m3 Release-Notes: Updated JGit to cfdfb01f4 Change-Id: I19ff05556ff8dbd880ca21397752eb4418b37297
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.