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
<!-- Do not use XML namespaces here (<Project xmlns="...">), because it would break patching of version numbers during builds on AppVeyor (https://github.com/appveyor/website/pull/409) -->
<!-- Do not use XML namespaces here (<Project xmlns="...">), because it would break patching of version numbers during builds on AppVeyor (https://github.com/appveyor/website/pull/409) -->
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ GitExtensions.GerritPlugin is a plugin for GitExtensions to work with a [Gerrit]
11
11
## Usage
12
12
13
13
The cloned repository requires a `.gitreview` file, which is in use for the plugin to identify the gerrit server.
14
-
This file must be located in root foilder of the repository.
14
+
This file must be located in root folder of the repository.
15
15
Get more information about this file [here](https://docs.openstack.org/infra/git-review/installation.html#gitreview-file-format)
16
16
17
17
### Revision link
@@ -30,8 +30,8 @@ Use the following pattern to link revision data to Gerrit:
30
30
| v <= 3.5.x | v <= 1.3.2 |
31
31
| 3.5.x < v <= 4.0.0 | 2.0.0 <= v <= 2.0.1 |
32
32
| 4.0.1 <= v <= 4.0.2 | 2.0.5 |
33
-
| 4.1 <= v | master-branch|
33
+
| 4.1.x <= v | 2.0.6 <= v |
34
34
35
35
## GitExtensions Plugin Template information
36
36
37
-
The [GitExtensions Plugin Template](https://github.com/gitextensions/gitextensions.plugintemplate) gives additional information about the pluign development.
37
+
The [GitExtensions Plugin Template](https://github.com/gitextensions/gitextensions.plugintemplate) gives additional information about the plugin development.
0 commit comments