summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-09-15 20:11:53 +0100
committerSean Whitton <spwhitton@spwhitton.name>2023-09-15 20:12:50 +0100
commit2086649ef18b9c4813d828b46c83efb4aab535f9 (patch)
treea6456276535fd29c7b994a7edb0396612e306ca7 /.profile
parented2e253bcd747d55a7678e861392d37745989dad (diff)
downloaddotfiles-2086649ef18b9c4813d828b46c83efb4aab535f9.tar.gz
drop --refresh from QUILT_PUSH_ARGS
Otherwise we can't readily say 'quilt push -f'.
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index c9c9e8f2..8943f478 100644
--- a/.profile
+++ b/.profile
@@ -37,7 +37,7 @@ QUILT_NO_DIFF_INDEX=t; export QUILT_NO_DIFF_INDEX
QUILT_NO_DIFF_TIMESTAMPS=t; export QUILT_NO_DIFF_TIMESTAMPS
QUILT_DIFF_ARGS="-p ab --color=auto"; export QUILT_DIFF_ARGS
QUILT_REFRESH_ARGS="-p ab"; export QUILT_REFRESH_ARGS
-QUILT_PUSH_ARGS="--refresh --color=auto"; export QUILT_PUSH_ARGS
+QUILT_PUSH_ARGS=--color=auto; export QUILT_PUSH_ARGS
QUILT_DELETE_ARGS="-n -r"; export QUILT_DELETE_ARGS
QUILT_DIFF_OPTS=-p; export QUILT_DIFF_OPTS