##// END OF EJS Templates
Merge pull request #7097 from jasongrout/widget-visibility...
Merge pull request #7097 from jasongrout/widget-visibility Expand the semantics of the widget visible attribute to allow for visibility: hidden

File last commit:

r16130:886dd89f
r19417:6daf9b39 merge
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