summaryrefslogtreecommitdiffstats
path: root/etc/examples/345-keep-plus-minus-markers.gitconfig
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-12-05 23:24:39 +0000
committerDan Davison <dandavison7@gmail.com>2020-12-05 23:24:39 +0000
commit1a5959a6d3883801bea5d079bd6a51c03ad4fc7b (patch)
treed8875e8718128a7157ecf394bf722549f039cf0c /etc/examples/345-keep-plus-minus-markers.gitconfig
parente198c0d841d9fb660e59e0329235a8601b407c69 (diff)
Commit test examples
Diffstat (limited to 'etc/examples/345-keep-plus-minus-markers.gitconfig')
-rw-r--r--etc/examples/345-keep-plus-minus-markers.gitconfig36
1 files changed, 36 insertions, 0 deletions
diff --git a/etc/examples/345-keep-plus-minus-markers.gitconfig b/etc/examples/345-keep-plus-minus-markers.gitconfig
new file mode 100644
index 00000000..e2fde8ef
--- /dev/null
+++ b/etc/examples/345-keep-plus-minus-markers.gitconfig
@@ -0,0 +1,36 @@
+[core]
+ pager = delta
+[color "diff-highlight"]
+ oldNormal = red bold
+ oldHighlight = red bold 52
+ newNormal = green bold
+ newHighlight = green bold 22
+[color "diff"]
+ meta = yellow bold
+ frag = magenta bold
+ commit = yellow bold
+ old = red bold
+ new = green bold
+ whitespace = red reverse
+[delta]
+ commit-decoration-style = yellow ol ul
+ file-style = bold yellow
+ file-decoration-style = yellow box
+ hunk-header-style = bold 146
+ hunk-header-decoration-style =
+ minus-style = bold red
+ minus-non-emph-style = bold red
+ minus-emph-style = bold red 52
+ minus-empty-line-marker-style = normal
+ zero-style = normal
+ plus-style = bold green
+ plus-non-emph-style = bold green
+ plus-emph-style = bold green 22
+ plus-empty-line-marker-style = normal
+ keep-plus-minus-markers = true
+ line-numbers = false
+ side-by-side = true
+[diff-so-fancy]
+ markEmptyLines = false
+ stripLeadingSymbols = false
+ rulerWidth = 50