feat(dolt): auto-commit write commands and set explicit commit authors (#1270)
Adds Dolt auto-commit functionality for write commands and sets explicit commit authors. Includes fix for race condition in commandDidWrite (converted to atomic.Bool). Original PR: #1267 by @coffeegoddd Co-authored-by: Dustin Brown <dustin@dolthub.com>
This commit is contained in:
@@ -42,10 +42,7 @@ Notes:
|
||||
- SQLite backend stores data in `.beads/beads.db`.
|
||||
- Dolt backend stores data in `.beads/dolt/` and records `"database": "dolt"` in `.beads/metadata.json`.
|
||||
- Dolt backend runs **single-process-only**; daemon mode is disabled.
|
||||
|
||||
Notes:
|
||||
- SQLite backend stores data in `.beads/beads.db`.
|
||||
- Dolt backend stores data in `.beads/dolt/` and records `"database": "dolt"` in `.beads/metadata.json`.
|
||||
- Dolt backend **auto-commits** after each successful write command by default (`dolt.auto-commit: on`). Disable with `bd --dolt-auto-commit off ...` or config.
|
||||
|
||||
## Your First Issues
|
||||
|
||||
|
||||
Reference in New Issue
Block a user