Commit 7644c2b
committed
cmd/git(fix[Git.clone]): Fix separate_git_dir repr quoting issue
why: Using !r (repr) incorrectly added quotes around the path, causing
git to fail with "unknown option: --separate-git-dir='/path/to/dir'".
what:
- Change {separate_git_dir!r} to {separate_git_dir!s} to match init()1 parent 3a6153f commit 7644c2b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| |||
0 commit comments