Skip to content

Commit 3c188b2

Browse files
committed
Add remotes.<group> as planned feature for remotes (#450)
1 parent 31a7089 commit 3c188b2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/plumbing/progress.rs

+6
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,12 @@ static GIT_CONFIG: &[Record] = &[
261261
deviation: None,
262262
},
263263
},
264+
Record {
265+
config: "remotes.<group>",
266+
usage: Planned {
267+
note: Some("useful for multi-remote fetches as part of the standard API, maybe just `group(name) -> Option<Vec<Remote>>`"),
268+
},
269+
},
264270
Record {
265271
config: "url.<base>.insteadOf",
266272
usage: InModule {

0 commit comments

Comments
 (0)