Searched refs:hookdir (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dgcc-git-customization.sh138 hookdir=`git rev-parse --git-path hooks`
139 if [ -f "$hookdir/prepare-commit-msg" ]; then
141 mv "$hookdir/prepare-commit-msg" "$hookdir/prepare-commit-msg.bak"
143 install -c "`git rev-parse --show-toplevel`/contrib/prepare-commit-msg" "$hookdir"
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dgcc-git-customization.sh138 hookdir=`git rev-parse --git-path hooks 2>/dev/null`
140 if [ -f "$hookdir/prepare-commit-msg" ]; then
142 mv "$hookdir/prepare-commit-msg" "$hookdir/prepare-commit-msg.bak"
144 install -c "`git rev-parse --show-toplevel`/contrib/prepare-commit-msg" "$hookdir"

Completed in 210 milliseconds