pub fn hook_reference_transaction(
    effects: &Effects,
    transaction_state: &str
) -> Result<()>
Expand description

Handle Git’s reference-transaction hook.

See the man-page for githooks(5).