Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
iconv: include iconv.exe in the Git for Windows release.
Browse files Browse the repository at this point in the history
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 <patthoyts@users.sourceforge.net>
  • Loading branch information
patthoyts committed Jun 3, 2013
1 parent e489513 commit b82f3a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions share/WinGit/copy-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down

0 comments on commit b82f3a2

Please sign in to comment.