Re: [PATCH] MAINTAINERS: update IDE entry

From: Borislav Petkov
Date: Fri Apr 24 2009 - 12:42:22 EST


Hi,

On Fri, Apr 24, 2009 at 11:54 AM, Bartlomiej Zolnierkiewicz
<bzolnier@xxxxxxxxx> wrote:
> On Friday 24 April 2009 10:08:48 Sergei Shtylyov wrote:
>> Hello.
>>
>> Bartlomiej Zolnierkiewicz wrote:
>>
>> > By a popular demand quilt tree was replaced by a git one.
>> >
>> > Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@xxxxxxxxx>
>> > ---
>> >  MAINTAINERS |    2 +-
>> >  1 file changed, 1 insertion(+), 1 deletion(-)
>> >
>> > Index: b/MAINTAINERS
>> > ===================================================================
>> > --- a/MAINTAINERS
>> > +++ b/MAINTAINERS
>> > @@ -2743,7 +2743,7 @@ IDE SUBSYSTEM
>> >  P: Bartlomiej Zolnierkiewicz
>> >  M: bzolnier@xxxxxxxxx
>> >  L: linux-ide@xxxxxxxxxxxxxxx
>> > -T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
>> > +T: git git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6.git
>> >
>>
>>   Does that mean that the patches that have been already accepeted into
>> the git tree, can't be updated afterwards (i.e. I have a habit of
>> sometimes sending several takes of the same patch)?
>
> Yes, please just send incremental updates once the patch has been merged.

Or, you can interactively rebase the tree to the commit right before the patch
to be replaced and then add the updated patch in place of the old one. There's a
very hands-on example in the manpage in section "INTERACTIVE MODE."

A problem with that might be that others who've pulled from your branch will see
the rewritten history with a new SHA1 commit, but that would be still ok since
we'll be pulling from the linux-next branch and the for-linus branch is the one
that is cast in stone once Linus pulls from you.

--
Regards/Gruss,
Boris
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/