X-Git-Url: https://snippets.scripts.mit.edu/gitweb.cgi/Scripts/git/.git/blobdiff_plain/f208ccb440d24303f0ee4a1beba7204e2462804b..3d8ed4199c06e59e2bdfe6cd2146b506fe8bfb16:/svn-hooks/commit-zephyr diff --git a/svn-hooks/commit-zephyr b/svn-hooks/commit-zephyr index ca88266..c0b48d7 100755 --- a/svn-hooks/commit-zephyr +++ b/svn-hooks/commit-zephyr @@ -1,4 +1,15 @@ #!/bin/bash +# +# This is a script that can be called from a Subversion post-commit hook +# to zephyr a summary of the commit or the full commit. +# +# Use by putting something like the following in hooks/post-commit: +# REPOS="$1" +# REV="$2" +# /mit/snippets/svn-hooks/commit-zephyr "$REPOS" "$REV" -c scripts +# /mit/snippets/svn-hooks/commit-zephyr "$REPOS" "$REV" --full -c scripts-auto -i commits + +export LC_ALL=en_US.UTF-8 CLASS=test INSTANCE=@