##// END OF EJS Templates
Use batchmode in latex_to_png_dvipng...
Use batchmode in latex_to_png_dvipng Latex is running into some unrelated error on my system, and making an unseen prompt for output, which results in a test hanging. This turns the hang into a failure.

File last commit:

r16130:886dd89f
r17891:a71690af
Show More
install-hooks.sh
9 lines | 232 B | application/x-sh | BashLexer
#!/usr/bin/env bash
DOTGIT=`git rev-parse --git-dir`
TOPLEVEL=`git rev-parse --show-toplevel`
TO=${DOTGIT}/hooks
FROM=${TOPLEVEL}/git-hooks
ln -s ${FROM}/post-checkout ${TO}/post-checkout
ln -s ${FROM}/post-merge ${TO}/post-merge