On Mon, Jun 2, 2014 at 7:08 PM, NeilBrown <[email protected]> wrote:
>
> git request-pull master git://neil.brown.name/md
>
> after tagging the current commit as "md/3.15-fixes" and pushing out the tag
You should *tell* "git request-pull" what you're actually requesting to pull.
The old "let's guess based on the commit at the top of your tree" may
have worked for you (because you only ever had one matching thing),
but it did not work in general.
So the new "git request-pull" does not guess. If you want to request a
tag to be pulled, you name it. Because if you don't name it, it now
defaults to HEAD (like all other git log commands) rather than
guessing. So please write it as
git request-pull master git://neil.brown.name/md md/3.15-fixes
I guess the man-page should be made more explicit about this too.
Linus
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html