Skip to content

Commit

Permalink
Add remotes.<group> as planned feature for remotes (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Sep 24, 2022
1 parent 31a7089 commit 3c188b2
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 @@ -261,6 +261,12 @@ static GIT_CONFIG: &[Record] = &[
deviation: None,
},
},
Record {
config: "remotes.<group>",
usage: Planned {
note: Some("useful for multi-remote fetches as part of the standard API, maybe just `group(name) -> Option<Vec<Remote>>`"),
},
},
Record {
config: "url.<base>.insteadOf",
usage: InModule {
Expand Down

0 comments on commit 3c188b2

Please sign in to comment.