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: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 539801F487 for ; Fri, 27 Mar 2020 12:59:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727666AbgC0M7S (ORCPT ); Fri, 27 Mar 2020 08:59:18 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:51301 "EHLO relay7-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727345AbgC0M7S (ORCPT ); Fri, 27 Mar 2020 08:59:18 -0400 X-Originating-IP: 42.109.203.119 Received: from localhost (unknown [42.109.203.119]) (Authenticated sender: me@yadavpratyush.com) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 781E920008; Fri, 27 Mar 2020 12:59:15 +0000 (UTC) Date: Fri, 27 Mar 2020 18:29:13 +0530 From: Pratyush Yadav To: James Yeoman Cc: git@vger.kernel.org, Paul Mackerras Subject: Re: Bug Report Message-ID: <20200327124140.643uxbt2kvjwfxri@yadavpratyush.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Hi James, On 27/03/20 11:53AM, James Yeoman wrote: > gitk and git-gui are both not respecting git config. > > When I set the diff.algorithm global config to patience, the command > line git respects the config. However, both gitk and git-gui don't. > When I use "git status -vv" to get a diff of the working directory, > the diff produced respects the algorithm choice. The diff of the > working directory in gitk and git-gui both still use the default diff > algorithm, rather than the algorithm from the config. Thanks for reporting. Can you please send steps to produce a simple scenario where the diff from two algorithms is different so I can test why git-gui is not respecting the config. Make them as minimal as possible. Also, +Cc Paul, the gitk maintainer. -- Regards, Pratyush Yadav