commit | 7b6af4ff35e0d704eac23b962296cb1d8aec6be6 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <ekempin@google.com> | Wed Oct 07 14:40:10 2015 +0200 |
committer | Edwin Kempin <ekempin@google.com> | Wed Oct 14 11:07:22 2015 +0200 |
tree | 7920580c066636e1b9402d3062920b4778a0aad3 | |
parent | bd567a0d3b98aee53bfb6991b93d134e299684f3 [diff] |
Add settings screen for global diff preferences The account preferences are available under the Settings menu, but not the diff preferences. The diff preferences are only accessible from the diff screen by clicking on the gear icon. It's confusing to users that they cannot find all preferences under the Settings menu. This is why it makes sense to make the diff preferences available in the Settings menu too. There are a few diff settings which are only applicable when looking at a concrete file diff and which are not stored on server side (show/hide left side, language). These settings are not available when the diff preferences are accessed from the Settings menu. The diff preferences in the Settings menu are rendered with the same style as the diff preferences in the popup. This makes it easy for users to see that these are actually the same settings, just accessed through different paths. Change-Id: I35f45a4784592b9ce2fe35d86fd6974acc14f5c6 Signed-off-by: Edwin Kempin <ekempin@google.com>
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.