From 92585b438e5ba180286d71d4af05559ba52d49d3 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Sun, 31 May 2020 15:07:23 -0400 Subject: Update --commit-style default to 'raw' This was the default behavior already, but previously that behavior was inconsistent with the command line options. --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/cli.rs b/src/cli.rs index 5e76f83c..af0e427b 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -163,7 +163,7 @@ pub struct Opt { /// have an emphasized section. Defaults to --plus-style. See STYLES section. pub plus_non_emph_style: Option, - #[structopt(long = "commit-style", default_value = "yellow")] + #[structopt(long = "commit-style", default_value = "raw")] /// Style (foreground, background, attributes) for the commit hash line. See STYLES section. pub commit_style: String, -- cgit v1.2.3