From 2fc568ac4d24b69757241460f1701770915ab194 Mon Sep 17 00:00:00 2001 From: Jan Schulz Date: Wed, 6 Jan 2016 10:23:38 +0100 Subject: [PATCH] Add column.exe to the installed files column.exe is included for the benefit of https://github.com/tj/git-extras which uses column.exe in git line-summary, git summary and git ignore-io. It's a 25kb file with no additional dependencies (msys-intl-8.dll, msys-iconv-2.dll and msys-2.0.dll are all included already). From the util-linux package... Closes: https://github.com/git-for-windows/git/issues/586 Signed-off-by: Jan Schulz --- make-file-list.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/make-file-list.sh b/make-file-list.sh index ac84f04e06..f17011c028 100755 --- a/make-file-list.sh +++ b/make-file-list.sh @@ -109,3 +109,9 @@ mingw$BITNESS/etc/gitattributes mingw$BITNESS/bin/pdftotext.exe mingw$BITNESS/bin/libstdc++-6.dll EOF + +# extras +# https://github.com/git-for-windows/git/issues/586 +# for https://github.com/tj/git-extras -> used in git line-summary, git summary and git ignore-io +# from util-linux, 25kb, deps on msys-intl-8.dll, msys-iconv-2.dll, msys-2.0.dll (all included already) +echo "usr/bin/column.exe"