Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-04-12 00:54:28 +0400
committerJunio C Hamano <gitster@pobox.com>2010-04-12 00:54:28 +0400
commit4553d58f374c6bfcae6b4be528bbf11c18a7efe5 (patch)
tree44877f9283ffa304e6a805a56f2270fe21b892c7 /compat/mingw.h
parent7b575f3c387f7fd1b204af71a02b3faa74fb7798 (diff)
parentf9a2743c3529baab6de650aa3e3eb96de9386fec (diff)
Merge branch 'jl/maint-submodule-gitfile-awareness'
* jl/maint-submodule-gitfile-awareness: Windows: start_command: Support non-NULL dir in struct child_process
Diffstat (limited to 'compat/mingw.h')
-rw-r--r--compat/mingw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/mingw.h b/compat/mingw.h
index e81e752ed2..7c2ab64cb4 100644
--- a/compat/mingw.h
+++ b/compat/mingw.h
@@ -229,6 +229,7 @@ int mingw_utime(const char *file_name, const struct utimbuf *times);
#define utime mingw_utime
pid_t mingw_spawnvpe(const char *cmd, const char **argv, char **env,
+ const char *dir,
int fhin, int fhout, int fherr);
void mingw_execvp(const char *cmd, char *const *argv);
#define execvp mingw_execvp