summaryrefslogtreecommitdiffstats
path: root/quilt.quiltrc
blob: 6a1318ba11c8eddaebc242a2a5fa7569759db330 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Example /etc/quilt.quiltrc

# Options passed to GNU diff when generating patches
QUILT_DIFF_OPTS="--show-c-function"
# Options passed to GNU patch when applying patches
#QUILT_PATCH_OPTS="--ignore-whitespace"

# Options to pass to commands (QUILT_${COMMAND}_ARGS)
QUILT_DIFF_ARGS="--no-timestamps --color=auto"
QUILT_REFRESH_ARGS="--no-timestamps --backup"

# Prefix all patch names with the relative path to the patch?
QUILT_PATCHES_PREFIX=yes