From: Martin Mares Date: Mon, 2 Jul 2012 14:01:42 +0000 (+0200) Subject: Added a README X-Git-Tag: v1.0~3 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=0870ca624a127cebebee86318c6a1660e7309760;p=git-tools.git Added a README --- diff --git a/README b/README new file mode 100644 index 0000000..04e0371 --- /dev/null +++ b/README @@ -0,0 +1,19 @@ +This package contains several simple tools for use with Git. + +The tools have been written by Martin Mares and put +into the public domain. + +== update2 == + +This is a somewhat sophisticated Perl script for sending of commit +logs by e-mail whenever new commits are pushed to a Git repository. +Just make your update hook call: + + $GIT_TOOLS/update2 --mail-to="you@example.net" "$@" + +Beside normal commits, the script should recognize creations and +deletions of branches and also rewinding and rebasing. + +== update == + +This is a previous incarnation of the update script.