Commit 3c3558f
submodule--helper: run update using child process struct
We switch to using the run-command API function that takes a
'struct child process', since we are using a lot of the options. This
will also make it simple to switch over to using 'capture_command()'
when we start handling the output of the command completely in C.
Mentored-by: Christian Couder <christian.couder@gmail.com>
Mentored-by: Shourya Shukla <periperidip@gmail.com>
Signed-off-by: Atharva Raykar <raykar.ath@gmail.com>
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>1 parent d23e51a commit 3c3558f
1 file changed
+16
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2325 | 2325 | | |
2326 | 2326 | | |
2327 | 2327 | | |
2328 | | - | |
2329 | | - | |
| 2328 | + | |
2330 | 2329 | | |
2331 | 2330 | | |
2332 | | - | |
2333 | 2331 | | |
2334 | 2332 | | |
2335 | 2333 | | |
2336 | | - | |
2337 | | - | |
| 2334 | + | |
| 2335 | + | |
2338 | 2336 | | |
2339 | | - | |
| 2337 | + | |
2340 | 2338 | | |
2341 | 2339 | | |
2342 | | - | |
2343 | | - | |
| 2340 | + | |
| 2341 | + | |
2344 | 2342 | | |
2345 | | - | |
| 2343 | + | |
2346 | 2344 | | |
2347 | 2345 | | |
2348 | 2346 | | |
2349 | | - | |
2350 | | - | |
| 2347 | + | |
| 2348 | + | |
2351 | 2349 | | |
2352 | | - | |
| 2350 | + | |
2353 | 2351 | | |
2354 | 2352 | | |
2355 | 2353 | | |
2356 | | - | |
2357 | | - | |
| 2354 | + | |
| 2355 | + | |
2358 | 2356 | | |
2359 | 2357 | | |
2360 | 2358 | | |
2361 | 2359 | | |
2362 | 2360 | | |
2363 | 2361 | | |
2364 | | - | |
| 2362 | + | |
2365 | 2363 | | |
2366 | | - | |
2367 | | - | |
2368 | | - | |
| 2364 | + | |
| 2365 | + | |
| 2366 | + | |
2369 | 2367 | | |
2370 | 2368 | | |
2371 | 2369 | | |
| |||
0 commit comments