#!/bin/bash
# Gator commit-msg hook — appends Gator-* trailers to the commit message.
# Installed by gatorize.sh. Do not edit manually.

python .gator/scripts/gator-pre-commit.py --phase trailers "$1"
