]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
committing changes in /etc after emerge run
authorfrank <frank@bruni.home.brehm-online.com>
Mon, 16 Jan 2012 06:08:16 +0000 (07:08 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Mon, 16 Jan 2012 06:08:16 +0000 (07:08 +0100)
Package changes:
+app-misc/colordiff-1.0.9

.etckeeper
colordiffrc [new file with mode: 0644]
colordiffrc-lightbg [new file with mode: 0644]

index c159d9cbd040e293f663262f5fb58741f083b7f9..36c376b43d67233a1c9a5ba91fafb7ef1bbcd811 100755 (executable)
@@ -38,6 +38,8 @@ maybe chmod 0755 './bash_completion.d'
 maybe chmod 0755 './ca-certificates'
 maybe chmod 0644 './ca-certificates.conf'
 maybe chmod 0755 './ca-certificates/update.d'
+maybe chmod 0644 './colordiffrc'
+maybe chmod 0644 './colordiffrc-lightbg'
 maybe chmod 0755 './conf.d'
 maybe chmod 0644 './conf.d/bootmisc'
 maybe chmod 0644 './conf.d/consolefont'
diff --git a/colordiffrc b/colordiffrc
new file mode 100644 (file)
index 0000000..6e75b2b
--- /dev/null
@@ -0,0 +1,26 @@
+# 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
+# 
+# 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=blue
+oldtext=red
+diffstuff=magenta
+cvsstuff=green
diff --git a/colordiffrc-lightbg b/colordiffrc-lightbg
new file mode 100644 (file)
index 0000000..fe5333f
--- /dev/null
@@ -0,0 +1,26 @@
+# Example colordiffrc file for light 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
+# 
+# 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=blue
+oldtext=red
+diffstuff=darkgreen
+cvsstuff=darkmagenta