Skip to content

Commit

Permalink
update planned usage of ssh related configuration variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Dec 26, 2022
1 parent 923278b commit 3f91088
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/plumbing/progress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,14 @@ static GIT_CONFIG: &[Record] = &[
config: "core.safeCRLF",
usage: Planned { note: Some("safety is not optional") },
},
Record {
config: "core.sshCommand",
usage: Planned { note: Some("unclear right now how to configure it, needs adjustment on Command based transport, must be lazy then making `connect()` a no-op essentially.") },
},
Record {
config: "ssh.variant",
usage: Planned { note: Some("another way to select which ssh program to use, but formalizing it to choose correct arguments. Based on the basename otherwise. Detection is attempted otherwise with `-G`") },
},
Record {
config: "core.fileMode",
usage: InModule {name: "config", deviation: None},
Expand Down

0 comments on commit 3f91088

Please sign in to comment.