From 2086649ef18b9c4813d828b46c83efb4aab535f9 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 15 Sep 2023 20:11:53 +0100 Subject: drop --refresh from QUILT_PUSH_ARGS Otherwise we can't readily say 'quilt push -f'. --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.profile') 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 -- cgit v1.2.3