From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11564 invoked by alias); 2 Aug 2008 17:28:47 -0000 Received: (qmail 11550 invoked by uid 22791); 2 Aug 2008 17:28:46 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout1.012.net.il (HELO mtaout1.012.net.il) (84.95.2.1) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 02 Aug 2008 17:28:22 +0000 Received: from HOME-C4E4A596F7 ([84.229.228.238]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K4Z001JTHVHOYC0@i-mtaout1.012.net.il> for gdb-patches@sources.redhat.com; Sat, 02 Aug 2008 20:28:30 +0300 (IDT) Date: Sat, 02 Aug 2008 17:28:00 -0000 From: Eli Zaretskii Subject: Re: Subdir ChangeLogs In-reply-to: X-012-Sender: halo1@inter.net.il To: Tom Tromey Cc: stanshebs@earthlink.net, stan@codesourcery.com, gdb-patches@sources.redhat.com Reply-to: Eli Zaretskii Message-id: References: <487975AF.4030306@codesourcery.com> <48933ABA.2030601@codesourcery.com> <4893474C.3000103@earthlink.net> X-IsSubscribed: yes 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 X-SW-Source: 2008-08/txt/msg00027.txt.bz2 > Cc: stanshebs@earthlink.net, stan@codesourcery.com, gdb-patches@sources.redhat.com > From: Tom Tromey > Date: Sat, 02 Aug 2008 10:51:57 -0600 > > >>>>> "Eli" == Eli Zaretskii writes: > > Tom> But I am talking about pulling patches out of the tree and putting > Tom> them back in after updating. How are you doing this? > > Eli> I make a diffs file and apply it after updating. The additions to > Eli> ChangeLog files need not be changed, except for the date. > > This is great for one patch. > But how do you do it when you have nine patches? I generate a separate diffs file for each one of them. Their dates give me a hint in which order to apply them, when the time comes. > Keeping multiple patches in one working tree is also not an option. > Most of my patches seem to overlap; many of them touch Makefile.in at > least. If all the patches are accepted, I see no problem. If only some are accepted, and the changes are in overlapping regions, you are out of luck. But I don't see how merging doc/ChangeLog will help here.