We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1e646 commit 1ec27f8Copy full SHA for 1ec27f8
src/plumbing/progress.rs
@@ -532,6 +532,18 @@ static GIT_CONFIG: &[Record] = &[
532
config: "sparse.expectFilesOutsideOfPatterns",
533
usage: NotPlanned { reason: "todo" },
534
},
535
+ Record {
536
+ config: "remote.<name>.promisor",
537
+ usage: Planned {
538
+ note: Some("required for big monorepos, and typically used in conjunction with sparse indices")
539
+ }
540
+ },
541
542
+ config: "remote.<name>.partialCloneFilter",
543
544
545
546
547
];
548
549
/// A programmatic way to record and display progress.
0 commit comments