Skip to content

Commit

Permalink
update progress as we now respect diff.algorithm (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Oct 28, 2022
1 parent 6fe93c2 commit 30d32e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plumbing/progress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ static GIT_CONFIG: &[Record] = &[
},
Record {
config: "diff.algorithm",
usage: Planned { note: Some("to be used when doing line diffs") },
usage: InModule {name: "config::cache::access", deviation: Some("'patience' diff is not implemented and can default to 'histogram' if lenient config is used")},
},
Record {
config: "extensions.objectFormat",
Expand Down

0 comments on commit 30d32e7

Please sign in to comment.