From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pat Thoyts Subject: Re: [PATCH] git-gui: use textconv filter for diff and blame Date: Fri, 30 Jul 2010 11:30:01 +0100 Message-ID: <878w4tz2hi.fsf@fox.patthoyts.tk> References: <1280319830-20483-1-git-send-email-Matthieu.Moy@imag.fr> <871valstsi.fsf@fox.patthoyts.tk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org, "Shawn O. Pearce" , Clemens Buchacher , =?iso-8859-1?Q?Cl=E9ment?= Poulain , Diane Gasselin , Axel Bonnet To: Matthieu Moy X-From: git-owner@vger.kernel.org Fri Jul 30 12:31:06 2010 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 1Oemro-0003SV-Dt for gcvg-git-2@lo.gmane.org; Fri, 30 Jul 2010 12:31:04 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758244Ab0G3Kah (ORCPT ); Fri, 30 Jul 2010 06:30:37 -0400 Received: from smtp-out3.blueyonder.co.uk ([195.188.213.6]:53971 "EHLO smtp-out3.blueyonder.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756390Ab0G3Kae (ORCPT ); Fri, 30 Jul 2010 06:30:34 -0400 Received: from [172.23.170.137] (helo=anti-virus01-08) by smtp-out3.blueyonder.co.uk with smtp (Exim 4.52) id 1OemrD-00017y-Cc; Fri, 30 Jul 2010 11:30:27 +0100 Received: from [77.99.239.132] (helo=fox.patthoyts.tk) by asmtp-out1.blueyonder.co.uk with esmtpa (Exim 4.52) id 1Oemqo-0007pA-HD; Fri, 30 Jul 2010 11:30:02 +0100 Received: by fox.patthoyts.tk (Postfix, from userid 1000) id EF4F021EC5; Fri, 30 Jul 2010 11:30:01 +0100 (BST) X-Url: http://www.patthoyts.tk/ X-Face: .`d#euqz@6H{";Ysmx2IVe_7M3vA+2w1X[QLk?ZO&QRauXQL{*L'$3getx}9+zK.-KWDx3. qrlR)76MFb`6bgoGvLpLtcQKB=X~;* (Matthieu Moy's message of "Fri\, 30 Jul 2010 08\:56\:37 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Matthieu Moy writes: >Pat Thoyts writes: > >> This looks generally fine but can you suggest some test that I can use >> to ensure it is actually doing something. I tried committing some test >> files containing cyrillic characters but I see no difference between >> using an unpatched git-gui and your patched version with git 1.7.2 > >textconv has not much to do with encoding. It's a way to tell git the >name of a command that converts a file into plain text. Typical usages >would be to use odt2txt, catdoc/antiword, or meta-information >extraction (like exiftags). > >Have a look here: > > https://git.wiki.kernel.org/index.php/Textconv > OK thanks. This works very nicely once configured. I've applied it and pushed this plus some outstanding git-gui patches from msysgit to the git-gui repository at git://repo.or.cz/git-gui.git