Packages

Automatically adds Co-authored-by mark to commits when you're pairing

Current section

Files

Jump to
git_pair lib git_pair behaviours hook_behaviour.ex
Raw

lib/git_pair/behaviours/hook_behaviour.ex

defmodule GitPair.HookBehaviour do
@moduledoc false
@callback modify_commit_msg(String.t(), list()) :: {atom()}
end