summaryrefslogtreecommitdiffstats
path: root/src/options
diff options
context:
space:
mode:
authorulwlu <ooulwluoo@gmail.com>2020-12-09 00:51:52 +0900
committerGitHub <noreply@github.com>2020-12-08 15:51:52 +0000
commit8cc0c372f4d29b8ced61d92ce7c46527a7180f76 (patch)
tree3bb0d164a33a63ed221cec37bd456f6c95be5c4a /src/options
parent1dfb1f7fb18e4cc9817d11570c1d6f4ecb2e8081 (diff)
Make hunk header style to be colored with same structure while color_only #405 (#437)
* Remove force passing raw to hunk header style when color_only * Handle hunk header color when color_only * Add test for hunk header style color when color_only * Delete fixme because it actually is required * Add comment for condition that keeps structure when color_only and raw mode
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 eda89add..449619fd 100644
--- a/src/options/set.rs
+++ b/src/options/set.rs
@@ -198,7 +198,6 @@ pub fn set_options(
opt.file_decoration_style = "none".to_string();
opt.commit_decoration_style = "none".to_string();
opt.commit_style = "raw".to_string();
- opt.hunk_header_style = "raw".to_string();
opt.hunk_header_decoration_style = "none".to_string();
}
}