summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-05-31 15:07:23 -0400
committerDan Davison <dandavison7@gmail.com>2020-05-31 15:07:23 -0400
commit92585b438e5ba180286d71d4af05559ba52d49d3 (patch)
tree28a524dfcbad6132d0e8d28bc8c71a5c34ae9a11 /src
parent83e0695b61236e5f802c50f01b0b69ba54159688 (diff)
Update --commit-style default to 'raw'
This was the default behavior already, but previously that behavior was inconsistent with the command line options.
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,