Meta/pushall: publish HTML docs to GitHub Pages, too

Junio C Hamano committed Jun 9, 2016 at 10:20 UTC eb94c587808e83261ce65cd317802c2d86dac1e8
1 file changed +1
pushall
+1
@@ -45,5 +45,6 @@ case "$#,$*" in
45 printf "%s: " "$topic"
46 ( cd ../git-$topic.git && git push "$@") || exit
47 done
48 + test "$1" = '-n' || ( cd ../git-htmldocs.git && git push gh-pages )
49 ;;
50 esac