Skip to content

Commit

Permalink
update progress information to include packedRefsTimeout (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Sep 27, 2022
1 parent d40beb3 commit fd18320
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 @@ -122,7 +122,7 @@ static GIT_CONFIG: &[Record] = &[
},
Record {
config: "core.packedRefsTimeout",
usage: Planned {note: Some("needs support in git-ref crate which currently only knows one setting for all locks")},
usage: InModule {name: "config::cache::access", deviation: None},
},
Record {
config: "core.logAllRefUpdates",
Expand Down

0 comments on commit fd18320

Please sign in to comment.