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=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 B7A7A1F4D8 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="M2lywZPy"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243556AbiEKIWE (ORCPT ); Wed, 11 May 2022 04:22:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49934 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243548AbiEKIV4 (ORCPT ); Wed, 11 May 2022 04:21:56 -0400 Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 61CF6140FE for ; Wed, 11 May 2022 01:21:52 -0700 (PDT) Received: by gandalf.ozlabs.org (Postfix, from userid 1003) id 4Kynv04KQnz4ySb; 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=fHw2E+8XMnTbmj4Qoqm9nINHo3i+Cos8u5n17gysTeM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=M2lywZPyPJnLKOsRWeCD/WDGlddujPANogdxLdKGiOUAQyqToth6JzrjCnjxmlBuj nM9O4HadbgQb1o+yWrGkA8q8crTlNpIj5LMEme14FSOD+Ua1AkBhZ07P6kOLDzgDU6 QJU5nmpkmX8f57Yqf5cihERjaxNx9uhHeViSrTWOtZNLLX2bwyI3YVcCiKo4Ru4nBR pklKqiy88nVgOCavNpxIQpH0x8FYUqwd0d8K1OmsZtNzBVGA77MOaOYPyqQ/eiW5Ri w6qgT9WEuEouX2ECZCPEuDXBysThyoncr2fvcCuX+TS0dBx2lR3jkUjnr4rFORYn8U cfBZ/Es5ad4jg== Date: Wed, 11 May 2022 18:21:43 +1000 From: Paul Mackerras To: Halil SEN Cc: Junio C Hamano , 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:19:21PM +0200, Halil SEN wrote: > Junio C Hamano writes: > > > It seems to be related to the topic you are working on? > > It indeed is related. Sorry for troubling you with the repo, I don't > remember exactly how I failed before, thanks for sharing it. > > > 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? > > I guess I should rebase my patch and resubmit it nevertheless. > I'll do it within the next few days. Now that I thought about it, > I think I had trouble creating and e-mailing the patch to the mail > list and the gitgitgadget was available only for the main repo. > I shall ask for help if I fail to do so again. No need to rebase, I have manually applied your patches. Junio, could you do a pull from my repository to get them? Thanks, Paul.