blob: 511f19aca5330ac281a60430005a6ed51488a6e4 [file] [log] [blame]
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -08001= Gerrit Code Review for Git
Shawn O. Pearce18fda192009-02-11 14:12:23 -08002
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -08003== Tutorial
Colby Ranger3ac57c12013-12-05 09:50:40 -08004. Getting started
5.. link:intro-quick.html[A Quick Introduction to Gerrit]
Edwin Kempin1f556222015-04-22 13:24:39 +02006.. link:intro-user.html[User Guide]
Edwin Kempin4bf01962014-04-16 16:47:10 +02007.. link:intro-project-owner.html[Project Owner Guide]
David Shevitze01a42b2017-07-13 14:56:42 -07008.. link:http://source.android.com/source/life-of-a-patch[Default Android Workflow] (external)
Colby Ranger3ac57c12013-12-05 09:50:40 -08009. Web
Edwin Kempin4fd84c92014-04-30 13:23:15 +020010.. link:user-review-ui.html[Reviewing Changes]
Colby Ranger3ac57c12013-12-05 09:50:40 -080011.. link:user-search.html[Searching Changes]
David Ostrovsky6842df92014-12-19 09:20:31 +010012.. link:user-inline-edit.html[Manipulating Changes in Browser]
Colby Ranger3ac57c12013-12-05 09:50:40 -080013.. link:user-notify.html[Subscribing to Email Notifications]
14. SSH
Edwin Kempin674c37f2015-06-10 11:07:56 +020015.. link:user-upload.html#ssh[SSH connection details]
Colby Ranger3ac57c12013-12-05 09:50:40 -080016.. link:cmd-index.html[Command Line Tools]
17. Git
Colby Ranger3ac57c12013-12-05 09:50:40 -080018.. Commands, scenarios
19... link:user-upload.html[Uploading Changes]
20... link:error-messages.html[Error Messages]
21.. Changes
22... link:user-changeid.html[Change-Id Lines]
23... link:user-signedoffby.html[Signed-off-by Lines]
Edwin Kempine326a1d2015-06-03 10:27:39 +020024... link:user-change-cleanup.html[Change Cleanup]
Ed Costello7407a922011-07-23 21:38:42 +120025
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080026== Project Management
Stefan Lay08ba4732014-05-05 16:36:12 +020027. link:project-configuration.html[Project Configuration]
Colby Ranger3ac57c12013-12-05 09:50:40 -080028.. link:config-labels.html[Review Labels]
Rafal Klys982021b2016-02-17 21:55:04 +010029.. link:config-project-config.html[Project Configuration File Format]
30. link:access-control.html[Access Controls]
Colby Ranger3ac57c12013-12-05 09:50:40 -080031. Multi-project management
Edwin Kempin674c37f2015-06-10 11:07:56 +020032.. link:user-submodules.html[Submodules]
33.. link:https://source.android.com/source/using-repo.html[Repo] (external)
Colby Ranger3ac57c12013-12-05 09:50:40 -080034. Prolog rules
35.. link:prolog-cookbook.html[Prolog Cookbook]
36.. link:prolog-change-facts.html[Prolog Facts for Gerrit Changes]
Edwin Kempin674c37f2015-06-10 11:07:56 +020037. link:intro-project-owner.html#project-deletion[Project deletion]
Ed Costello7407a922011-07-23 21:38:42 +120038
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080039== Customization and Integration
Colby Ranger3ac57c12013-12-05 09:50:40 -080040. link:user-dashboards.html[Dashboards]
41. link:rest-api.html[REST API]
42. link:config-gitweb.html[Gitweb Integration]
43. link:config-themes.html[Themes]
44. link:config-sso.html[Single Sign-On Systems]
45. link:config-hooks.html[Hooks]
46. link:config-mail.html[Mail Templates]
47. link:config-cla.html[Contributor Agreements]
Edwin Kempin3fde7e42016-09-19 15:35:10 +020048. link:config-robot-comments.html[Robot Comments]
Colby Ranger3ac57c12013-12-05 09:50:40 -080049
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080050== Server Administration
Colby Ranger3ac57c12013-12-05 09:50:40 -080051. link:install.html[Installation Guide]
52. link:config-gerrit.html[System Settings]
Edwin Kempin370ec922015-06-10 11:14:19 +020053. link:cmd-index.html[Command Line Tools]
Edwin Kempin674c37f2015-06-10 11:07:56 +020054. link:config-plugins.html#replication[Replication]
Edwin Kempin6a789632015-02-13 11:48:04 +010055. link:config-plugins.html[Plugins]
David Pursehouse8ad11732016-08-29 15:00:14 +090056. link:metrics.html[Metrics]
Colby Ranger3ac57c12013-12-05 09:50:40 -080057. link:config-reverseproxy.html[Reverse Proxy]
58. link:config-auto-site-initialization.html[Automatic Site Initialization on Startup]
59. link:pgm-index.html[Server Side Administrative Tools]
60
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080061== Developer
David Pursehouse2c1928f2014-12-19 14:04:55 +090062. Getting Started
63.. link:dev-readme.html[Developer Setup]
Alice Kober-Sotzek4b92e042016-11-25 10:54:30 +010064.. link:dev-bazel.html[Building with Bazel]
65.. link:dev-eclipse.html[Eclipse Setup]
Alice Kober-Sotzekd9da89f2016-11-25 12:02:18 +010066.. link:dev-intellij.html[IntelliJ Setup]
David Pursehouse2c1928f2014-12-19 14:04:55 +090067.. link:dev-contributing.html[Contributing to Gerrit]
68. Plugin Development
69.. link:dev-plugins.html[Developing Plugins]
70.. link:dev-build-plugins.html[Building Gerrit plugins]
71.. link:js-api.html[JavaScript Plugin API]
72.. link:config-validation.html[Validation Interfaces]
Edwin Kempin9e972cc2016-04-15 10:39:13 +020073.. link:dev-stars.html[Starring Changes]
Colby Ranger3ac57c12013-12-05 09:50:40 -080074. link:dev-design.html[System Design]
75. link:i18n-readme.html[i18n Support]
Dave Borowitz5a8e44b2017-02-21 16:25:35 -050076. link:dev-note-db.html[NoteDb]
Colby Ranger3ac57c12013-12-05 09:50:40 -080077
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080078== Maintainer
Saša Živkova7d19e92016-02-18 13:29:38 +010079. link:dev-release.html[Making a Gerrit Release]
80. link:dev-release-subproject.html[Making a Release of a Gerrit Subproject]
Saša Živkov38fe2fc2016-02-18 14:00:06 +010081. link:dev-release-jgit.html[Making a Release of JGit]
Shawn O. Pearce0d760852009-01-16 09:04:47 -080082
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080083== Resources
Colby Ranger3ac57c12013-12-05 09:50:40 -080084* link:licenses.html[Licenses and Notices]
Shawn Pearce792b2c42015-06-12 17:25:40 -070085* link:https://www.gerritcodereview.com/[Homepage]
Shawn Pearced7097df2015-06-25 05:12:01 +000086* link:https://www.gerritcodereview.com/download/index.html[Downloads]
David Pursehouseff8982d2016-06-23 15:30:50 +090087* link:https://bugs.chromium.org/p/gerrit/issues/list[Issue Tracking]
Shawn Pearce792b2c42015-06-12 17:25:40 -070088* link:https://gerrit.googlesource.com/gerrit[Source Code]
89* link:https://www.gerritcodereview.com/about.md[A History of Gerrit Code Review]
Yuxuan 'fishy' Wang99cb68d2013-10-31 17:26:00 -070090
Yuxuan 'fishy' Wangdcda98f72016-05-03 18:48:29 -070091GERRIT
92------
93Part of link:https://www.gerritcodereview.com/[Gerrit Code Review]
94
Yuxuan 'fishy' Wang99cb68d2013-10-31 17:26:00 -070095SEARCHBOX
96---------