mirror of
https://git.zx2c4.com/cgit
synced 2025-08-04 18:14:48 +02:00
Merge branch 'stable'
This commit is contained in:
commit
08352c7a02
3 changed files with 31 additions and 3 deletions
|
@ -22,7 +22,7 @@ mkrepo() {
|
|||
count=$2
|
||||
dir=$PWD
|
||||
test -d "$name" && return
|
||||
printf "Creating testrepo %s\n" $name
|
||||
printf "Creating testrepo %s\n" "$name"
|
||||
mkdir -p "$name"
|
||||
cd "$name"
|
||||
git init
|
||||
|
@ -41,7 +41,7 @@ mkrepo() {
|
|||
git commit -m "add a+b"
|
||||
git branch "1+2"
|
||||
fi
|
||||
cd $dir
|
||||
cd "$dir"
|
||||
}
|
||||
|
||||
setup_repos()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue