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-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_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id C540B1F4B4 for ; Tue, 6 Oct 2020 11:13:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725943AbgJFLNn (ORCPT ); Tue, 6 Oct 2020 07:13:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33692 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725902AbgJFLNn (ORCPT ); Tue, 6 Oct 2020 07:13:43 -0400 Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 02C88C061755 for ; Tue, 6 Oct 2020 04:13:43 -0700 (PDT) Received: by ozlabs.org (Postfix, from userid 1003) id 4C5FFv29jNz9sSG; Tue, 6 Oct 2020 22:13:39 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1601982819; bh=wmbBMynWyn4w0O7iw6IXl+LWpiPLxkD+jJ/mXQSL3ro=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BxCpmnvyRUA50hJ9eBYrOcingAaBqr8JQp+rTkZ8W5qxHhndlaEfCWqvPg6HFurm3 8Jn13q/i46dRhf90j89+R2KsKTe4umdictDEHnX6TgTo58OEHwnPjDoDKqRKy+QYPd KLlWW9TS2cGzwbG+Js4HQvG/ykZxnvzY3pOr1DS2muRrjosC/RYUbMBZGdL6Qcrzvn UwSwWR5O38sgJ9J4c1jY0blWTzljI8C+ZDxz0tzH3TWB8MxNjJRGAhdGrFpQC/wtyF cKeQxnMiS68CnuaK6yq6tG0srwxq9ubv6HQPikA/hS3fCt1Msr9o14dJrHPQxEHXHq KkIh5JC9wgo8Q== Date: Tue, 6 Oct 2020 22:13:35 +1100 From: Paul Mackerras To: Junio C Hamano Cc: git@vger.kernel.org Subject: Re: [GIT PULL] gitk update Message-ID: <20201006111335.GA3364508@thinks.paulus.ozlabs.org> References: <20201003092010.GC3089868@thinks.paulus.ozlabs.org> 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 Sat, Oct 03, 2020 at 10:04:28AM -0700, Junio C Hamano wrote: > Paul Mackerras writes: > > > Hi Junio, > > > > Whenever it's convenient for you, please do a pull from my gitk > > repository at git://ozlabs.org/~paulus/gitk.git to get 6 commits > > updating gitk. > > > > Thanks, > > Paul. > > Will do. Are these the six you mentioned, or am I missing some > other commits? > > $ git log --first-parent --oneline ..paulus/master > 6cd80496e9 gitk: Resize panes correctly when reducing window size > e244588eb6 gitk: replace tabs with spaces > a99bc27aec gitk: fix the context menu not appearing in the presence of submodule diffs > 2faa6cdc5e gitk: Un-hide selection in areas with non-default background color > 113ce1243f gitk: add diff lines background colors > e272a77964 gitk: be prepared to be run in a bare repository > c1a63459ed gitk: Preserve window dimensions on exit when not using ttk themes > f177c49a97 gitk: don't highlight files after submodules as submodules > d4247e0602 gitk: fix branch name encoding error > b8b60957ce gitk: rename "commit summary" to "commit reference" Yes, that's right. Obviously it's longer since I sent you a pull request than I had thought. Thanks, Paul.