mirror of
https://github.com/git/git.git
synced 2026-03-14 18:59:04 +01:00
Merge branch 'maint' of git://repo.or.cz/alt-git
This commit is contained in:
2
git-clone.sh
Executable file → Normal file
2
git-clone.sh
Executable file → Normal file
@@ -20,7 +20,7 @@ usage() {
|
||||
get_repo_base() {
|
||||
(
|
||||
cd "`/bin/pwd -W`" &&
|
||||
cd "$1" &&
|
||||
cd "$1" || cd "$1.git" &&
|
||||
{
|
||||
cd .git
|
||||
pwd -W
|
||||
|
||||
Reference in New Issue
Block a user