On 04/25, Johannes Sixt wrote:
Am 25.04.2017 um 19:54 schrieb Brandon Williams:
quoted
Move the logic for 'is_executable()' from help.c to exec_cmd.c and
expose it so that callers from outside help.c can access the function.
The function is quite low-level. IMO, run-command.[ch] would be a
better home for it. Additionally, that would reduce the number of
files that contain #ifdef GIT_WINDOWS_NATIVE.
Fair enough, Jonathan suggested the same so I'll move it to
run-command in a re-roll.
--
Brandon Williams