Commit 97252a7
authored
Retry commit if signing fails (#277)
This commit modifies the clone commit code to retry with the
pure go commit implementation if signing fails. It will only
do so if 1) UseGit was not specified and 2) Signing was not specified.
Signed-off-by: Adolfo Garcia Veytia (puerco) <[email protected]>1 parent 77fc6e7 commit 97252a7
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
162 | | - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
163 | 171 | | |
164 | 172 | | |
165 | 173 | | |
| |||
0 commit comments