commit | e2d76a1c23abee2dd83348ca0935ae69de715b91 | [log] [tgz] |
---|---|---|
author | Michael Ochmann <michael.ochmann@sap.com> | Thu Jun 23 17:07:37 2016 +0200 |
committer | Michael Ochmann <michael.ochmann@sap.com> | Wed Jul 06 10:54:42 2016 +0200 |
tree | cd8c21ddf2f1cebb852b83fb7e58f956d8bd0b17 | |
parent | 9ea8b684b7aec0a6c90843ced043ad94ac5e6b46 [diff] |
Fix broken synopsis formatting in documentation Most of the cmd-xxxx.txt pages were still using the legacy 'italics' asciidoc [1], which caused the synopsis sections to render like this: 'ssh' -p <port> 'gerrit some-command' Furthermore, the line breaks and indentations were not rendered. Replaced the legacy 'italics" with _italics_ in all synopsis sections and changed the block type to [verse]. Verse blocks preserve indents and line breaks (like <pre> in HTML), but still allow text formatting. Fixed also some other minor mistakes and formatting errors. [1] http://asciidoctor.org/docs/migration/#migration-cheatsheet Change-Id: I457c5e42e3758789f29541d38d6f6c2e25532897 Signed-off-by: Michael Ochmann <michael.ochmann@sap.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 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.