From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Shumkin Subject: [PATCH v2] pretty: user format ignores i18n.logOutputEncoding setting Date: Fri, 9 Sep 2011 12:43:24 +0400 Message-ID: <1315557806-5555-1-git-send-email-zapped@mail.ru> References: <7vwrf6qh49.fsf@alter.siamese.dyndns.org> To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Fri Sep 09 10:44:23 2011 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R1whA-0007DG-Fy for gcvg-git-2@lo.gmane.org; Fri, 09 Sep 2011 10:44:20 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932823Ab1IIIoP (ORCPT ); Fri, 9 Sep 2011 04:44:15 -0400 Received: from smtp7.mail.ru ([94.100.176.52]:45315 "EHLO smtp7.mail.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932096Ab1IIIoO (ORCPT ); Fri, 9 Sep 2011 04:44:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail; h=Sender:References:In-Reply-To:Message-Id:Date:Subject:To:From; bh=nwbpTWXiJ3PTxoajH4OJiM6RYxDQpgLBDf9UHMsfJNg=; b=ujwcN+Fm2ItdYD7EmQIKUzNzRfmKRoDblFU6NH1Au5Ie3uxOhZRbrYAUMmMIE4wzptbRMKmvztHhrhqDN46F8DAyax5lqX5m8+KK3/ZQz3tS5UZHDiAgVzVhlzQI6kQX; Received: from [91.77.44.195] (port=20116 helo=zappedws) by smtp7.mail.ru with asmtp id 1R1wh2-0007aY-00 for git@vger.kernel.org; Fri, 09 Sep 2011 12:44:12 +0400 Received: from Alex by zappedws with local (Exim 4.76) (envelope-from ) id 1R1wgh-0001YD-9V for git@vger.kernel.org; Fri, 09 Sep 2011 12:43:51 +0400 X-Mailer: git-send-email 1.7.6.1.g8f21c In-Reply-To: <7vwrf6qh49.fsf@alter.siamese.dyndns.org> X-Spam: Not detected X-Mras: Ok Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: I discovered two more commands affected with this bug. So I reroll this patch and tests for it. >>(question) Does this change affect other commands, most notably format-patch, and if so how? No, it does not affect format-patc --- builtin/rev-list.c | 1 + builtin/shortlog.c | 1 + log-tree.c | 1 + submodule.c | 3 + t/t4041-diff-submodule-option.sh | 44 +++++---- t/t4205-log-pretty-formats.sh | 22 ++++- t/t6006-rev-list-format.sh | 192 +++++++++++++++++++++++--------------- 7 files changed, 167 insertions(+), 97 deletions(-)