aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'conf-update.conf')
-rw-r--r--conf-update.conf31
1 files changed, 31 insertions, 0 deletions
diff --git a/conf-update.conf b/conf-update.conf
new file mode 100644
index 0000000..2dbd443
--- /dev/null
+++ b/conf-update.conf
@@ -0,0 +1,31 @@
+# conf-update configuration file using *.ini-style format
+[conf-update]
+
+# If the update only affects comments, just apply it.
+autoreplace_trivial=true
+
+# If the old configuration is the default one, just
+# replace it with the new default. Very handy, but may
+# result in a different behaviour when the package changes
+# its default settings, therefore it is disabled here.
+# Should be save for non-paranoid people, though.
+autoreplace_unmodified=false
+
+# Whether to ask for confirmation before deleting/replacing a config
+# If you're sane, you choose 'true' here. If you're lazy, you don't.
+confirm_actions=true
+
+# Defines what tool to use to generate the diffs. I suggest one of
+# the following:
+diff_tool=diff -u
+#diff_tool=colordiff -u
+# YOU MUST COMMENT OUT "pager" BELOW, if you use this:
+#diff_tool=vimdiff
+
+# Sets the pager to use. If you use vimdiff or don't want a pager at
+# all, comment this out.
+pager=less
+
+# Sets the tool used to merge config files interactively
+# DO NOT USE VIMDIFF HERE, because the file name would be arbitrary
+merge_tool=sdiff -s -o