Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 1 | = Gerrit Code Review for Git |
Shawn O. Pearce | 18fda19 | 2009-02-11 14:12:23 -0800 | [diff] [blame] | 2 | |
Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 3 | == Tutorial |
Colby Ranger | 3ac57c1 | 2013-12-05 09:50:40 -0800 | [diff] [blame] | 4 | . Getting started |
| 5 | .. link:intro-quick.html[A Quick Introduction to Gerrit] |
Edwin Kempin | 4bf0196 | 2014-04-16 16:47:10 +0200 | [diff] [blame] | 6 | .. link:intro-project-owner.html[Project Owner Guide] |
Colby Ranger | 3ac57c1 | 2013-12-05 09:50:40 -0800 | [diff] [blame] | 7 | .. link:http://source.android.com/submit-patches/workflow[Default Android Workflow] (external) |
| 8 | . Web |
| 9 | .. Registering a new Gerrit account |
Edwin Kempin | 4fd84c9 | 2014-04-30 13:23:15 +0200 | [diff] [blame] | 10 | .. link:user-review-ui.html[Reviewing Changes] |
Colby Ranger | 3ac57c1 | 2013-12-05 09:50:40 -0800 | [diff] [blame] | 11 | .. link:user-search.html[Searching Changes] |
David Ostrovsky | 6842df9 | 2014-12-19 09:20:31 +0100 | [diff] [blame] | 12 | .. link:user-inline-edit.html[Manipulating Changes in Browser] |
Colby Ranger | 3ac57c1 | 2013-12-05 09:50:40 -0800 | [diff] [blame] | 13 | .. link:user-notify.html[Subscribing to Email Notifications] |
| 14 | . SSH |
| 15 | .. SSH connection details |
| 16 | .. link:cmd-index.html[Command Line Tools] |
| 17 | . Git |
| 18 | .. Git connection details |
| 19 | .. Commands, scenarios |
| 20 | ... link:user-upload.html[Uploading Changes] |
| 21 | ... link:error-messages.html[Error Messages] |
| 22 | .. Changes |
| 23 | ... link:user-changeid.html[Change-Id Lines] |
| 24 | ... link:user-signedoffby.html[Signed-off-by Lines] |
| 25 | .. Patch sets |
Ed Costello | 7407a92 | 2011-07-23 21:38:42 +1200 | [diff] [blame] | 26 | |
Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 27 | == Project Management |
Stefan Lay | 08ba473 | 2014-05-05 16:36:12 +0200 | [diff] [blame] | 28 | . link:project-configuration.html[Project Configuration] |
Colby Ranger | 3ac57c1 | 2013-12-05 09:50:40 -0800 | [diff] [blame] | 29 | . link:access-control.html[Access Controls] |
| 30 | .. link:config-labels.html[Review Labels] |
| 31 | .. link:config-project-config.html[Access Controls Configuration Format] |
| 32 | . Multi-project management |
| 33 | .. Submodules |
| 34 | .. Repo |
| 35 | . Prolog rules |
| 36 | .. link:prolog-cookbook.html[Prolog Cookbook] |
| 37 | .. link:prolog-change-facts.html[Prolog Facts for Gerrit Changes] |
| 38 | . link:user-submodules.html[Subscribing to Git Submodules] |
| 39 | . Project sunset |
Ed Costello | 7407a92 | 2011-07-23 21:38:42 +1200 | [diff] [blame] | 40 | |
Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 41 | == Customization and Integration |
Colby Ranger | 3ac57c1 | 2013-12-05 09:50:40 -0800 | [diff] [blame] | 42 | . link:user-dashboards.html[Dashboards] |
| 43 | . link:rest-api.html[REST API] |
| 44 | . link:config-gitweb.html[Gitweb Integration] |
| 45 | . link:config-themes.html[Themes] |
| 46 | . link:config-sso.html[Single Sign-On Systems] |
| 47 | . link:config-hooks.html[Hooks] |
| 48 | . link:config-mail.html[Mail Templates] |
| 49 | . link:config-cla.html[Contributor Agreements] |
| 50 | |
Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 51 | == Server Administration |
Colby Ranger | 3ac57c1 | 2013-12-05 09:50:40 -0800 | [diff] [blame] | 52 | . link:install.html[Installation Guide] |
| 53 | . link:config-gerrit.html[System Settings] |
| 54 | . Backup |
| 55 | . Performance tuning |
| 56 | .. link:cmd-index.html[Command Line Tools] |
| 57 | .. Reading show-caches efficiently |
| 58 | .. How to read stats from the JVM |
| 59 | . High availability |
| 60 | . Replication |
Edwin Kempin | 6a78963 | 2015-02-13 11:48:04 +0100 | [diff] [blame^] | 61 | . link:config-plugins.html[Plugins] |
Colby Ranger | 3ac57c1 | 2013-12-05 09:50:40 -0800 | [diff] [blame] | 62 | . link:config-contact.html[User Contact Information] |
| 63 | . link:config-reverseproxy.html[Reverse Proxy] |
| 64 | . link:config-auto-site-initialization.html[Automatic Site Initialization on Startup] |
| 65 | . link:pgm-index.html[Server Side Administrative Tools] |
| 66 | |
Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 67 | == Developer |
David Pursehouse | 2c1928f | 2014-12-19 14:04:55 +0900 | [diff] [blame] | 68 | . Getting Started |
| 69 | .. link:dev-readme.html[Developer Setup] |
| 70 | .. link:dev-eclipse.html[Eclipse Setup] |
| 71 | .. link:dev-buck.html[Building with Buck] |
| 72 | .. link:dev-contributing.html[Contributing to Gerrit] |
| 73 | . Plugin Development |
| 74 | .. link:dev-plugins.html[Developing Plugins] |
| 75 | .. link:dev-build-plugins.html[Building Gerrit plugins] |
| 76 | .. link:js-api.html[JavaScript Plugin API] |
| 77 | .. link:config-validation.html[Validation Interfaces] |
Colby Ranger | 3ac57c1 | 2013-12-05 09:50:40 -0800 | [diff] [blame] | 78 | . Documentation formatting guide for contributions |
| 79 | . link:dev-design.html[System Design] |
| 80 | . link:i18n-readme.html[i18n Support] |
Colby Ranger | 3ac57c1 | 2013-12-05 09:50:40 -0800 | [diff] [blame] | 81 | |
Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 82 | == Maintainer |
Colby Ranger | 3ac57c1 | 2013-12-05 09:50:40 -0800 | [diff] [blame] | 83 | . link:dev-release.html[Developer Release] |
| 84 | . link:dev-release-subproject.html[Developer Subproject Release] |
Shawn O. Pearce | 0d76085 | 2009-01-16 09:04:47 -0800 | [diff] [blame] | 85 | |
Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 86 | == Resources |
Colby Ranger | 3ac57c1 | 2013-12-05 09:50:40 -0800 | [diff] [blame] | 87 | * link:licenses.html[Licenses and Notices] |
Shawn O. Pearce | 7ce22f7 | 2009-05-08 18:34:19 -0700 | [diff] [blame] | 88 | * link:http://code.google.com/p/gerrit/[Homepage] |
Kyle Laker | 37c12c1 | 2014-01-15 18:12:00 -0500 | [diff] [blame] | 89 | * link:http://gerrit-releases.storage.googleapis.com/index.html[Downloads] |
Shawn O. Pearce | 3eda205 | 2009-09-24 15:00:22 -0700 | [diff] [blame] | 90 | * link:http://code.google.com/p/gerrit/issues/list[Issue Tracking] |
Colby Ranger | bbc9de5 | 2012-04-26 09:01:10 -0700 | [diff] [blame] | 91 | * link:http://code.google.com/p/gerrit/source/checkout[Source Code] |
Shawn O. Pearce | 7ce22f7 | 2009-05-08 18:34:19 -0700 | [diff] [blame] | 92 | * link:http://code.google.com/p/gerrit/wiki/Background[A History of Gerrit Code Review] |
Yuxuan 'fishy' Wang | 99cb68d | 2013-10-31 17:26:00 -0700 | [diff] [blame] | 93 | |
| 94 | SEARCHBOX |
| 95 | --------- |