diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-11-29 12:22:13 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-11-29 12:22:13 -0800 |
commit | 95c2b13a5fc06db6556def93843653e948e71e4b (patch) | |
tree | f6f1b90a0ce387460e3bb28a6f0399666f14a9b1 /exec_cmd.h | |
parent | Merge tag 'l10n-2.11.0-rnd3.1' of git://github.com/git-l10n/git-po (diff) | |
parent | common-main: stop munging argv[0] path (diff) | |
download | tgif-95c2b13a5fc06db6556def93843653e948e71e4b.tar.xz |
Merge branch 'jk/common-main'
Fix for a small regression in a topic already in 'master'.
* jk/common-main:
common-main: stop munging argv[0] path
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); |