]> git.ipfire.org Git - thirdparty/git.git/commit
http-fetch: add missing initialization of argv0_path
authorJonathan Nieder <jrnieder@gmail.com>
Mon, 9 Nov 2009 15:05:00 +0000 (09:05 -0600)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Nov 2009 19:02:27 +0000 (11:02 -0800)
commitf01d74960363736caaf4d98d39555e99bdc72c25
tree4f22a38a740a7e5021185af36f024d6742623c6b
parentd629c40b0b8b63b0c8b33d52dcba0ed202d898d7
http-fetch: add missing initialization of argv0_path

According to c6dfb39 (remote-curl: add missing initialization of
argv0_path, 2009-10-13), programs with "main" must call this to
work correctly on MinGW.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http-fetch.c