projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17adbfb
)
Merged Alex Miller's git-config-not-found patch
author
Alex Miller
<alex55miller@gmail.com>
Tue, 14 Jul 2009 10:22:54 +0000
(06:22 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Tue, 14 Jul 2009 10:22:54 +0000
(06:22 -0400)
test_usage.sh
patch
|
blob
|
history
diff --git
a/test_usage.sh
b/test_usage.sh
index 05832d3edf841612c9b1b583a12ef58fa8d33a74..48d572d304091ba7c5dad80e899f9e1f87096fc7 100755
(executable)
--- 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" ]