Skip to content

Commit

Permalink
add information about planned lock timeout support (from configuratio…
Browse files Browse the repository at this point in the history
…n) (#450)
  • Loading branch information
Byron committed Sep 27, 2022
1 parent e25460b commit 7076891
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/plumbing/progress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,14 @@ static GIT_CONFIG: &[Record] = &[
deviation: None,
},
},
Record {
config: "core.filesRefLockTimeout",
usage: Planned {note: Some("to be cached and used for all ref operations")},
},
Record {
config: "core.packedRefsTimeout",
usage: Planned {note: Some("needs support in git-ref crate which currently only knows one setting for all locks")},
},
Record {
config: "core.logAllRefUpdates",
usage: InModule {
Expand Down

0 comments on commit 7076891

Please sign in to comment.