summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cli.rs2
1 files changed, 1 insertions, 1 deletions
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<String>,
- #[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,