summaryrefslogtreecommitdiffstats
path: root/.config/quilt/quiltrc-dpkg
blob: a6381d3c286d5559f7b1d68f7de72b441503b966 (plain) (blame)
1
2
3
4
5
6
7
QUILT_PATCHES=debian/patches
QUILT_NO_DIFF_INDEX=1
QUILT_NO_DIFF_TIMESTAMPS=1
QUILT_REFRESH_ARGS="-p ab"
QUILT_DIFF_ARGS="-p ab --color=auto" # If you want some color when using `quilt diff`.
QUILT_PATCH_OPTS="--reject-format=unified"
QUILT_COLORS="diff_hdr=1;32:diff_add=1;34:diff_rem=1;31:diff_hunk=1;33:diff_ctx=35:diff_cctx=33"