Add ability to use PATH from the specified environment
[git-cheetah/kirill.git] / exec.h
blob31f23a52c14aa927b8d7a50ee36ff4c93d8814a6
2 /*
3 * Modifies a copy of the environment to include Git in PATH
4 */
5 char *env_for_git();
7 /*
8 * Native, simplified implementation of spawn with a working directory
10 * Executes git.exe
11 * Supports only P_WAIT and P_NOWAIT modes.
13 int exec_git(char *cmd, const char *wd, int mode);