From 17fd19f7603b095eda4a8a0ac4b74372832ef8d2 Mon Sep 17 00:00:00 2001 From: Alex Miller Date: Tue, 14 Jul 2009 06:22:54 -0400 Subject: Merged Alex Miller's git-config-not-found patch --- test_usage.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test_usage.sh') diff --git a/test_usage.sh b/test_usage.sh index 05832d3..48d572d 100755 --- a/test_usage.sh +++ b/test_usage.sh @@ -75,8 +75,8 @@ then darcs init elif [ "$RCS" == "git" ] then - NAME=`git-config user.name` - EMAIL=`git-config user.email` + NAME=`git config user.name` + EMAIL=`git config user.email` ID="$NAME <$EMAIL>" git init elif [ "$RCS" == "hg" ] -- cgit