From: Alex Miller Date: Tue, 14 Jul 2009 10:22:54 +0000 (-0400) Subject: Merged Alex Miller's git-config-not-found patch X-Git-Tag: 1.0.0~63^2~27 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=17fd19f7603b095eda4a8a0ac4b74372832ef8d2;p=be.git Merged Alex Miller's git-config-not-found patch --- 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" ]