#git bot interface
History of !hook_pitfalls
- Guidelines for writing hooks: 1. Consume all input (cat >/dev/null if you don't want it). 2. If you use any 'cd', also 'unset GIT_DIR'. 3. Don't git-pull in a hook (or any other script).
By charon at 2013-05-14 09:30:12