Commit 9eec47c
committed
cmd/git(fix[Git.clone]): Fix reference_if_able flag name
why: The parameter was emitting --reference instead of --reference-if-able,
which has different semantics (--reference fails if local repo is missing,
--reference-if-able silently skips).
what:
- Change ["--reference", reference_if_able] to ["--reference-if-able", ...]1 parent 7644c2b commit 9eec47c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | | - | |
| 374 | + | |
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
| |||
0 commit comments