Skip to content

Commit 821178b

Browse files
authored
add revision link info to README (#31)
1 parent 1f0b169 commit 821178b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ The cloned repository requires a `.gitreview` file, which is in use for the plug
1515
This file must be located in root foilder of the repository.
1616
Get more information about this file [here](https://docs.openstack.org/infra/git-review/installation.html#gitreview-file-format)
1717

18+
### Revision link
19+
20+
Using [Git Extensions revision links](https://git-extensions-documentation.readthedocs.io/settings.html#git-extensions-revision-links) you can configure how to convert parts of a revision data into clickable links.
21+
22+
Use the following pattern to link revision data to Gerrit:
23+
* Search in: `Message`.
24+
* Search pattern: `(Change-Id: )#?I\w+`.
25+
* Nested pattern: `I\w{2,}`.
26+
1827
## GitExtensions Plugin Template infomration
1928

2029
The [GitExtensions Plugin Template](https://github.com/gitextensions/gitextensions.plugintemplate) gives additional information about the pluign development.

0 commit comments

Comments
 (0)