From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3639 invoked by alias); 12 Jan 2015 06:56:44 -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 3610 invoked by uid 89); 12 Jan 2015 06:56:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 12 Jan 2015 06:56:42 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 6B5DA116362; Mon, 12 Jan 2015 01:56:40 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id TSO0hsnF-aa0; Mon, 12 Jan 2015 01:56:34 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 60748116339; Mon, 12 Jan 2015 01:56:34 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 2C86848E89; Mon, 12 Jan 2015 10:56:26 +0400 (RET) Date: Mon, 12 Jan 2015 06:56:00 -0000 From: Joel Brobecker To: "H.J. Lu" Cc: GDB , Binutils Subject: Re: ANNOUNCEMENT: we have now switched to new git hooks (was: "Re: RFC: using AdaCore's git hooks for binutils-gdb.git ...") Message-ID: <20150112065626.GY5445@adacore.com> References: <20141128135756.GK548@adacore.com> <20141207142138.GJ7899@adacore.com> <20141213165103.GA26944@adacore.com> <20141214204731.GA15244@adacore.com> <20141221224607.GN12884@adacore.com> <20150105041322.GB23617@adacore.com> <20150110065853.GS5445@adacore.com> <20150112045849.GW5445@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2015-01/txt/msg00292.txt.bz2 > The bugzilla entry doesn't show which branch the commit was > applied into. That's because I piped the output of "git show" to the script that files it (which is also why the diff accidently made it to bugzilla) - in other words, I didn't use the hooks, just called the script by hand. Future updates will have the name of the branch. > I committed the fix into both master and 2.25 branches. There is > only one bugzilla entry for my commits. Just file a comment that says you also pushed to the binutils 2.25 branch as well, explaining why you had to do it this way. -- Joel