summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdwin Kempin <ekempin@google.com>2018-04-19 13:44:16 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-04-19 13:44:16 +0000
commit67ecd8b07aa505385358084cf4147be666b74db6 (patch)
treeb61133257f098ffe084da8d3e5f48c18ee586635
parentdbabc2c8d89eb5c7f6cefe16d77a654b7abdcade (diff)
parent025b2633aefaa04eba8134dee90da559efd94bcd (diff)
Merge "user-search: Improve readability of example basic searches" into stable-2.14
-rw-r--r--Documentation/user-search.txt26
1 files changed, 13 insertions, 13 deletions
diff --git a/Documentation/user-search.txt b/Documentation/user-search.txt
index 6806cca871..3eb72229ea 100644
--- a/Documentation/user-search.txt
+++ b/Documentation/user-search.txt
@@ -9,14 +9,14 @@ query, execute it, and present the results.
[options="header"]
|=================================================
|Description | Default Query
-|All > Open | status:open '(or is:open)'
-|All > Merged | status:merged
-|All > Abandoned | status:abandoned
-|My > Drafts | owner:self is:draft
-|My > Watched Changes | is:watched is:open
-|My > Starred Changes | is:starred
-|My > Draft Comments | has:draft
-|Open changes in Foo | status:open project:Foo
+|All > Open | `status:open '(or is:open)'`
+|All > Merged | `status:merged`
+|All > Abandoned | `status:abandoned`
+|My > Drafts | `owner:self is:draft`
+|My > Watched Changes | `is:watched is:open`
+|My > Starred Changes | `is:starred`
+|My > Draft Comments | `has:draft`
+|Open changes in Foo | `status:open project:Foo`
|=================================================
@@ -28,11 +28,11 @@ text and let Gerrit figure out the meaning:
[options="header"]
|=============================================================
|Description | Examples
-|Legacy numerical id | 15183
-|Full or abbreviated Change-Id | Ic0ff33
-|Full or abbreviated commit SHA-1 | d81b32ef
-|Email address | user@example.com
-|Approval requirement | Code-Review>=+2, Verified=1
+|Legacy numerical id | `15183`
+|Full or abbreviated Change-Id | `Ic0ff33`
+|Full or abbreviated commit SHA-1 | `d81b32ef`
+|Email address | `user@example.com`
+|Approval requirement | `Code-Review>=+2`, `Verified=1`
|=============================================================
For change searches (i.e. those using a numerical id, Change-Id, or commit