From 9f61921b969b35402b1fed5792f1a647fe7ecfa4 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sun, 5 Aug 2007 01:45:11 +0100 Subject: [PATCH] Include /.gitignore in the installer This is needed for the initialize-msysGit.sh script. Signed-off-by: Johannes Schindelin --- bin/release-msysGit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/release-msysGit.sh b/bin/release-msysGit.sh index 9ae0dead..5f59feef 100644 --- a/bin/release-msysGit.sh +++ b/bin/release-msysGit.sh @@ -29,7 +29,7 @@ cd "$(dirname "$(cd /; pwd -W)")" LIST=list.txt (cd / && - git ls-files | grep -ve '^\.gitignore$' -e '^\"\?git/gitweb' && + git ls-files | grep -v '^\"\?git/gitweb' && echo "git/gitweb") | sed "s|^|msysGit/|" > $LIST && -- 2.11.4.GIT