You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
2
1
# GitExtensions.GerritPlugin
3
2
4
3
GitExtensions.GerritPlugin is a plugin for GitExtensions to work with a [Gerrit](https://www.gerritcodereview.com/) as Git server.
@@ -24,6 +23,14 @@ Use the following pattern to link revision data to Gerrit:
24
23
* Search pattern: `(Change-Id: )#?I\w+`.
25
24
* Nested pattern: `I\w{2,}`.
26
25
26
+
## Compatibility Matrix
27
+
28
+
| Git Extensions | Gerrit Plugin |
29
+
|--------------------|---------------------|
30
+
| v <= 3.5.x | v <= 1.3.2 |
31
+
| 3.5.x < v <= 4.0.0 | 2.0.0 <= v <= 2.0.1 |
32
+
| 4.0.1 <= v | 2.0.2 <= v |
33
+
27
34
## GitExtensions Plugin Template infomration
28
35
29
36
The [GitExtensions Plugin Template](https://github.com/gitextensions/gitextensions.plugintemplate) gives additional information about the pluign development.
0 commit comments