beads back
This commit is contained in:
parent
d335e5bf71
commit
5f6e5b610a
69 changed files with 7259 additions and 22 deletions
9
.beads/hooks/prepare-commit-msg
Normal file
9
.beads/hooks/prepare-commit-msg
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env sh
|
||||
# --- BEGIN BEADS INTEGRATION v0.57.0 ---
|
||||
# This section is managed by beads. Do not remove these markers.
|
||||
if command -v bd >/dev/null 2>&1; then
|
||||
export BD_GIT_HOOK=1
|
||||
bd hooks run prepare-commit-msg "$@"
|
||||
_bd_exit=$?; if [ $_bd_exit -ne 0 ]; then exit $_bd_exit; fi
|
||||
fi
|
||||
# --- END BEADS INTEGRATION ---
|
||||
Loading…
Add table
Add a link
Reference in a new issue