Skip to content

Commit fd18320

Browse files
committed
update progress information to include packedRefsTimeout (#450)
1 parent d40beb3 commit fd18320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/plumbing/progress.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ static GIT_CONFIG: &[Record] = &[
122122
},
123123
Record {
124124
config: "core.packedRefsTimeout",
125-
usage: Planned {note: Some("needs support in git-ref crate which currently only knows one setting for all locks")},
125+
usage: InModule {name: "config::cache::access", deviation: None},
126126
},
127127
Record {
128128
config: "core.logAllRefUpdates",

0 commit comments

Comments
 (0)