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=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,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 BB9E71F727 for ; Wed, 11 May 2022 08:22:33 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="O+yDjxy6"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243549AbiEKIVz (ORCPT ); Wed, 11 May 2022 04:21:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49604 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243548AbiEKIVu (ORCPT ); Wed, 11 May 2022 04:21:50 -0400 Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E146323BC9 for ; Wed, 11 May 2022 01:21:49 -0700 (PDT) Received: by gandalf.ozlabs.org (Postfix, from userid 1003) id 4Kynv049Q8z4ySZ; Wed, 11 May 2022 18:21:48 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ozlabs.org; s=201707; t=1652257308; bh=8c2hzTtDuknYsDeotpVIu9pROWfCBKrerU78fSI9SFU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=O+yDjxy63X/ba5VNwQ1drcdCuJ1t7iA0WE0Vm0YZy47I3LkNgEljRxBswrobQIIUh prB0qDMldQB9OwV4JVeZiAG2jgBBp64p837FkVXk564Xjc3yrQeOSMcvrjIUw6y2Qn gNvdPIC5x2rJzzHsoJgtLLj0YvQNbY67KwS3DYwNP6vlXm2r55yvg/dT30HBgCj6/x QdOaSAFgu5jbru77iKln8oQvzoASyFNpNGqz+7kNQKkBNWm7v5jtsdy8cNywFM1U/l jSj7aVP6nbgcBvdzRG/rvKJoITuEM17FR52Qe0VcNxGdPxOHCtuJePtfbNzTYIXDAW hvmYCet8l7vkA== Date: Wed, 11 May 2022 18:20:47 +1000 From: Paul Mackerras To: Junio C Hamano Cc: Halil SEN , Matthias =?iso-8859-1?Q?A=DFhauer?= , Christian =?iso-8859-1?Q?Gr=FCn?= , git@vger.kernel.org, Stefan Naewe Subject: Re: Resizing panels in the gitk window Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Mon, May 09, 2022 at 10:11:06AM -0700, Junio C Hamano wrote: > Halil SEN writes: > > > Junio C Hamano, wrote: > >> I didn't look at it back then primarily because > >> the patches were made against a wrong history > > > > I remember looking for Paul's repository but I > > failed to find it so created the patch against > > the main git repo. Maybe I should have > > mentioned this in my message since I knew > > the documentation included that note. > > > > I am happy to rebase my patch if someone > > could point me in the right direction. > > Thanks for giving me a chance to double-check what we have in > Documentation/SubmittingPatches is not stale: > > - `gitk-git/` comes from Paul Mackerras's gitk project: > > git://ozlabs.org/~paulus/gitk Could you change that to git://git.ozlabs.org/~paulus/gitk please? The ozlabs.org infrastructure changes every so often, and while the plain ozlabs.org works now and is not expected to stop working, git.ozlabs.org would be a little more future-proof. Thanks, Paul.