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 630BA1F5AE for ; Mon, 20 Jul 2020 19:03:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729200AbgGTTDv (ORCPT ); Mon, 20 Jul 2020 15:03:51 -0400 Received: from pb-smtp2.pobox.com ([64.147.108.71]:59122 "EHLO pb-smtp2.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726012AbgGTTDu (ORCPT ); Mon, 20 Jul 2020 15:03:50 -0400 Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 8F39D63820; Mon, 20 Jul 2020 15:03:48 -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=aLTeauRaoYr94BdOH/0s7NUhDBw=; b=ri3YYL 1PqB9fMs9pferXRbByYSAb0mpy4Eb8u1DHMWAV3CbkNgmCmKUpVvkht6K5sB9kN/ HigkeiuBDGuJs5H0D3E4xVhXYHeGDZkb4OaJEu8MoVY7eHOe+XhGsol9/zb413Eg akPIUp7ghuLYmGbroYKBxdgEOMIHFbRoHWWGo= 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=RZY9SOvgeZCL3hG4EVZIERXqqciOHduT zSMkvg4HjNRa4IoyOOJb0662zeH7Asktdwn7yfUPuXKEWga+7oM4ZjtQAGJ9ZxX/ Kkqc/E+Spg44vJ9JZ6GjUDcAWCyAK+jX5PH/2lT4Y6LNEvVTiEaMA3lf0eOlahrY rzfhEcMZYNg= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 87A236381E; Mon, 20 Jul 2020 15:03:48 -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-smtp2.pobox.com (Postfix) with ESMTPSA id 15B646381A; Mon, 20 Jul 2020 15:03:48 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Pratyush Yadav Cc: git@vger.kernel.org Subject: Re: [GIT PULL] git-gui pull request References: <20200719094522.m6iopubstzvzrc73@yadavpratyush.com> Date: Mon, 20 Jul 2020 12:03:47 -0700 In-Reply-To: <20200719094522.m6iopubstzvzrc73@yadavpratyush.com> (Pratyush Yadav's message of "Sun, 19 Jul 2020 15:15:22 +0530") 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: BDD9483A-CABB-11EA-A6F4-2F5D23BA3BAF-77302942!pb-smtp2.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Pratyush Yadav writes: > Please pull the changes in git-gui for Git v2.28.0-rc2. The changes this > time around the are fairly small (only one commit in fact). Will do. > lib/choose_repository.tcl | 27 +++------------------------ > 1 file changed, 3 insertions(+), 24 deletions(-) Adding a feature by deleting lines is the best style of development ;-)