Skip to content

Commit 260820f

Browse files
committed
feat: add store abstractions
* feat/store: refactor: rename modules, fix panics, configurable identity/message in git-store fix: reject empty paths in `Tx` operations feat: implement Store and Tx for phase 1 transaction
2 parents 84c0297 + d57c2ba commit 260820f

6 files changed

Lines changed: 1085 additions & 118 deletions

File tree

crates/git-store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ publish.workspace = true
66
license.workspace = true
77

88
[dependencies]
9-
gix = { workspace = true }
9+
gix = { workspace = true, features = ["tree-editor"] }
1010
thiserror = { workspace = true }
1111

1212
[dev-dependencies]

0 commit comments

Comments
 (0)