5 echo "Usage: $0 name url"
12 git clone --mirror "$url" "$r"
13 ln -s /var/www/bin/post-update "$r/hooks/post-update"
14 echo mirrors > "$r/category"
15 echo "$url" > "$r/description"
18 git --git-dir="$r" update-server-info
20 git --git-dir="$r" cat-file blob HEAD:README.md | \
21 pandoc -f markdown -t html -o "$r/README.html"