Marian Harbach | ebeb154 | 2019-12-13 10:42:46 +0100 | [diff] [blame] | 1 | :linkattrs: |
Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 2 | = Gerrit Code Review for Git |
Shawn O. Pearce | 18fda19 | 2009-02-11 14:12:23 -0800 | [diff] [blame] | 3 | |
David Shevitz | 11a458a | 2017-07-20 15:32:05 -0700 | [diff] [blame] | 4 | == Quickstarts |
| 5 | |
| 6 | . link:linux-quickstart.html[Quickstart for Installing Gerrit on Linux] |
| 7 | |
David Shevitz | 42135f9 | 2017-07-13 09:52:28 -0700 | [diff] [blame] | 8 | == About Gerrit |
Janet Davies | 3c58389 | 2018-07-25 13:27:24 -0700 | [diff] [blame] | 9 | . link:intro-rockstar.html[Why Code Review?] |
David Shevitz | c94cf4a | 2017-08-03 13:35:53 -0700 | [diff] [blame] | 10 | . link:intro-quick.html[Product Overview] |
David Shevitz | 42135f9 | 2017-07-13 09:52:28 -0700 | [diff] [blame] | 11 | . link:intro-how-gerrit-works.html[How Gerrit Works] |
| 12 | . link:intro-gerrit-walkthrough.html[Basic Gerrit Walkthrough] |
David Pursehouse | 932c144 | 2020-04-03 10:10:44 +0900 | [diff] [blame] | 13 | . link:intro-gerrit-walkthrough-github.html[Basic Gerrit Walkthrough -- For GitHub Users] |
David Shevitz | 42135f9 | 2017-07-13 09:52:28 -0700 | [diff] [blame] | 14 | |
Marco Miller | eeaf987 | 2020-04-01 12:30:50 -0400 | [diff] [blame] | 15 | == Contributor Guides |
| 16 | . link:dev-community.html[Gerrit Community] |
| 17 | . link:dev-community.html#how-to-contribute[How to Contribute] |
Nasser Grainawi | 2c82dec | 2022-07-01 17:42:34 -0600 | [diff] [blame] | 18 | .. link:dev-readme.html[Developer Setup] |
Marco Miller | eeaf987 | 2020-04-01 12:30:50 -0400 | [diff] [blame] | 19 | |
| 20 | == User Guides |
David Shevitz | 42135f9 | 2017-07-13 09:52:28 -0700 | [diff] [blame] | 21 | . link:intro-user.html[User Guide] |
| 22 | . link:intro-project-owner.html[Project Owner Guide] |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 23 | . link:https://source.android.com/source/developing[Default Android Workflow,role=external,window=_blank] (external) |
David Shevitz | 42135f9 | 2017-07-13 09:52:28 -0700 | [diff] [blame] | 24 | |
Kamil Musin | b75743e | 2023-02-01 17:13:07 +0100 | [diff] [blame] | 25 | == Features and Workflows |
Colby Ranger | 3ac57c1 | 2013-12-05 09:50:40 -0800 | [diff] [blame] | 26 | . Web |
Kamil Musin | 408a80e | 2022-11-22 16:40:12 +0100 | [diff] [blame] | 27 | .. link:user-review-ui.html[Review UI Overview] |
Colby Ranger | 3ac57c1 | 2013-12-05 09:50:40 -0800 | [diff] [blame] | 28 | .. link:user-search.html[Searching Changes] |
David Ostrovsky | 6842df9 | 2014-12-19 09:20:31 +0100 | [diff] [blame] | 29 | .. link:user-inline-edit.html[Manipulating Changes in Browser] |
Colby Ranger | 3ac57c1 | 2013-12-05 09:50:40 -0800 | [diff] [blame] | 30 | .. link:user-notify.html[Subscribing to Email Notifications] |
Kamil Musin | b75743e | 2023-02-01 17:13:07 +0100 | [diff] [blame] | 31 | .. link:user-attention-set.html[Attention Set] |
Milutin Kristofic | 37094e0 | 2023-02-24 18:59:36 +0100 | [diff] [blame] | 32 | .. link:user-suggest-edits.html[User Suggest Edits] |
Colby Ranger | 3ac57c1 | 2013-12-05 09:50:40 -0800 | [diff] [blame] | 33 | . SSH |
Edwin Kempin | 674c37f | 2015-06-10 11:07:56 +0200 | [diff] [blame] | 34 | .. link:user-upload.html#ssh[SSH connection details] |
Colby Ranger | 3ac57c1 | 2013-12-05 09:50:40 -0800 | [diff] [blame] | 35 | .. link:cmd-index.html[Command Line Tools] |
| 36 | . Git |
Colby Ranger | 3ac57c1 | 2013-12-05 09:50:40 -0800 | [diff] [blame] | 37 | .. Commands, scenarios |
| 38 | ... link:user-upload.html[Uploading Changes] |
| 39 | ... link:error-messages.html[Error Messages] |
| 40 | .. Changes |
| 41 | ... link:user-changeid.html[Change-Id Lines] |
| 42 | ... link:user-signedoffby.html[Signed-off-by Lines] |
Edwin Kempin | e326a1d | 2015-06-03 10:27:39 +0200 | [diff] [blame] | 43 | ... link:user-change-cleanup.html[Change Cleanup] |
Albert Cui | acef5c9 | 2021-02-26 19:42:27 +0000 | [diff] [blame] | 44 | ... link:cross-repository-changes.html[Cross Repository Changes using Topics] |
Ed Costello | 7407a92 | 2011-07-23 21:38:42 +1200 | [diff] [blame] | 45 | |
Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 46 | == Project Management |
Stefan Lay | 08ba473 | 2014-05-05 16:36:12 +0200 | [diff] [blame] | 47 | . link:project-configuration.html[Project Configuration] |
Colby Ranger | 3ac57c1 | 2013-12-05 09:50:40 -0800 | [diff] [blame] | 48 | .. link:config-labels.html[Review Labels] |
Youssef Elghareeb | 78287a4 | 2021-12-06 17:04:23 +0100 | [diff] [blame] | 49 | .. link:config-submit-requirements.html[Submit Requirements] |
Rafal Klys | 982021b | 2016-02-17 21:55:04 +0100 | [diff] [blame] | 50 | .. link:config-project-config.html[Project Configuration File Format] |
| 51 | . link:access-control.html[Access Controls] |
Colby Ranger | 3ac57c1 | 2013-12-05 09:50:40 -0800 | [diff] [blame] | 52 | . Multi-project management |
Edwin Kempin | 674c37f | 2015-06-10 11:07:56 +0200 | [diff] [blame] | 53 | .. link:user-submodules.html[Submodules] |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 54 | .. link:https://source.android.com/source/using-repo.html[Repo,role=external,window=_blank] (external) |
Edwin Kempin | 674c37f | 2015-06-10 11:07:56 +0200 | [diff] [blame] | 55 | . link:intro-project-owner.html#project-deletion[Project deletion] |
Ed Costello | 7407a92 | 2011-07-23 21:38:42 +1200 | [diff] [blame] | 56 | |
Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 57 | == Customization and Integration |
Colby Ranger | 3ac57c1 | 2013-12-05 09:50:40 -0800 | [diff] [blame] | 58 | . link:user-dashboards.html[Dashboards] |
| 59 | . link:rest-api.html[REST API] |
| 60 | . link:config-gitweb.html[Gitweb Integration] |
| 61 | . link:config-themes.html[Themes] |
| 62 | . link:config-sso.html[Single Sign-On Systems] |
| 63 | . link:config-hooks.html[Hooks] |
| 64 | . link:config-mail.html[Mail Templates] |
| 65 | . link:config-cla.html[Contributor Agreements] |
Edwin Kempin | 3fde7e4 | 2016-09-19 15:35:10 +0200 | [diff] [blame] | 66 | . link:config-robot-comments.html[Robot Comments] |
Colby Ranger | 3ac57c1 | 2013-12-05 09:50:40 -0800 | [diff] [blame] | 67 | |
Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 68 | == Server Administration |
Colby Ranger | 3ac57c1 | 2013-12-05 09:50:40 -0800 | [diff] [blame] | 69 | . link:install.html[Installation Guide] |
| 70 | . link:config-gerrit.html[System Settings] |
Edwin Kempin | 370ec92 | 2015-06-10 11:14:19 +0200 | [diff] [blame] | 71 | . link:cmd-index.html[Command Line Tools] |
Edwin Kempin | 674c37f | 2015-06-10 11:07:56 +0200 | [diff] [blame] | 72 | . link:config-plugins.html#replication[Replication] |
Edwin Kempin | 6a78963 | 2015-02-13 11:48:04 +0100 | [diff] [blame] | 73 | . link:config-plugins.html[Plugins] |
Matthias Sohn | 450bc20 | 2020-08-20 14:40:32 +0200 | [diff] [blame] | 74 | . link:logs.html[Log Files] |
David Pursehouse | 8ad1173 | 2016-08-29 15:00:14 +0900 | [diff] [blame] | 75 | . link:metrics.html[Metrics] |
Colby Ranger | 3ac57c1 | 2013-12-05 09:50:40 -0800 | [diff] [blame] | 76 | . link:config-reverseproxy.html[Reverse Proxy] |
| 77 | . link:config-auto-site-initialization.html[Automatic Site Initialization on Startup] |
| 78 | . link:pgm-index.html[Server Side Administrative Tools] |
Martin Fick | 70759b6 | 2021-05-07 14:59:36 -0600 | [diff] [blame] | 79 | . link:repository-maintenance.html[Repository Maintenance] |
Edwin Kempin | 0ade5aa | 2018-08-10 08:49:32 +0200 | [diff] [blame] | 80 | . link:user-request-tracing.html[Request Tracing] |
Edwin Kempin | 40c2989 | 2021-09-01 15:58:05 +0200 | [diff] [blame] | 81 | . link:user-request-cancellation-and-deadlines.html[Request Cancellation and Deadlines] |
Dave Borowitz | ebde328 | 2017-08-16 10:00:44 -0400 | [diff] [blame] | 82 | . link:note-db.html[NoteDb] |
Han-Wen Nienhuys | 9047c7d | 2017-11-29 09:30:30 +0100 | [diff] [blame] | 83 | . link:config-accounts.html[Accounts on NoteDb] |
| 84 | . link:config-groups.html[Groups on NoteDb] |
Albert Cui | 8e4897c | 2021-03-05 00:55:00 +0000 | [diff] [blame] | 85 | . link:user-privacy.html[User data and privacy] |
Colby Ranger | 3ac57c1 | 2013-12-05 09:50:40 -0800 | [diff] [blame] | 86 | |
David Shevitz | 55b31b9 | 2017-08-03 08:25:52 -0700 | [diff] [blame] | 87 | == Concepts |
| 88 | . link:config-labels.html[Review Labels] |
| 89 | . link:access-control.html[Access Controls] |
David Shevitz | 6493b2f | 2017-08-03 14:53:29 -0700 | [diff] [blame] | 90 | . link:concept-changes.html[Changes] |
David Shevitz | d87d841 | 2017-08-04 08:20:27 -0700 | [diff] [blame] | 91 | . link:concept-refs-for-namespace.html[The refs/for Namespace] |
David Shevitz | 5b7a41a | 2017-08-04 12:13:04 -0700 | [diff] [blame] | 92 | . link:concept-patch-sets.html[Patch Sets] |
Fabio Ponciroli | bce7b8c | 2021-03-19 17:45:27 +0100 | [diff] [blame] | 93 | . link:glossary.html[Glossary] |
David Shevitz | 55b31b9 | 2017-08-03 08:25:52 -0700 | [diff] [blame] | 94 | |
Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 95 | == Resources |
Colby Ranger | 3ac57c1 | 2013-12-05 09:50:40 -0800 | [diff] [blame] | 96 | * link:licenses.html[Licenses and Notices] |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 97 | * link:https://www.gerritcodereview.com/[Homepage,role=external,window=_blank] |
| 98 | * link:https://gerrit-releases.storage.googleapis.com/index.html[Downloads,role=external,window=_blank] |
Edwin Kempin | 6d99fb6 | 2023-06-21 10:08:28 +0000 | [diff] [blame^] | 99 | * link:https://issues.gerritcodereview.com/issues?q=is:open[Issue Tracking,role=external,window=_blank] |
Marian Harbach | 3425337 | 2019-12-10 18:01:31 +0100 | [diff] [blame] | 100 | * link:https://gerrit.googlesource.com/gerrit[Source Code,role=external,window=_blank] |
| 101 | * link:https://www.gerritcodereview.com/about.md[A History of Gerrit Code Review,role=external,window=_blank] |
Yuxuan 'fishy' Wang | 99cb68d | 2013-10-31 17:26:00 -0700 | [diff] [blame] | 102 | |
Yuxuan 'fishy' Wang | dcda98f7 | 2016-05-03 18:48:29 -0700 | [diff] [blame] | 103 | GERRIT |
| 104 | ------ |
| 105 | Part of link:https://www.gerritcodereview.com/[Gerrit Code Review] |
| 106 | |
Yuxuan 'fishy' Wang | 99cb68d | 2013-10-31 17:26:00 -0700 | [diff] [blame] | 107 | SEARCHBOX |
| 108 | --------- |