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: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 52A761F8C6 for ; Fri, 27 Aug 2021 16:00:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245442AbhH0QAd (ORCPT ); Fri, 27 Aug 2021 12:00:33 -0400 Received: from pb-smtp2.pobox.com ([64.147.108.71]:58334 "EHLO pb-smtp2.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235955AbhH0QAc (ORCPT ); Fri, 27 Aug 2021 12:00:32 -0400 Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 51CF6ED333; Fri, 27 Aug 2021 11:59:43 -0400 (EDT) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; s=sasl; bh=9vRw1EQ7GTeW 5ZEV6NplahfvIIC5rbdtBCL6Qt7kRuY=; b=Sh8t/16I3bBazhH1yxq3QJgYZX/5 dKI8L+DpQSdqdGxMomgmFvHrk7+/EmnODcy8uXYWhKFltO12BeoBbAAMrzrLCcmr uKPdH/u0SFUzwrLWHSfKQCBhEL9s/uCUJdDG4JlQl3ASf1NyAybRuScXvEvOtY44 8nWZbhInu3NB5ZE= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 4A0ECED332; Fri, 27 Aug 2021 11:59:43 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.74.116.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id 96ACDED330; Fri, 27 Aug 2021 11:59:41 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Krzysztof =?utf-8?Q?=C5=BBelechowski?= Cc: Bryan Turner , Jeff King , Git Users Subject: Re: git log --encoding=HTML is not supported References: <9896630.2IqcCWsCYL@localhost.localdomain> <3883941.fE8Og5qy2N@localhost.localdomain> Date: Fri, 27 Aug 2021 08:59:40 -0700 In-Reply-To: <3883941.fE8Og5qy2N@localhost.localdomain> ("Krzysztof =?utf-8?Q?=C5=BBelechowski=22's?= message of "Thu, 26 Aug 2021 22:52:36 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Pobox-Relay-ID: CA1D921E-074F-11EC-A27A-ECFD1DBA3BAF-77302942!pb-smtp2.pobox.com Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Krzysztof =C5=BBelechowski writes: > Dnia czwartek, 26 sierpnia 2021 17:37:40 CEST Junio C Hamano pisze: >> git log --html \ >> --format=3D'%h%s...' > > I would like to be able to say: > { git config i18n.logOutputEscape HTML; } > > What do you think? It depends on what it does. If the configuration means that "git log" output (with any supported options, like "-p") will be given with '<' written to '^lt;' etc. so that it becomes safe to dump it in HTML, it fails to interest me at all.