Hi,
On Mon, 14 Jul 2008, Johannes Sixt wrote:
Zitat von Johannes Schindelin [off-list ref]:
quoted
On Sun, 13 Jul 2008, Johannes Sixt wrote:
quoted
@@ -84,7 +90,7 @@ static void add_path(struct strbuf *out, const char
*path)
}
}
-void setup_path(const char *cmd_path)
+void setup_path(void)
It seems to me that this patch would not do anything different, but
with less code change, if setup_path() would set argv0_path, and not a
new function was introduced.
This is just to play a safe game. I had it that way, but I decided to have
the call to the new git_set_argv0_path() early in git.c because the call
to setup_path() in git.c is very late, and it could happen that we call
system_path() (which needs argv0_path) before that. Although I didn't audit
the code whether this really happens.
Well, okay... I would have rather seen it not change (since there was no
bug to fix), or as a separate patch, but it's Junio's call.
Ciao,
Dscho