Skip to content

Commit 806a744

Browse files
committed
Draft PoC of blame using gitoxide
1 parent fe5e780 commit 806a744

File tree

3 files changed

+264
-73
lines changed

3 files changed

+264
-73
lines changed

Cargo.lock

Lines changed: 186 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

asyncgit/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ git2-hooks = { path = "../git2-hooks", version = ">=0.4" }
2222
gix = { version = "0.71.0", default-features = false, features = [
2323
"max-performance",
2424
"revision",
25+
"blob-diff"
2526
] }
27+
gix-blame = "0.0.0"
2628
log = "0.4"
2729
# git2 = { path = "../../extern/git2-rs", features = ["vendored-openssl"]}
2830
# git2 = { git="https://github.com/extrawurst/git2-rs.git", rev="fc13dcc", features = ["vendored-openssl"]}

0 commit comments

Comments
 (0)