Skip to content

Commit

Permalink
cargo: bump gix to 0.69.1
Browse files Browse the repository at this point in the history
The new track_empty flag is set to the default value. It was introduced by the
following commit, and I think the default behavior is good.

GitoxideLabs/gitoxide@d3f5f27
  • Loading branch information
yuja committed Jan 12, 2025
1 parent 9aaf983 commit fe86bee
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 27 deletions.
126 changes: 100 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ git2 = { version = "0.19.0", features = [
# https://github.com/rust-lang/git2-rs/commit/3cef4119f
"vendored-libgit2"
] }
gix = { version = "0.68.0", default-features = false, features = [
gix = { version = "0.69.1", default-features = false, features = [
"attributes",
"blob-diff",
"index",
Expand Down
1 change: 1 addition & 0 deletions lib/src/git_backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1360,6 +1360,7 @@ impl Backend for GitBackend {
}),
percentage: Some(0.5),
limit: 1000,
track_empty: false,
}));
})
.for_each_to_obtain_tree_with_cache(
Expand Down

0 comments on commit fe86bee

Please sign in to comment.