Signed-off-by: Jonathan Nieder <jrnieder@xxxxxxxxx> --- http-fetch.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/http-fetch.c b/http-fetch.c index 52a4f6d..ffd0ad7 100644 --- a/http-fetch.c +++ b/http-fetch.c @@ -23,6 +23,8 @@ int main(int argc, const char **argv) int get_verbosely = 0; int get_recover = 0; + git_extract_argv0_path(argv[0]); + while (arg < argc && argv[arg][0] == '-') { if (argv[arg][1] == 't') { get_tree = 1; -- 1.6.5.2 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html