commit | 66da12cc66f2e07b87675bd84b3074a9fdefa60e | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Sun Aug 21 13:58:38 2016 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Sun Aug 21 14:05:15 2016 +0900 |
tree | bcc0f6475de63a97e63fe5fbcb8db759781f568a | |
parent | ba9cdf1b78e1c14b23d6b0dbf13a53594309235e [diff] |
Upgrade JGit to 4.4.1.201607150455-r.118-g1096652 This snapshot includes the following commits since the previous: 1096652 LfsProtocolServlet: Add support for rate limit and bandwidth limit errors de89b7d LfsProtocolServlet: Always include message in error response 0a86b03 LfsRepository{NotFound,ReadOnly}: Externalize message strings 2fc1ceb DownloadTest: Use enums from org.apache.http.HttpStatus 108bee1 Ignore IOException thrown from close f15e9c0 DfsObjDatabase: clear PackList dirty bit if no new packs 13f0db2 Enhance ResetCommand to allow disabling reflog update Change-Id: I6590a62f3e1d839a8d36a4b933771d195cbe7650
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 IRC channel on freenode is #gerrit. An archive is available at: echelog.com.
The Developer Mailing list is repo-discuss on Google Groups.
Gerrit is provided under the Apache License 2.0.
Install Buck and run the following:
git clone --recursive https://gerrit.googlesource.com/gerrit cd gerrit && buck 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>]
NOTE: release is optional. Last released package of the version is installed if the release number is omitted.