From b4ed213b75f7493a206bc130f50decfe5496e694 Mon Sep 17 00:00:00 2001 From: p4bl0 Date: Sat, 21 May 2011 14:37:16 +0200 Subject: missing argument to fugitive_install_config important for remote install --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 68a125b..e93466b 100644 --- a/install.sh +++ b/install.sh @@ -46,7 +46,6 @@ fugitive_install_config() { git config --add fugitive.public-dir "_public" git config --add fugitive.preproc "" echo "done." - } fugitive_install() { @@ -57,7 +56,7 @@ fugitive_install() { echo -n "Creating new git repository... " git init >/dev/null echo "done." - fugitive_install_config + fugitive_install_config "$1" fugitive_install_hooks "$1" echo -n "Preventing git to track temporary and generated files... " cat >> .git/info/exclude <