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 52EB41F4D7 for ; Mon, 9 May 2022 17:14:06 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (1024-bit key; unprotected) header.d=pobox.com header.i=@pobox.com header.b="s3UDI0dw"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239467AbiEIRPI (ORCPT ); Mon, 9 May 2022 13:15:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45886 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231344AbiEIRPH (ORCPT ); Mon, 9 May 2022 13:15:07 -0400 Received: from pb-smtp2.pobox.com (pb-smtp2.pobox.com [64.147.108.71]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1024B13CEE for ; Mon, 9 May 2022 10:11:09 -0700 (PDT) Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id D91B3133F81; Mon, 9 May 2022 13:11:08 -0400 (EDT) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=Su0DMNk82G52KCZXTosq778spQBviilze5vk75 cfWus=; b=s3UDI0dwcorsYWlqIeJWoLTzdmOyTUjHw21bGE85iQgSNiMP/+tDuL t4ovcwOwG5ach6r01xCgW1isrBiVaB/pVcu+PEKbax7M01Vw7UCZ9G1pXq6N53Ze DYQbPdr0f9dGW5BUk9P1h3HNMNG41abZKNiOgFns5WdCvsdSs4vuY= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id CF6AC133F80; Mon, 9 May 2022 13:11:08 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.83.65.128]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id 406D3133F7F; Mon, 9 May 2022 13:11:08 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Halil SEN Cc: Matthias =?utf-8?Q?A=C3=9Fhauer?= , Christian =?utf-8?Q?Gr=C3=BCn?= , git@vger.kernel.org, Paul Mackerras , Stefan Naewe Subject: Re: Resizing panels in the gitk window References: Date: Mon, 09 May 2022 10:11:06 -0700 In-Reply-To: (Halil SEN's message of "Mon, 9 May 2022 14:46:45 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 047D7620-CFBB-11EC-B005-CB998F0A682E-77302942!pb-smtp2.pobox.com Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org 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 I just made a fresh clone of it just to make sure. The latest commit in the repository is 6cd80496 (gitk: Resize panes correctly when reducing window size, 2020-10-03). It seems to be related to the topic you are working on? Again, I wonder if Paul's been too busy for (or no longer interested in) maintaining it and perhaps he can use a replacement maintainer? Thanks.