Add sample pre-push hook script
commit87c86dd14abe8db7d00b0df5661ef8cf147a72a3
authorAaron Schrab <aaron@schrab.com>
Sun, 13 Jan 2013 05:17:04 +0000 (13 00:17 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 18 Jan 2013 19:13:22 +0000 (18 11:13 -0800)
tree5b3d83ea8bc4c7357698d26031425ffd93162ecc
parentec55559f937727bcb0fa8a3dfe6af68c188e968a
Add sample pre-push hook script

Create a sample of a script for a pre-push hook.  The main purpose is to
illustrate how a script may parse the information which is supplied to
such a hook.  The script may also be useful to some people as-is for
avoiding to push commits which are marked as a work in progress.

Signed-off-by: Aaron Schrab <aaron@schrab.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
templates/hooks--pre-push.sample [new file with mode: 0644]