[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <7vobeo75f8.fsf@alter.siamese.dyndns.org>
Date: Tue, 12 Mar 2013 13:02:19 -0700
From: Junio C Hamano <gitster@...ox.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: "Theodore Ts'o" <tytso@....edu>, James Morris <jmorris@...ei.org>,
Stephen Rothwell <sfr@...b.auug.org.au>,
linux-next@...r.kernel.org,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Git Mailing List <git@...r.kernel.org>
Subject: Re: linux-next: unneeded merge in the security tree
Junio C Hamano <gitster@...ox.com> writes:
> Then under the "--no-ff activates the magic" rule:
>
> git merge v3.9-rc2
>
> will fast-forward, but this
>
> git merge --no-ff v3.9-rc2
>
> creates a real merge with the "mergetag" signature block. The one
> that caused trouble in the "security tree", i.e.
>
> git pull linus v3.9-rc2
>
> or its equivalent
>
> git fetch linus v3.9-rc2
> git merge FETCH_HEAD
>
> would still fast-forward under this rule. The maintainer needs to
> do
>
> git pull --no-ff git://git.kernel.org/... for-linus
>
> if the pull could fast-forward under this rule, though.
Scratch the last sentence. It should have been
"whether the pull fast-forwards or not". You'd always need to.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists