Add git hooks support and refactor info command

This commit is contained in:
Steve Yegge
2025-11-06 15:00:15 -08:00
parent c4eddf0de4
commit 991c6248ca
5 changed files with 118 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/sh
# bd-hooks-version: 0.22.0
#
# bd (beads) post-merge hook
#

View File

@@ -1,4 +1,5 @@
#!/bin/sh
# bd-hooks-version: 0.22.0
#
# bd (beads) pre-commit hook
#

View File

@@ -1,4 +1,5 @@
#!/bin/sh
# bd-hooks-version: 0.22.0
#
# bd (beads) pre-push hook
#