summaryrefslogtreecommitdiffstats
path: root/src/options
diff options
context:
space:
mode:
authorulwlu <ooulwluoo@gmail.com>2020-12-09 02:04:30 +0900
committerGitHub <noreply@github.com>2020-12-08 17:04:30 +0000
commitb45ed90542d1389a0cfad0cd22d5c50c7a717d2f (patch)
tree5ac895d6a2f85e4f2e597d2588fa26d2e7042626 /src/options
parent8cc0c372f4d29b8ced61d92ce7c46527a7180f76 (diff)
Make commit style to be colored with same structure while color_only #405 (#438)
* Remove force assing raw to commit style when color_only * Add test for commit style color when color_only
Diffstat (limited to 'src/options')
-rw-r--r--src/options/set.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/options/set.rs b/src/options/set.rs
index 449619fd..5b68ffec 100644
--- a/src/options/set.rs
+++ b/src/options/set.rs
@@ -197,7 +197,6 @@ pub fn set_options(
opt.side_by_side = false;
opt.file_decoration_style = "none".to_string();
opt.commit_decoration_style = "none".to_string();
- opt.commit_style = "raw".to_string();
opt.hunk_header_decoration_style = "none".to_string();
}
}