Skip to content

Commit

Permalink
Keep track of core.alternateRefsCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jun 6, 2023
1 parent e011e36 commit d925896
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/plumbing/progress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ static GIT_CONFIG: &[Record] = &[
config: "core.packedGitLimit",
usage: NotApplicable { reason: "we target 32bit systems only and don't use a windowing mechanism" }
},
Record {
config: "core.alternateRefsCommand",
usage: NotPlanned { reason: "there is no need as we can perform the required operation in-binary. This could happen though if there is a use-case and demand." }
},
Record {
config: "core.checkRoundtripEncoding",
usage: Planned { note: Some("needed once working-tree-encoding attributes are supported") }
Expand Down

0 comments on commit d925896

Please sign in to comment.