Add note about colordiff and less -R.
[portage.git] / cnf / dispatch-conf.conf
1 #
2 # dispatch-conf.conf
3 #
4
5 # Directory to archive replaced configs
6 archive-dir=/etc/config-archive
7
8 # Use rcs for storing files in the archive directory?
9 # (yes or no)
10 use-rcs=no
11
12 # Diff for display
13 # %s old file
14 # %s new file
15 # If using colordiff instead of diff, the less -R option may be required
16 # for correct display.
17 diff="diff -Nu '%s' '%s' | less --no-init --QUIT-AT-EOF"
18
19 # Diff for interactive merges.
20 # %s output file
21 # %s old file
22 # %s new file
23 merge="sdiff --suppress-common-lines --output='%s' '%s' '%s'"
24
25 # Automerge files comprising only CVS interpolations (e.g. Header or Id)
26 # (yes or no)
27 replace-cvs=yes
28
29 # Automerge files comprising only whitespace and/or comments
30 # (yes or no)
31 replace-wscomments=no
32
33 # Automerge files that the user hasn't modified
34 # (yes or no)
35 replace-unmodified=no
36
37 # Ignore a version that is identical to the previously merged version,
38 # even though it is different from the current user modified version
39 # Note that emerge already has a similar feature enabled by default,
40 # which can be disabled by the emerge --noconfmem option.
41 # (yes or no)
42 ignore-previously-merged=no
43
44 # Per-session log file of changes made to configuration files
45 #log-file=/var/log/dispatch-conf.log
46
47 # List of frozen files for which dispatch-conf will automatically zap updates
48 #frozen-files=""