]> mj.ucw.cz Git - git-tools.git/commitdiff
Added a README
authorMartin Mares <mj@ucw.cz>
Mon, 2 Jul 2012 14:01:42 +0000 (16:01 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 2 Jul 2012 14:01:42 +0000 (16:01 +0200)
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
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 <mj@ucw.cz> 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.