summaryrefslogtreecommitdiffstats
path: root/doc/sample.quiltrc
blob: 0aa72a7c09cf899822b1082adfe9b1a435608a7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Additional options passed to GNU diff
# -p : Show which C function each change is in.
QUILT_DIFF_OPTS="-p${QUILT_DIFF_OPTS:+ $QUILT_DIFF_OPTS}"

# Additional options passed to GNU patch
#QUILT_PATCH_OPTS=""

# The directory in which patches are found (defaults to "patches").
#QUILT_PATCHES=patches

# Define this to generate diffs without timestamps.
#QUILT_NO_DIFF_TIMESTAMPS=yes

# Create backup when refreshing patches.
QUILT_BACKUP=yes