diff options
| author | Junio C Hamano <gitster@pobox.com> | 2016-12-05 11:24:17 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2016-12-05 11:24:28 -0800 |
| commit | cd1c2e7301820f9a198c8d665cd72d930233d02a (patch) | |
| tree | bae2ad03e1ca04c3168e2f4bc2db840b14bc043d /exec_cmd.h | |
| parent | 0a79ccaac7dcfaf93294979fd9608d0f95fd7a47 (diff) | |
| parent | 6854a8f5c9ecf32f5bd85020e77d48d3ffdf48fc (diff) | |
Merge branch 'jk/common-main' into maint-2.10
* jk/common-main:
common-main: stop munging argv[0] path
git-compat-util: move content inside ifdef/endif guards
Diffstat (limited to 'exec_cmd.h')
| -rw-r--r-- | exec_cmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exec_cmd.h b/exec_cmd.h index 1f6b43378b..ff0b48048a 100644 --- a/exec_cmd.h +++ b/exec_cmd.h @@ -4,7 +4,7 @@ struct argv_array; extern void git_set_argv_exec_path(const char *exec_path); -extern const char *git_extract_argv0_path(const char *path); +extern void git_extract_argv0_path(const char *path); extern const char *git_exec_path(void); extern void setup_path(void); extern const char **prepare_git_cmd(struct argv_array *out, const char **argv); |
