From 4c7907f9c786a469479e40fb8340b870ca610238 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 11 May 2009 10:43:26 +0200 Subject: [PATCH] Include /etc/inputrc in the installer This fixes msysGit issue 256. Signed-off-by: Johannes Schindelin --- share/WinGit/copy-files.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/share/WinGit/copy-files.sh b/share/WinGit/copy-files.sh index d0d6a872..689887d5 100644 --- a/share/WinGit/copy-files.sh +++ b/share/WinGit/copy-files.sh @@ -67,6 +67,7 @@ tar xf - && strip bin/{[a-fh-z],g[a-oq-z]}*.exe libexec/git-core/*.exe && cp /git/contrib/completion/git-completion.bash etc/ && cp /etc/termcap etc/ && +cp /etc/inputrc etc/ && cp /etc/gitconfig etc/ && cp /share/WinGit/ReleaseNotes.rtf . && sed 's/^\. .*\(git-completion.bash\)/. \/etc\/\1/' \ -- 2.11.4.GIT