You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Commit-msg hook: strip trailer if no user content (allows aborting empty commits)
4
+
ifcommand -v entire >/dev/null 2>&1;then entire hooks git commit-msg "$1"||true;elseprintf'%s\n''[entire] Entire CLI is enabled but not installed or not on PATH. Skipping Entire Git hook; continuing. Installation guide: https://docs.entire.io/cli/installation#installation-methods'>&2||:;fi
0 commit comments