Re: [PATCH] request-pull: resurrect for-linus -> tags/for-linus DWIM

2014-06-02 Thread Junio C Hamano
Johannes Sixt writes: > Am 5/16/2014 19:57, schrieb Junio C Hamano: >> --- a/t/t5150-request-pull.sh >> +++ b/t/t5150-request-pull.sh >> @@ -223,7 +223,13 @@ test_expect_success 'pull request format' ' >> git request-pull initial "$downstream_url" >> tags/full:refs/tags/full >>

Re: [PATCH] request-pull: resurrect for-linus -> tags/for-linus DWIM

2014-06-02 Thread Johannes Sixt
Am 5/16/2014 19:57, schrieb Junio C Hamano: > --- a/t/t5150-request-pull.sh > +++ b/t/t5150-request-pull.sh > @@ -223,7 +223,13 @@ test_expect_success 'pull request format' ' > git request-pull initial "$downstream_url" > tags/full:refs/tags/full > ) >request && > sed -nf

Re: [PATCH] request-pull: resurrect for-linus -> tags/for-linus DWIM

2014-05-19 Thread Junio C Hamano
"Michael S. Tsirkin" writes: > Well RHEL6 apparently comes with git 1.7.1, there are > probably others. > > The problem isn't theorectical actually, Thanks. Let's do the fix for 2.0 then. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vge

Re: [PATCH] request-pull: resurrect for-linus -> tags/for-linus DWIM

2014-05-18 Thread Michael S. Tsirkin
On Fri, May 16, 2014 at 10:57:50AM -0700, Junio C Hamano wrote: > Older versions of Git before v1.7.10 did not DWIM > > $ git pull $URL for-linus > > to the tag "tags/for-linus" and the users were required to say > > $ git pull $URL tags/for-linus > > instead. Because newer versions of

[PATCH] request-pull: resurrect for-linus -> tags/for-linus DWIM

2014-05-16 Thread Junio C Hamano
Older versions of Git before v1.7.10 did not DWIM $ git pull $URL for-linus to the tag "tags/for-linus" and the users were required to say $ git pull $URL tags/for-linus instead. Because newer versions of Git works either way, request-pull used to show tags/for-linus when asked $