]> mj.ucw.cz Git - git-tools.git/blob - README
Makefile: Fixed release machinery
[git-tools.git] / README
1 This package contains several simple tools for use with Git.
2
3 The tools have been written by Martin Mares <mj@ucw.cz> and put
4 into the public domain.
5
6 == update2 ==
7
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:
11
12         $GIT_TOOLS/update2 --mail-to="you@example.net" "$@"
13
14 Beside normal commits, the script should recognize creations and
15 deletions of branches and also rewinding and rebasing.
16
17 == update ==
18
19 This is a previous incarnation of the update script.