source: trunk/scripts/git-hooks/sub/post-receive @ 2324

Last change on this file since 2324 was 2324, checked in by price, 15 years ago

reorganize git-hooks

Also chmod +x. We'll find out if git-svn is smart enough
to propagate that.

  • Property svn:executable set to *
File size: 123 bytes
Line 
1#!/bin/sh
2
3file=`mktemp -t git-receive.XXXXXX` || exit $?
4cat >$file
5
6"$PWD"/hooks/zephyr-post-receive <$file
7
8rm -f $file
Note: See TracBrowser for help on using the repository browser.