From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS16276 188.165.0.0/16 X-Spam-Status: No, score=-3.4 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI,SPF_HELO_NONE, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id C47DF1F5AE for ; Sun, 16 May 2021 02:41:21 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1621132880; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=PU96PzdzVqYZNKy7p2ZuOBI6x3jYq8fV1FNeMKxU1Jc=; b=aaO5ywbbYf3sv0eEKrXpJ6qAcvAlxV1Q/1SzYqyrTy+pzZFKkrPcPbGv2eEU8c4SQ9g+W2 H0sqmLzLMNuo4VnADsM0F9zYB+tdktC21H7yH5ibIYl9uUKRR5zJjBBfvu2FCPNpDVoDzo w6jwMoV5wTSoVnmy5cunXwO9sdsOi54ey9u/flnR0phJ3Tzg0V1aT2w77ZMf29iKx2Ronf 9P5pV5W+5qyJRxJd/t2zro85bIER/0HZjy0Ghzp/w+vpcoQrafdSP+Oco5j3t6tCXeAVOj vw9nmmSLroPN3NEoULWIb/adBry9db+q/AHqQoGw01s93Vw8WWxfFs1t6M9gSQ== From: Kyle Meyer To: meta@public-inbox.org Subject: [PATCH] lei rediff: mark --color-moved value as optional Date: Sat, 15 May 2021 22:41:02 -0400 Message-Id: <20210516024102.8401-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: `git-diff --color-moved' can be called without a mode, in which case it defaults to "zebra". --- lib/PublicInbox/LEI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PublicInbox/LEI.pm b/lib/PublicInbox/LEI.pm index 5f178418..3e17a614 100644 --- a/lib/PublicInbox/LEI.pm +++ b/lib/PublicInbox/LEI.pm @@ -141,7 +141,7 @@ my @lxs_opt = (qw(remote! local! external! include|I=s@ exclude=s@ only=s@ our @diff_opt = qw(unified|U=i output-indicator-new=s output-indicator-old=s output-indicator-context=s indent-heuristic! minimal patience histogram anchored=s@ diff-algorithm=s - color-moved=s color-moved-ws=s no-color-moved no-color-moved-ws + color-moved:s color-moved-ws=s no-color-moved no-color-moved-ws word-diff:s word-diff-regex=s color-words:s no-renames rename-empty! check ws-error-highlight=s full-index binary abbrev:i break-rewrites|B:s find-renames|M:s find-copies:s base-commit: 79e274b293a71fb41dd8bf6e9598a8e8a24fed4f -- 2.31.1