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: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-4.2 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by dcvr.yhbt.net (Postfix) with ESMTP id 0F6CA1F4D7 for ; Fri, 3 Jun 2022 18:18:21 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=mnementh.co.uk header.i=@mnementh.co.uk header.b="MWSv0Lvn"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240593AbiFCSQy (ORCPT ); Fri, 3 Jun 2022 14:16:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44388 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346928AbiFCSN6 (ORCPT ); Fri, 3 Jun 2022 14:13:58 -0400 Received: from mnementh.co.uk (mail.mnementh.co.uk [IPv6:2a07:4580:b0d:4f0::c573]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 681172ED7B for ; Fri, 3 Jun 2022 11:02:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mnementh.co.uk; s=exim; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:From:References:To:Subject:MIME-Version:Date:Message-ID:Sender: Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=WYPlA1hH0joxYwbiJEc5/Y4JpRW/CgytbQ139r33qLo=; b=MWSv0LvnlfzsT80MU7ica5q4bl aHuRapqUbvjfhmF5xENCmQE8rnSqtAV6pfqjgocfvG2smK74mco1FJxfEK8hRsH77NLm56Jm79wXt 9Rw7DkgcWSyHSYo6HL620O4BiXqp5Ytr063v3Rwfw/hVuWjJDLCkqcffDC2S+q/DRphpf3A8a1dAO UPMT8w0J5ERUpCEAARGdG7DKd2RYiWj3hAxdRZmS3HjPnySd3ledJ0eQytr06ydaOUolQochIzQYX LAzKNGA7XK7N61m8EFPtYKEm+f2mpyxBPApo4tRHE2EBlHxnwPVIl0ZapgTPm4PNWDa56YW1XEC6t bo2vgJ0w==; Received: from 115.24.187.81.in-addr.arpa ([81.187.24.115] helo=[192.168.1.64]) by mnementh.co.uk with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1nxBdP-009VXu-V5; Fri, 03 Jun 2022 19:02:55 +0100 Message-ID: Date: Fri, 3 Jun 2022 19:02:52 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Subject: Re: AW: BUG report: git-gui does not show commit message templates Content-Language: en-GB To: stefan.naewe@atlas-elektronik.com, git-ian@mnementh.co.uk, git@vger.kernel.org References: <870137b1-9134-5791-d9fa-4826687e0781@mnementh.co.uk> From: Ian Molton In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On 03/06/2022 15:36, stefan.naewe@atlas-elektronik.com wrote: >> >> Hi, >> >> Please CC: me in replies, I'm not a list member. >> >> I've just found that git-gui does not show commit templates. >> >> I've checked and found this commit: >> 627c87f84c157885d587125cf0c73591a0e3ee7a >> >> which suggests to me that the issue should have been fixed, but it clearly has not. >> >> I've removed git-gui from the system (Ubuntu package), and compiled the latest >> mainline git-gui (as of today), and the problem remains. > > It seems that git gui wants to load the template file from (or relative to) the .git directory. Hi, I tried copying the file into .git/ and ~/ but it still did not pick it up. -Ian