From b82f3a226783bfdcde2014fca227163b53bef3cd Mon Sep 17 00:00:00 2001 From: Pat Thoyts Date: Mon, 3 Jun 2013 09:21:33 +0100 Subject: [PATCH] iconv: include iconv.exe in the Git for Windows release. As discussed in issue #113 it is useful to have a method for converting between unicode and utf-8 for writing smudge/clean filters. To assist in this we shall include a functional iconv.exe in the release. A side effect is we now also ship libintl-8.dll. Signed-off-by: Pat Thoyts --- share/WinGit/copy-files.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/WinGit/copy-files.sh b/share/WinGit/copy-files.sh index b94f4600..278620c0 100755 --- a/share/WinGit/copy-files.sh +++ b/share/WinGit/copy-files.sh @@ -73,8 +73,8 @@ md5sum {bin,libexec/git-core}/git-*.exe libexec/git-core/git.exe | sed -n -r "s/^$gitmd5\s+\*?(.*)/\1/p" > etc/fileList-builtins.txt && rm $(cat etc/fileList-builtins.txt) && # rm builtins - if needed we'll restore them after strip (cd $MSYSGITROOT/mingw && tar cf - \ - bin/*{tcl,tk,wish,gpg,msmtp,curl.exe,*.crt}* bin/connect.exe \ - bin/*{libcurl,libcrypto,libssl,libgsasl,libiconv}* \ + bin/*{tcl,tk,wish,gpg,msmtp,curl.exe,*.crt}* bin/connect.exe bin/iconv.exe\ + bin/*{libcurl,libcrypto,libssl,libgsasl,libiconv,libintl}* \ bin/getcp.exe bin/rebase.exe \ bin/gzip.exe bin/gunzip.exe \ bin/{libpoppler-7.dll,pdfinfo.exe,pdftotext.exe} \ -- 2.11.4.GIT