Skip to content

Commit 8b2aba1

Browse files
committed
update usage of core.checkState (#450)
1 parent 1ef704e commit 8b2aba1

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
@@ -103,7 +103,7 @@ static GIT_CONFIG: &[Record] = &[
103103
},
104104
Record {
105105
config: "core.checkStat",
106-
usage: Planned { note: Some("Needed for checkout") },
106+
usage: Planned { note: Some("Needed for checkout - read from config but not used yet further down") },
107107
},
108108
Record {
109109
config: "core.symlinks",

0 commit comments

Comments
 (0)