6 for branch
in maint master
8 t
=$
(git describe
--exact-match $branch 2>/dev
/null
) &&
17 for remote
in ko repo gph github2 sfjp sf.net
19 printf "%s: " "$remote"
20 git push
"$remote" "$@" ||
exit $?
25 printf "github mirror: "
26 git push github
"$@" ||
exit $?
27 for topic
in htmldocs manpages
29 printf "%s: " "$topic"
30 ( cd ..
/git-
$topic.git
&& git push
"$@") ||
exit