Created
August 9, 2024 09:35
-
-
Save dosaboy/86d72b2bf8500601bd10b3427b9f26bb to your computer and use it in GitHub Desktop.
quiltrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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