Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 671 Bytes

readme.textile

File metadata and controls

27 lines (14 loc) · 671 Bytes

This is a post-receive hook for git to display commit messages to Campfire.

The `hookify` script makes it easy to install or update your post-receive hooks. Just run:

`./hookify /path/to/repository`

Revisions

0.3.2 (May 26, 2009)

  • Slight improvements on hookify script (Author: Étienne Barrié)

0.3.1 (April 6, 2009)

  • Display git commits by chronological order.

0.3 (March 27, 2009)

  • Add pre-speak and post-speak hooks, which can be used to call a batch of tests or whatever while keeping the post-receive hook untouched.

0.2 (March 27, 2009)

  • Move Campfire configuration file to a separate .yml file

0.1 (March 23, 2009)

  • Initial release