Skip to content

Commit 75b8a7a

Browse files
committed
Draft PoC of blame using gitoxide
1 parent 69fd7e6 commit 75b8a7a

File tree

3 files changed

+266
-73
lines changed

3 files changed

+266
-73
lines changed

Cargo.lock

Lines changed: 190 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
@@ -28,7 +28,9 @@ gix = { version = "0.71.0", default-features = false, features = [
2828
"max-performance",
2929
"revision",
3030
"mailmap",
31+
"blob-diff"
3132
] }
33+
gix-blame = "0.1.0"
3234
log = "0.4"
3335
# git2 = { path = "../../extern/git2-rs", features = ["vendored-openssl"]}
3436
# git2 = { git="https://github.com/extrawurst/git2-rs.git", rev="fc13dcc", features = ["vendored-openssl"]}

0 commit comments

Comments
 (0)