]> Frank Brehm's Git Trees - config/bruni/etc-mint.git/commitdiff
committing changes in /etc after apt run
authorFrank Brehm <frank@brehm-online.com>
Mon, 6 Aug 2018 20:58:41 +0000 (22:58 +0200)
committerFrank Brehm <frank@brehm-online.com>
Mon, 6 Aug 2018 20:58:41 +0000 (22:58 +0200)
Package changes:
+colordiff 1.0.18-1 all
+language-pack-de 1:18.04+20180712 all
+language-pack-de-base 1:18.04+20180712 all
+language-pack-gnome-de 1:18.04+20180712 all
+language-pack-gnome-de-base 1:18.04+20180712 all
+sipcalc 1.1.6-1 amd64

.etckeeper
colordiffrc [new file with mode: 0644]

index 8f7827e6451ba265e3b542d19fbc22cbda20833a..affebbdb5d83cb6484820ec16160271fe2b43894 100755 (executable)
@@ -1000,6 +1000,7 @@ maybe chmod 0644 'chatscripts/pap'
 maybe chgrp 'dip' 'chatscripts/provider'
 maybe chmod 0640 'chatscripts/provider'
 maybe chmod 0755 'cifs-utils'
+maybe chmod 0644 'colordiffrc'
 maybe chmod 0755 'compizconfig'
 maybe chmod 0644 'compizconfig/config'
 maybe chmod 0644 'compizconfig/mint.ini'
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