Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25460b commit 7076891Copy full SHA for 7076891
1 file changed
src/plumbing/progress.rs
@@ -116,6 +116,14 @@ static GIT_CONFIG: &[Record] = &[
116
deviation: None,
117
},
118
119
+ Record {
120
+ config: "core.filesRefLockTimeout",
121
+ usage: Planned {note: Some("to be cached and used for all ref operations")},
122
+ },
123
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
127
Record {
128
config: "core.logAllRefUpdates",
129
usage: InModule {
0 commit comments