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=-4.0 required=3.0 tests=AWL,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 6F3481F5AE for ; Tue, 23 Jun 2020 19:16:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387433AbgFWTQ3 (ORCPT ); Tue, 23 Jun 2020 15:16:29 -0400 Received: from pb-smtp21.pobox.com ([173.228.157.53]:63901 "EHLO pb-smtp21.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387465AbgFWTQ2 (ORCPT ); Tue, 23 Jun 2020 15:16:28 -0400 Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id B782BCF71B; Tue, 23 Jun 2020 15:16:25 -0400 (EDT) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=JfYwNFy+qxCkb9/8hO4Lz8NfswY=; b=jEPDC3 fQRlq/DGLYlKwNz9+1Aqyo+NCATtZbj6WV4dx8x1WxnB5HwkoJ9ROzs4yJf/Hosb WBP+A3BBFu03io2rZ1zxi0EOIPpDkOiUabxEDj5y0umPfs6rGypejwIZvtGCE3fP Zq5/iLkMzL02oL+FuZk/lAg3FhryFYLI1UdII= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=QAhss2BdgpbzvcMV0B1A90AGU54fsM7J GAyKyVH5CRtEzhteTJoloU6FuiWal0mSyoIUkCNABifGhxt86bKxtmPcqlNt3ypP oPZLPzMlAOfeITgG1xXgRJpDuli7vz1WkN2Me7F1oorTKW8+yeKNGXduiJpk7Bj4 MkxQf1wtNTw= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id B01F4CF71A; Tue, 23 Jun 2020 15:16:25 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [35.196.173.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp21.pobox.com (Postfix) with ESMTPSA id 028BBCF719; Tue, 23 Jun 2020 15:16:22 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Johannes Schindelin Cc: git@vger.kernel.org Subject: Re: What's cooking in git.git (Jun 2020, #04; Mon, 22) References: Date: Tue, 23 Jun 2020 12:16:21 -0700 In-Reply-To: (Johannes Schindelin's message of "Tue, 23 Jun 2020 14:46:21 +0200 (CEST)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 06A9B93C-B586-11EA-8BB3-8D86F504CC47-77302942!pb-smtp21.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Johannes Schindelin writes: > Hi Junio, > > On Mon, 22 Jun 2020, Junio C Hamano wrote: > >> The 'pu' (proposed updates) branch has been renamed to 'seen' to use >> a more meaningful name (after all, the purpose of it is not to >> contain all proposals, but to merely serve as a place to park what >> the maintainer happened to have seen) and more importantly, to make >> room for topics from those contributors whose two-letter name >> abbreviation needs to be 'pu' under 'pu/$topicName'. > > Very nice! > > I apologize in advance for taking a while to get GitGitGadget back on > track after this rename, as I had originally planned to work on other > things this week. Sorry, I didn't expect that tools including GGG cares about 'pu' (I expected some to care about 'master' and/or 'maint' to detect "there is nothing remaining to ask to be pulled", though). Thanks for quickly attending to necessary updates.