Skip to content

Commit

Permalink
Document that histogram is now the default diff algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Nov 15, 2022
1 parent 3577aef commit c76572b
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 @@ -327,7 +327,7 @@ static GIT_CONFIG: &[Record] = &[
},
Record {
config: "diff.algorithm",
usage: InModule {name: "config::cache::access", deviation: Some("'patience' diff is not implemented and can default to 'histogram' if lenient config is used")},
usage: InModule {name: "config::cache::access", deviation: Some("'patience' diff is not implemented and can default to 'histogram' if lenient config is used, and defaults to histogram if unset for fastest and best results")},
},
Record {
config: "extensions.objectFormat",
Expand Down

0 comments on commit c76572b

Please sign in to comment.