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.5 required=3.0 tests=AWL,BAYES_00, 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 2D0F01F8C6 for ; Fri, 27 Aug 2021 11:40:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245023AbhH0LlE (ORCPT ); Fri, 27 Aug 2021 07:41:04 -0400 Received: from shark2.2a.pl ([213.77.90.2]:65010 "EHLO shark.2a.pl" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S233376AbhH0LlD (ORCPT ); Fri, 27 Aug 2021 07:41:03 -0400 Received: from wrasse.2a.pl (wrasse.2a.pl [213.77.90.7]) by shark.2a.pl (Postfix) with ESMTP id 6DC281750881; Thu, 26 Aug 2021 22:52:40 +0200 (CEST) X-Virus-Scanned: amavisd-new at 2a.pl Received: from shark.2a.pl ([213.77.90.2]) by wrasse.2a.pl (wrasse.2a.pl [213.77.90.7]) (amavisd-new, port 10024) with ESMTP id vgqTNWRvy8Vm; Thu, 26 Aug 2021 22:52:38 +0200 (CEST) Received: from localhost.localdomain (unknown [10.8.1.26]) by shark.2a.pl (Postfix) with ESMTPSA id D4AB21750882; Thu, 26 Aug 2021 22:52:38 +0200 (CEST) From: Krzysztof =?utf-8?B?xbtlbGVjaG93c2tp?= To: Bryan Turner , Junio C Hamano Cc: Jeff King , Git Users Subject: Re: git log --encoding=HTML is not supported Date: Thu, 26 Aug 2021 22:52:36 +0200 Message-ID: <3883941.fE8Og5qy2N@localhost.localdomain> In-Reply-To: References: <9896630.2IqcCWsCYL@localhost.localdomain> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Dnia czwartek, 26 sierpnia 2021 17:37:40 CEST Junio C Hamano pisze: > git log --html \ > --format='%h%s...' I would like to be able to say: { git config i18n.logOutputEscape HTML; } What do you think? Chris