Skip to content

Commit 44e447b

Browse files
committed
Remove feature flag blame-experimental
1 parent 90b4769 commit 44e447b

3 files changed

Lines changed: 0 additions & 14 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,6 @@ http-client-reqwest = ["gix/blocking-http-transport-reqwest-rust-tls"]
155155
## Use async client networking.
156156
gitoxide-core-async-client = ["gitoxide-core/async-client", "futures-lite"]
157157

158-
#! ### Experimental Features
159-
#!
160-
## An experimental use of the v0.2 branch of `imara-diff` in `gix-diff` and `gix-blame`, to allow trying the new diff algorithm.
161-
blame-experimental = ["gitoxide-core/blame-experimental"]
162-
163158
[dependencies]
164159
anyhow = "1.0.98"
165160

gitoxide-core/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ async-client = ["gix/async-network-client-async-std", "gix-transport-configurati
4646
## Data structures implement `serde::Serialize` and `serde::Deserialize`.
4747
serde = ["gix/serde", "dep:serde_json", "dep:serde", "bytesize/serde"]
4848

49-
#! ### Experimental
50-
## An experimental use of the v0.2 branch of `imara-diff` in `gix-diff` and `gix-blame`, to allow trying the new diff algorithm.
51-
blame-experimental = ["gix/blame-experimental"]
52-
5349
[dependencies]
5450
# deselect everything else (like "performance") as this should be controllable by the parent application.
5551
gix = { version = "^0.78.0", path = "../gix", default-features = false, features = ["merge", "blob-diff", "blame", "revision", "mailmap", "excludes", "attributes", "worktree-mutation", "credentials", "interrupt", "status", "dirwalk"] }

gix/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -318,11 +318,6 @@ progress-tree = ["prodash/progress-tree"]
318318
## Print debugging information about usage of object database caches, useful for tuning cache sizes.
319319
cache-efficiency-debug = ["gix-features/cache-efficiency-debug"]
320320

321-
#! #### Experimental Features
322-
## Use the v0.2 branch of `imara-diff` in `gix-diff` and `gix-blame`, to allow trying the new diff algorithm.
323-
blame-experimental = ["blame", "gix-blame/blob-experimental"]
324-
325-
326321
[dependencies]
327322
gix-error = { version = "^0.0.0", path = "../gix-error" }
328323
gix-utils = { version = "^0.3.1", path = "../gix-utils" }

0 commit comments

Comments
 (0)