Re: [PATCH 3/3] Avoid multiple PREFIX definitions

2018-04-22 Thread Philip Oakley
From: "Johannes Schindelin" From: Philip Oakley The short and sweet PREFIX can be confused when used in many places. Rename both usages to better describe their purpose. EXEC_CMD_PREFIX is used in full to disambiguate it from the nearby GIT_EXEC_PATH. @dcsho; Thanks for keeping up with this

[PATCH 3/3] Avoid multiple PREFIX definitions

2018-04-20 Thread Johannes Schindelin
From: Philip Oakley The short and sweet PREFIX can be confused when used in many places. Rename both usages to better describe their purpose. EXEC_CMD_PREFIX is used in full to disambiguate it from the nearby GIT_EXEC_PATH. The PREFIX in sideband.c, while nominally independant of the exec_cmd P