Skip to content

Commit

Permalink
make note of extension.worktreeConfig
Browse files Browse the repository at this point in the history
It came up in starship: starship/starship#3245
  • Loading branch information
Byron committed Nov 4, 2022
1 parent 5406630 commit fe1e646
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/plumbing/progress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,12 @@ static GIT_CONFIG: &[Record] = &[
),
},
},
Record {
config: "extensions.worktreeconfig",
usage: Planned {
note: Some("Seems to be turned on when sparse indices are used")
},
},
Record {
config: "committer.name",
usage: InModule {
Expand Down

0 comments on commit fe1e646

Please sign in to comment.