We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mailmap check
1 parent 2a56387 commit 3e08fa3Copy full SHA for 3e08fa3
src/plumbing/options/mod.rs
@@ -518,7 +518,7 @@ pub mod mailmap {
518
pub enum Subcommands {
519
/// Print all entries in configured mailmaps, inform about errors as well.
520
Entries,
521
- /// Print all entries in configured mailmaps, inform about errors as well.
+ /// Print the canonical form of contacts according to the configured mailmaps.
522
Check {
523
/// One or more `Name <email>` or `<email>` to pass through the mailmap.
524
contacts: Vec<BString>,
0 commit comments