Code

Bugfix: stop if directory already exists
authorJosef Weidendorfer <Josef.Weidendorfer@gmx.de>
Sun, 13 Nov 2005 14:03:31 +0000 (15:03 +0100)
committerJunio C Hamano <junkio@cox.net>
Mon, 14 Nov 2005 08:50:17 +0000 (00:50 -0800)
commitb0c698a6e41c47ef3e036367e58a0cf2639c1f0d
tree887be2842543ea082d310fcc981434115866f6f6
parent94d2331770b08dc28faf1d950a546a0feb953323
Bugfix: stop if directory already exists

Fix a typo: We do not want to run the directory as command,
and want to terminate if the directory exists
Additionally, update the usage message

Signed-off-by: Josef Weidendorfer <Josef.Weidendorfer@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-clone.sh