Commit 9f35cb1
authored
zoekt-mirror-gerrit: fix fetch for meta/config (#777)
The current configuration creates a conflict with default
fetch config `+refs/heads/*:refs/heads/*`.
The first fetch is ok but once a local "refs/heads/meta/config" exists
fetch fails because 2 fetch rules match for local "refs/heads/meta/config" :
"refs/meta/config" and "refs/heads/meta/config"
Changing local ref name fixes the problem1 parent 7c5b778 commit 9f35cb1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| |||
0 commit comments