Commit b8a80e4
authored
Rollup merge of rust-lang#146654 - samueltardieu:issue142534, r=Kobzol
Do not use `git -C dir`
Older versions of git (≤ 1.8.5) do not support the `-C dir` global option. Use the `cwd` optional argument when using Python's `subprocess` functionality instead.
Fix rust-lang#1425341 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1193 | 1193 | | |
1194 | 1194 | | |
1195 | 1195 | | |
1196 | | - | |
1197 | | - | |
1198 | 1196 | | |
1199 | 1197 | | |
1200 | 1198 | | |
1201 | 1199 | | |
1202 | 1200 | | |
1203 | 1201 | | |
1204 | 1202 | | |
1205 | | - | |
| 1203 | + | |
| 1204 | + | |
| 1205 | + | |
1206 | 1206 | | |
1207 | 1207 | | |
1208 | 1208 | | |
| |||
0 commit comments