Re: [PATCH jl/maint-submodule-gitfile-awareness] Windows: start_command: Support non-NULL dir in struct child_process
From: Jens Lehmann <hidden>
Date: 2016-06-15 22:48:36
From: Jens Lehmann <hidden>
Date: 2016-06-15 22:48:36
Am 11.04.2010 22:40, schrieb Johannes Sixt:
A caller of start_command can set the member 'dir' to a directory to request that the child process starts with that directory as CWD. The first user of this feature was added recently in eee49b6 (Teach diff --submodule and status to handle .git files in submodules). On Windows, we have been lazy and had not implemented support for this feature, yet. This fixes the shortcoming.
Thanks, I didn't know this was missing from the Windows port.