diff --git a/Documentation/access-control.txt b/Documentation/access-control.txt index e0b6aa7d0f..f51e002fdb 100644 --- a/Documentation/access-control.txt +++ b/Documentation/access-control.txt @@ -1,5 +1,5 @@ -Gerrit2 - Access Controls -========================= +Gerrit Code Review - Access Controls +==================================== Access controls in Gerrit are group based. Every user account is a member of one or more groups, and access and privileges are granted diff --git a/Documentation/cmd-index.txt b/Documentation/cmd-index.txt index 353176660d..f5aa983b56 100644 --- a/Documentation/cmd-index.txt +++ b/Documentation/cmd-index.txt @@ -1,5 +1,5 @@ -Gerrit2 - Command Line Tools -============================ +Gerrit Code Review - Command Line Tools +======================================= Client ------ diff --git a/Documentation/config-contact.txt b/Documentation/config-contact.txt index df3942111e..845a1babd4 100644 --- a/Documentation/config-contact.txt +++ b/Documentation/config-contact.txt @@ -1,5 +1,5 @@ -Gerrit2 - Contact Information -============================= +Gerrit Code Review - Contact Information +======================================== To help ensure contributor privacy, but still support gathering of contributor agreements as necessary, Gerrit encrypts all offline diff --git a/Documentation/config-gerrit.txt b/Documentation/config-gerrit.txt index 700284baaf..7418cb27eb 100644 --- a/Documentation/config-gerrit.txt +++ b/Documentation/config-gerrit.txt @@ -1,5 +1,5 @@ -Gerrit2 - Configuration -======================= +Gerrit Code Review - Configuration +================================== File `etc/gerrit.config` ------------------------ @@ -150,7 +150,7 @@ This setting also permits old Gerrit 1.x users to seamlessly upgrade from Google Accounts on Google App Engine to OpenID authentication. + Having this enabled incurs an extra database query when Google -Account users register with the Gerrit2 server. +Account users register with the Gerrit server. + By default, unset/false. diff --git a/Documentation/config-gitweb.txt b/Documentation/config-gitweb.txt index f3aa941167..b3eb873564 100644 --- a/Documentation/config-gitweb.txt +++ b/Documentation/config-gitweb.txt @@ -1,8 +1,9 @@ -Gerrit2 - Gitweb Integration -============================ +Gerrit Code Review - Gitweb Integration +======================================= -Gerrit2 can generate hyperlinks to gitweb, allowing users to jump -from Gerrit content to the same information, but shown by gitweb. +Gerrit Code Review can generate hyperlinks to gitweb, allowing users +to jump from Gerrit content to the same information, but shown by +gitweb. To enable the gitweb integration, set gitweb.url with the URL of your gitweb CGI. diff --git a/Documentation/config-headerfooter.txt b/Documentation/config-headerfooter.txt index 15dcd2bed8..e311f81310 100644 --- a/Documentation/config-headerfooter.txt +++ b/Documentation/config-headerfooter.txt @@ -1,7 +1,7 @@ -Gerrit2 - Site Customization -============================ +Gerrit Code Review - Site Customization +======================================= -Gerrit2 supports some customization of the HTML it sends to +Gerrit supports some customization of the HTML it sends to the browser, allowing organizations to alter the look and feel of the application to fit with their general scheme. diff --git a/Documentation/config-replication.txt b/Documentation/config-replication.txt index 0f767c7f4c..494253f13c 100644 --- a/Documentation/config-replication.txt +++ b/Documentation/config-replication.txt @@ -1,5 +1,5 @@ -Gerrit2 Git Replication -======================= +Gerrit Code Review - Git Replication +==================================== Gerrit can automatically push any changes it makes to its managed Git repositories to another system. Usually this would be configured to diff --git a/Documentation/config-sso.txt b/Documentation/config-sso.txt index 19ca20b63e..064c4ddda0 100644 --- a/Documentation/config-sso.txt +++ b/Documentation/config-sso.txt @@ -1,7 +1,7 @@ -Gerrit2 - Single Sign-On Security -================================= +Gerrit Code Review - Single Sign-On Security +============================================ -Gerrit2 supports integration with some types of single sign-on +Gerrit supports integration with some types of single sign-on security solutions, making it possible for end-users to setup and manage accounts, without administrator involvement. diff --git a/Documentation/dev-design.txt b/Documentation/dev-design.txt index 2c3c21fed0..a185ea1d4e 100644 --- a/Documentation/dev-design.txt +++ b/Documentation/dev-design.txt @@ -1,5 +1,5 @@ -Gerrit2 - System Design -======================= +Gerrit Code Review - System Design +================================== Objective --------- @@ -64,9 +64,9 @@ the functionality and code were starting to become drastically different, a different name was needed. Gerrit calls back to the original namesake of Rietveld, Gerrit Rietveld, a Dutch architect. -Gerrit2 is a complete rewrite of the Gerrit fork, completely changing -the implementation from Python on Google App Engine, to Java on a -J2EE servlet container and a SQL database. +Gerrit 2.x is a complete rewrite of the Gerrit fork, completely +changing the implementation from Python on Google App Engine, to Java +on a J2EE servlet container and a SQL database. * link:http://video.google.com/videoplay?docid=-8502904076440714866[Mondrian Code Review On The Web] * link:http://code.google.com/p/rietveld/[Rietveld - Code Review for Subversion] diff --git a/Documentation/dev-eclipse.txt b/Documentation/dev-eclipse.txt index 44e85b5f6c..b18df78433 100644 --- a/Documentation/dev-eclipse.txt +++ b/Documentation/dev-eclipse.txt @@ -1,5 +1,5 @@ -Gerrit2 - Eclipse Setup -======================= +Gerrit Code Review - Eclipse Setup +================================== This document is about installing Gerrit into an Eclipse workspace for development and debugging, especially with the GWT hosted diff --git a/Documentation/dev-readme.txt b/Documentation/dev-readme.txt index 6748322ee9..4d3c006f5e 100644 --- a/Documentation/dev-readme.txt +++ b/Documentation/dev-readme.txt @@ -1,8 +1,8 @@ -Gerrit2 - Developer Setup -========================= +Gerrit Code Review - Developer Setup +==================================== You need Apache Maven to compile the code, and a SQL database -to house the Gerrit2 metadata. PostgreSQL is currently the only +to house the review metadata. PostgreSQL is currently the only supported database. To create a new client workspace: diff --git a/Documentation/i18n-readme.txt b/Documentation/i18n-readme.txt index 54e947fdcb..74a8e495cc 100644 --- a/Documentation/i18n-readme.txt +++ b/Documentation/i18n-readme.txt @@ -1,5 +1,5 @@ -Gerrit i18n -=========== +Gerrit Code Review - i18n +========================= Aside from actually writing translations, there's some issues with the way the code produces output. Most of the UI should support diff --git a/Documentation/install.txt b/Documentation/install.txt index 1ce02a92a9..19472eb868 100644 --- a/Documentation/install.txt +++ b/Documentation/install.txt @@ -1,5 +1,5 @@ -Gerrit2 - Installation Guide -============================ +Gerrit Code Review - Installation Guide +======================================= You need a SQL database to house the Gerrit2 metadata. Currently H2, MySQL and PostgreSQL are the only supported databases. diff --git a/Documentation/licenses.txt b/Documentation/licenses.txt index e2b138505f..e790715859 100644 --- a/Documentation/licenses.txt +++ b/Documentation/licenses.txt @@ -1,9 +1,9 @@ -Gerrit2 - Licenses -================== +Gerrit Code Review - Licenses +============================= -Gerrit itself is licensed under the Apache License, 2.0. Gerrit's -executable distributions also include many other software components -covered by additional licenses. +Gerrit itself is licensed under the <>. +Gerrit's executable distributions also include many other software +components that are covered by additional licenses. Included Components ------------------- diff --git a/Documentation/pgm-index.txt b/Documentation/pgm-index.txt index 1ea0707560..91e465a7c8 100644 --- a/Documentation/pgm-index.txt +++ b/Documentation/pgm-index.txt @@ -1,5 +1,5 @@ -Gerrit2 - Server Programs -========================= +Gerrit Code Review - Server Programs +==================================== Server side programs can be started by executing the WAR file through the Java command line. For example: diff --git a/Documentation/project-setup.txt b/Documentation/project-setup.txt index 6210808ac7..251c8dee3e 100644 --- a/Documentation/project-setup.txt +++ b/Documentation/project-setup.txt @@ -1,5 +1,5 @@ -Gerrit2 - Project Configuration -=============================== +Gerrit Code Review - Project Configuration +========================================== All Git repositories under gerrit.basePath must be registered in the Gerrit database in order to be accessed through SSH, or through diff --git a/Documentation/user-changeid.txt b/Documentation/user-changeid.txt index 1b5afd3ede..6b8fe7b606 100644 --- a/Documentation/user-changeid.txt +++ b/Documentation/user-changeid.txt @@ -1,5 +1,5 @@ -Gerrit2 - Change-Ids -==================== +Gerrit Code Review - Change-Ids +=============================== Description ----------- diff --git a/Documentation/user-signedoffby.txt b/Documentation/user-signedoffby.txt index 4190c354c5..d07516a1a8 100644 --- a/Documentation/user-signedoffby.txt +++ b/Documentation/user-signedoffby.txt @@ -1,5 +1,5 @@ -Gerrit2 - Signed-off-by Lines -============================= +Gerrit Code Review - Signed-off-by Lines +========================================= [NOTE] This document was literally taken from link:http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=Documentation/SubmittingPatches;hb=4e8a2372f9255a1464ef488ed925455f53fbdaa1[linux-2.6 Documentation/SubmittingPatches] diff --git a/Documentation/user-upload.txt b/Documentation/user-upload.txt index 81e505d3d0..9c656ab494 100644 --- a/Documentation/user-upload.txt +++ b/Documentation/user-upload.txt @@ -1,5 +1,5 @@ -Gerrit2 - Uploading Changes -=========================== +Gerrit Code Review - Uploading Changes +====================================== Gerrit supports three methods of uploading changes: