3 sites
='ko repo github2 sfjp sf.net gph '
10 printf "%s: " "$remote"
11 git push
--follow-tags "$remote" "$@" || failed
="$failed$remote "
17 elif test "x$sites" = "x$failed"
19 echo >&2 "Failed to push to: $sites"
27 printf "github mirror: "
28 git push github
"$@" ||
exit $?
29 for topic
in htmldocs manpages
31 printf "%s: " "$topic"
32 ( cd ..
/git-
$topic.git
&& git push
"$@") ||
exit