commit | 379e8886281c0e0d81295a16f06c8d5c5a36c7f1 | [log] [tgz] |
---|---|---|
author | Jonathan Nieder <jrn@google.com> | Fri Aug 26 18:16:56 2016 -0700 |
committer | Jonathan Nieder <jrn@google.com> | Sat Aug 27 01:23:22 2016 +0000 |
tree | 0d7991c50b288bfc5593dab18a6852e512608b7a | |
parent | 7c7e91c986f642b17cbd6398a274198b730d51e2 [diff] |
Update JGit to 4.4.1.201607150455-r.137-gdd2a5a7 This snapshot includes the following commits since the previous: dd2a5a7 Make GC.RepoStatistics static c2e2326 ReceivePack: refactor push option parsing 36cf4fe Fix push option initalization on HTTP 9ae7d49 DfsReader: check object type during open 1227165 Clarify the semantics of DfsRefDatabase#compareAndPut 649ad06 NoteMapTest: Add missing @Test annotations 2d4d644 Add a RepeatRule to help repeating flaky tests 3e27fb3 Do not fake a SymbolicRef as an ObjectIdRef ffbe03a LfsProtocolServlet: Add support for insufficient storage error 9974f30 Packet logging for JGit 609de52 push: Do not use push options unless requested 20d3f83 Fix HttpClientConnection leaking temporary buffer files edd8ad4 Use FS#lastModified instead of File#lastModified da9eef8 Don't check lastModified, length on folders for submodules b8260b5 Added Java 7 launch config with LANG env. variable set c4e209b Add HTTP status code to ServiceMayNotContinueException Change-Id: Ieb219e82899ec606f4ef90317883c09bb8a0133d
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.