Skip to content

Instantly share code, notes, and snippets.

@dosaboy
Created August 9, 2024 09:35
Show Gist options
  • Save dosaboy/86d72b2bf8500601bd10b3427b9f26bb to your computer and use it in GitHub Desktop.
Save dosaboy/86d72b2bf8500601bd10b3427b9f26bb to your computer and use it in GitHub Desktop.
quiltrc
QUILT_PATCHES=debian/patches
QUILT_NO_DIFF_INDEX=1
QUILT_NO_DIFF_TIMESTAMPS=1
QUILT_REFRESH_ARGS="-p ab"
QUILT_DIFF_ARGS="--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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment