Function branchless::hooks::hook_reference_transaction [−][src]
pub fn hook_reference_transaction(
out: &mut impl Write,
transaction_state: &str
) -> Result<()>
Handle Git’s reference-transaction
hook.
See the man-page for githooks(5)
.