From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 110502 invoked by alias); 29 Mar 2019 21:05:22 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 110486 invoked by uid 89); 29 Mar 2019 21:05:22 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.9 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,KAM_ASCII_DIVIDERS,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=emails X-HELO: smtp.polymtl.ca Received: from smtp.polymtl.ca (HELO smtp.polymtl.ca) (132.207.4.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 29 Mar 2019 21:05:20 +0000 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id x2TL5DUu024746 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 29 Mar 2019 17:05:18 -0400 Received: by simark.ca (Postfix, from userid 112) id C60FF1E636; Fri, 29 Mar 2019 17:05:13 -0400 (EDT) Received: from simark.ca (localhost [127.0.0.1]) by simark.ca (Postfix) with ESMTP id 5371D1E016; Fri, 29 Mar 2019 17:05:12 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 29 Mar 2019 21:05:00 -0000 From: Simon Marchi To: Tom Tromey Cc: Pedro Alves , gdb-patches@sourceware.org Subject: Re: [RFC] Sort #includes in gdb In-Reply-To: <875zs1csim.fsf@tromey.com> References: <87fttfmnpq.fsf@tromey.com> <878sygydob.fsf@tromey.com> <87r2b7viht.fsf@tromey.com> <875zs1csim.fsf@tromey.com> Message-ID: X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.3.6 X-IsSubscribed: yes X-SW-Source: 2019-03/txt/msg00751.txt.bz2 On 2019-03-29 16:52, Tom Tromey wrote: >>>>>> "Pedro" == Pedro Alves writes: > >>> I think it can't be done. > > Pedro> Isn't that what "try --branch" is for? > > No idea, but I guess the idea is to push a branch, then use "try" to do > a try run based on that branch? > > I can try that. I'm a little reluctant to push a temporary branch like > this. > Will sourceware let me delete the branch when I'm done? > > Tom We can freely push, force-push and delete the "users/*" branches. For example, I just deleted an old branch of mine that I didn't need anymore: $ git push upstream :users/simark/autotools-bump remote: ---------------------------------------------------------------------- remote: -- The hooks.no-emails config option contains `refs/heads/users/.*', remote: -- which matches the name of the reference being updated remote: -- (refs/heads/users/simark/autotools-bump). remote: -- remote: -- Commit emails will therefore not be sent. remote: ---------------------------------------------------------------------- To ssh://sourceware.org/git/binutils-gdb.git - [deleted] users/simark/autotools-bump It would be fine if we did the cleanup in multiple chunks, it doesn't have to be one big patch. I don't think I've mentioned it, but I really like this change. I don't like the mental weight of having to choose where to add my include in an unorganized list :). Simon