aboutsummaryrefslogtreecommitdiff
blob: 2dbd443bb5f73ec8bc0a846173aa64fe01748612 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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