Merge branch 'maint' of git://repo.or.cz/alt-git

This commit is contained in:
Johannes Sixt
2007-06-25 15:35:36 +02:00
46 changed files with 1173 additions and 306 deletions

2
git-clone.sh Executable file → Normal file
View File

@@ -20,7 +20,7 @@ usage() {
get_repo_base() {
(
cd "`/bin/pwd -W`" &&
cd "$1" &&
cd "$1" || cd "$1.git" &&
{
cd .git
pwd -W