File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/content/doc/advanced Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ when creating a repository. The possible values are:
109
109
- ` always ` : Always sign
110
110
111
111
Options other than ` never ` and ` always ` can be combined as a comma
112
- separated list.
112
+ separated list. The commit will be signed if all selected options are true.
113
113
114
114
### ` WIKI `
115
115
@@ -123,7 +123,7 @@ The possible values are:
123
123
- ` always ` : Always sign
124
124
125
125
Options other than ` never ` and ` always ` can be combined as a comma
126
- separated list.
126
+ separated list. The commit will be signed if all selected options are true.
127
127
128
128
### ` CRUD_ACTIONS `
129
129
@@ -137,7 +137,7 @@ editor or API CRUD actions. The possible values are:
137
137
- ` always ` : Always sign
138
138
139
139
Options other than ` never ` and ` always ` can be combined as a comma
140
- separated list.
140
+ separated list. The change will be signed if all selected options are true.
141
141
142
142
### ` MERGES `
143
143
@@ -154,7 +154,7 @@ The possible options are:
154
154
- ` always ` : Always sign
155
155
156
156
Options other than ` never ` and ` always ` can be combined as a comma
157
- separated list.
157
+ separated list. The merge will be signed if all selected options are true.
158
158
159
159
## Obtaining the Public Key of the Signing Key
160
160
You can’t perform that action at this time.
0 commit comments