]> Frank Brehm's Git Trees - config/helga-hetzner/etc.git/commitdiff
committing changes in /etc made by "apt install colordiff"
authorFrank Brehm <frank@brehm-online.com>
Wed, 7 Apr 2021 19:11:42 +0000 (21:11 +0200)
committerFrank Brehm <frank@brehm-online.com>
Wed, 7 Apr 2021 19:11:42 +0000 (21:11 +0200)
Package changes:
+colordiff 1.0.18-1 all

.etckeeper
colordiffrc [new file with mode: 0644]

index 5f53c9219d4b787f0d230c889843808483404656..6d940512111f68df400076ea32db7768540e3a89 100755 (executable)
@@ -131,6 +131,7 @@ maybe chmod 0644 'cloud/templates/resolv.conf.tmpl'
 maybe chmod 0644 'cloud/templates/sources.list.debian.tmpl'
 maybe chmod 0644 'cloud/templates/sources.list.ubuntu.tmpl'
 maybe chmod 0644 'cloud/templates/timesyncd.conf.tmpl'
+maybe chmod 0644 'colordiffrc'
 maybe chmod 0755 'console-setup'
 maybe chmod 0644 'console-setup/cached_Lat15-Fixed16.psf.gz'
 maybe chmod 0644 'console-setup/cached_UTF-8_del.kmap.gz'
diff --git a/colordiffrc b/colordiffrc
new file mode 100644 (file)
index 0000000..1ac1a17
--- /dev/null
@@ -0,0 +1,29 @@
+# Example colordiffrc file for dark backgrounds
+#
+# Set banner=no to suppress authorship info at top of
+# colordiff output
+banner=no
+# By default, when colordiff output is being redirected
+# to a file, it detects this and does not colour-highlight
+# To make the patch file *include* colours, change the option
+# below to 'yes'
+color_patches=no
+# Sometimes it can be useful to specify which diff command to
+# use: that can be specified here
+diff_cmd=diff
+# 
+# available colours are: white, yellow, green, blue,
+#                        cyan, red, magenta, black,
+#                        darkwhite, darkyellow, darkgreen,
+#                        darkblue, darkcyan, darkred,
+#                        darkmagenta, darkblack
+#
+# Can also specify 'none', 'normal' or 'off' which are all
+# aliases for the same thing, namely "don't colour highlight
+# this, use the default output colour"
+#
+plain=off
+newtext=darkgreen
+oldtext=darkred
+diffstuff=darkcyan
+cvsstuff=cyan