1 This package contains several simple tools for use with Git.
3 The tools have been written by Martin Mares <mj@ucw.cz> and put
4 into the public domain.
8 This is a somewhat sophisticated Perl script for sending of commit
9 logs by e-mail whenever new commits are pushed to a Git repository.
10 Just make your update hook call:
12 $GIT_TOOLS/update2 --mail-to="you@example.net" "$@"
14 Beside normal commits, the script should recognize creations and
15 deletions of branches and also rewinding and rebasing.
19 This is a previous incarnation of the update script.