[PATCH] Add a simple sample Git post-receive hook

Jeremy Kerr jk at ozlabs.org
Fri Jun 25 11:04:29 EST 2010


Hi Martin,

Just going doing some patchwork updates, and noticed that you've licenced this 
file under the Artistic Licence. Would you be prepared to make these 
contributions under the GPL?

Regards,


Jeremy

> diff --git a/lib/git/post-receive.hook b/lib/git/post-receive.hook
> new file mode 100755
> index 0000000..767d4af
> --- /dev/null
> +++ b/lib/git/post-receive.hook
> @@ -0,0 +1,73 @@
> +#!/bin/sh
> +#
> +# Git post-receive hook to update Patchwork patches after Git pushes
> +#
> +# Copyright © 2010 martin f. krafft <madduck at madduck.net>
> +# Released under the terms of the Artistic Licence 2.0
> +#


More information about the Patchwork mailing list