Collection of various git hooks and utilities
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Adrian Alic 4fc27cdc23
Include README
5 months ago
post-commit Improve stdout of zerotime hook 5 months ago
post-receive Update stagit commit hook 5 months ago
LICENSE Add Apache License 5 months ago
README Include README 5 months ago

README

This repository contains a collection of useful git hooks for normal and bare 
git repositories.

+-----------------------------------------------------------------------------+
| NAME | TYPE | DESCRIPTION |
+-----------------------------------------------------------------------------+
| zerotime | post-commit | Censors the timestamp from the commit date, |
| | | so that commits are always authored at 0:0:0 |
| stagit-update | post-receive | Rebuilds the stagit html repo and index file |
| | | Note: html root is hardcoded, needs change |
+-----------------------------------------------------------------------------+