From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by sourceware.org (Postfix) with ESMTPS id 706173857805 for ; Mon, 4 Jan 2021 11:47:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 706173857805 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mliska@suse.cz X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 888C5AD2B; Mon, 4 Jan 2021 11:47:56 +0000 (UTC) Subject: Re: Patch RFA: Support non-ASCII file names in git-changelog From: =?UTF-8?Q?Martin_Li=c5=a1ka?= To: Joel Brobecker Cc: Jakub Jelinek , Jonathan Wakely , gcc-patches , Ian Lance Taylor References: <2b8fc5da-0a7e-2feb-9d22-6fecc349d842@suse.cz> <733ffec8-8809-d7fd-f0bf-9b1d9a55d7fc@suse.cz> <20201221094837.GG3788@tucnak> <64528957-cf87-676a-70cd-7fdd5bfeaf17@suse.cz> <20201224121638.GL353421@adacore.com> <8beaddc2-402d-b90c-6d53-2903f92275a2@suse.cz> Message-ID: <3c44a148-9514-cf34-0e76-cba9b08b5027@suse.cz> Date: Mon, 4 Jan 2021 12:47:55 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: <8beaddc2-402d-b90c-6d53-2903f92275a2@suse.cz> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, NICE_REPLY_A, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jan 2021 11:47:58 -0000 On 1/4/21 12:01 PM, Martin Liška wrote: > Anyway, I'm going to update server hook first and I'll create an issue for GitPython. So I was not correct about this. Also the server hooks uses now GitPython to identify modified files. I've just created an issue for that: https://github.com/gitpython-developers/GitPython/issues/1099 Martin