Re: [PATCH v7 1/2] exec_cmd: expose is_executable function
From: Johannes Sixt <hidden> Date: 2017-04-25 18:18:16
Am 25.04.2017 um 19:54 schrieb Brandon Williams:
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.
-- Hannes