Commit d2a7959
committed
Fix bare-clone repo name parsing (was splitting on "_" not "__")
bare_clone_repo writes to "{owner}__{name}.git" but
mine_bare_repo_to_cache was splitting on a single underscore — leaving
an underscore prefix on every name (e.g. FiloSottile/_age, _sunlight,
_torchwood). Split on the double underscore separator.1 parent c02dc89 commit d2a7959
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1328 | 1328 | | |
1329 | 1329 | | |
1330 | 1330 | | |
1331 | | - | |
| 1331 | + | |
| 1332 | + | |
| 1333 | + | |
1332 | 1334 | | |
1333 | | - | |
1334 | | - | |
| 1335 | + | |
| 1336 | + | |
1335 | 1337 | | |
1336 | 1338 | | |
1337 | 1339 | | |
| |||
0 commit comments