summaryrefslogtreecommitdiffstats
path: root/quilt.quiltrc
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-01-23 18:27:47 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-01-23 18:27:47 +0000
commitddc509bc766fbde0eb8a5dfe9acb25fbce7b1aaf (patch)
tree720fb2072d6926500ed5beec813d485f0f26cf28 /quilt.quiltrc
parent0ae231e732db3af8de72ec7c846ed72a7f9c9fd3 (diff)
downloadquilt-ddc509bc766fbde0eb8a5dfe9acb25fbce7b1aaf.tar.gz
- Add color support for push command output and allow to customize
colors via the QUILT_COLORS environment variable (for reverse video, etc.).
Diffstat (limited to 'quilt.quiltrc')
-rw-r--r--quilt.quiltrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/quilt.quiltrc b/quilt.quiltrc
index a2d2ede..2240742 100644
--- a/quilt.quiltrc
+++ b/quilt.quiltrc
@@ -6,6 +6,7 @@ QUILT_DIFF_OPTS="--show-c-function"
#QUILT_PATCH_OPTS="--ignore-whitespace"
# Options to pass to commands (QUILT_${COMMAND}_ARGS)
+QUILT_PUSH_ARGS="--color=auto"
QUILT_DIFF_ARGS="--no-timestamps --color=auto"
QUILT_REFRESH_ARGS="--no-timestamps --backup"