From e6556bbfd0893138396b15f6c6f3a4b03c2aa5fa Mon Sep 17 00:00:00 2001 From: Stefan Naewe Date: Fri, 26 Mar 2010 09:02:35 +0000 Subject: [PATCH] add missing git-remote-http.exe to net installer filelist The file /share/msysGit/net/fileList.txt is missing git-remote-http.exe which breaks the msysGit net installer when a proxy needs to be used. Signed-off-by: Stefan Naewe Signed-off-by: Johannes Schindelin --- share/msysGit/net/fileList.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/share/msysGit/net/fileList.txt b/share/msysGit/net/fileList.txt index d38b83c7..0e08b819 100644 --- a/share/msysGit/net/fileList.txt +++ b/share/msysGit/net/fileList.txt @@ -9,6 +9,7 @@ bin/pthreadGC2.dll libexec/git-core/git-index-pack.exe libexec/git-core/git-sh-setup libexec/git-core/git-submodule +libexec/git-core/git-remote-http.exe bin/cat.exe bin/expr.exe bin/mkdir.exe -- 2.11.4.GIT