Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7076891

Browse files
committed
add information about planned lock timeout support (from configuration) (#450)
1 parent e25460b commit 7076891

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/plumbing/progress.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,14 @@ static GIT_CONFIG: &[Record] = &[
116116
deviation: None,
117117
},
118118
},
119+
Record {
120+
config: "core.filesRefLockTimeout",
121+
usage: Planned {note: Some("to be cached and used for all ref operations")},
122+
},
123+
Record {
124+
config: "core.packedRefsTimeout",
125+
usage: Planned {note: Some("needs support in git-ref crate which currently only knows one setting for all locks")},
126+
},
119127
Record {
120128
config: "core.logAllRefUpdates",
121129
usage: InModule {

0 commit comments

Comments
 (0)