commit | 43b5eea886ced37d968e546486869d8a6b76c153 | [log] [tgz] |
---|---|---|
author | Andrew Bonventre <andybons@google.com> | Thu Nov 05 11:06:10 2015 -0800 |
committer | Jonathan Nieder <jrn@google.com> | Thu Nov 05 11:06:52 2015 -0800 |
tree | 964f7824baa6d102bc1b4d38c4fb2c4d26ebe34c | |
parent | fbab12672152ed16e197a2fbb20929da3679e318 [diff] |
Add .DS_Store to .gitignore There is no reason to track .DS_Store files here: it's a metadata file used by the Mac finder to hold info like where icons are located. Add it to .gitignore to avoid cluttering "git status" output. Change-Id: I2c59228e48ed8d5ef125d8a694ca05d20b622723
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 all
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.