From 59b521a3b61c561f7e38952f5b42b785fba494bf Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 6 Dec 2018 12:30:10 +0100 Subject: [PATCH] installer/portable/mingit: exclude `git cvsexportcommit` It is doubtful that any user still makes use of this. Signed-off-by: Johannes Schindelin --- make-file-list.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/make-file-list.sh b/make-file-list.sh index d35f8427e4..9423eefa94 100755 --- a/make-file-list.sh +++ b/make-file-list.sh @@ -139,6 +139,8 @@ grep -v -e '\.[acho]$' -e '\.l[ao]$' -e '/aclocal/' \ -e '^/mingw../libexec/git-core/git-archimport$' \ -e '^/mingw../share/doc/git-doc/git-archimport' \ -e '^/mingw../libexec/git-core/git-cvsimport$' \ + -e '^/mingw../share/doc/git-doc/git-cvsexport' \ + -e '^/mingw../libexec/git-core/git-cvsexport' \ -e '^/mingw../share/doc/git-doc/git-cvsimport' \ -e '^/mingw../share/git\(k\|-gui\)/lib/msgs/' \ -e '^/mingw../share/nghttp2/' \