aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.org
blob: 1b83c5c64a1b2b19c461ea7eb48e94a3c80b6fc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
* commit-check Installation Guide

** For manual use

   To get this project up and running make sure you have perl
   installed and that commit-check is somewhere in your ~PATH~.

** As git hook

   Place the commit-check executable file in the ~.git/hooks~ directory
   of your project, with the name ~commit-msg~. It doesn't need to be
   the actual executable, it can also be a (soft) link to the
   executable, or a script running this program (passing along all
   arguments).