Skip to content

Commit fe1e646

Browse files
committed
make note of extension.worktreeConfig
It came up in starship: starship/starship#3245
1 parent 5406630 commit fe1e646

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: src/plumbing/progress.rs

+6
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,12 @@ static GIT_CONFIG: &[Record] = &[
332332
),
333333
},
334334
},
335+
Record {
336+
config: "extensions.worktreeconfig",
337+
usage: Planned {
338+
note: Some("Seems to be turned on when sparse indices are used")
339+
},
340+
},
335341
Record {
336342
config: "committer.name",
337343
usage: InModule {

0 commit comments

Comments
 (0)