Merge branch 'master' into gh-pages

This commit is contained in:
Greg Hendershott 2012-10-24 20:35:05 -04:00
commit c94aad777c

View File

@ -1,3 +1,4 @@
# Simply make gh-pages branch a mirror of master branch.
git checkout master && \
git push origin master && \
git checkout gh-pages && \