Skip to content
Discussion options

You must be logged in to vote

I traced this through the codebase and your symptoms match a cluster of bugs that were fixed in v0.59.0 (released 2026-03-06). Based on the v0.58.0 markers in your git hooks, you appear to be on the affected version.

What's going on

Three bugs in v0.58.0 compound into the behavior you're describing:

  1. Config overrides silently ignored (#2358) — backup.* keys weren't routed to config.yaml properly, so bd config set backup.git-push false appeared to save but was ignored at runtime. The auto-detection logic re-enabled backup whenever a git remote existed.

  2. Backup commits on feature branches (#2364) — gitBackup() ran git add -f / git commit / git push on whatever branch was checked out, so b…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@boka-slickage
Comment options

@boka-slickage
Comment options

Answer selected by boka-slickage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants