Re: [OE-core] [oe-core][PATCH 1/1] create-pull-request: allow '+' in git PROTO_RE, ie for 'git+ssh://'

2011-06-02 Thread Darren Hart
On 06/02/2011 11:03 PM, Martin Jansa wrote: > On Thu, Jun 02, 2011 at 10:38:11PM -0700, Darren Hart wrote: >> Hi Martin, > > Hi Darren, > >> No objection if this is a valid URL. I didn't include this because 1) I >> didn't know about it and 2) it isn't listed in the git pull man page, >> which

Re: [OE-core] [oe-core][PATCH 1/1] create-pull-request: allow '+' in git PROTO_RE, ie for 'git+ssh://'

2011-06-02 Thread Martin Jansa
On Thu, Jun 02, 2011 at 10:38:11PM -0700, Darren Hart wrote: > Hi Martin, Hi Darren, > No objection if this is a valid URL. I didn't include this because 1) I > didn't know about it and 2) it isn't listed in the git pull man page, > which is what I developed to. Is git+ssh... equivalent to ssh://

Re: [OE-core] [oe-core][PATCH 1/1] create-pull-request: allow '+' in git PROTO_RE, ie for 'git+ssh://'

2011-06-02 Thread Darren Hart
Hi Martin, No objection if this is a valid URL. I didn't include this because 1) I didn't know about it and 2) it isn't listed in the git pull man page, which is what I developed to. Is git+ssh... equivalent to ssh:// ? As a minor nit, please include a body message for anything more complicated t

[OE-core] [oe-core][PATCH 1/1] create-pull-request: allow '+' in git PROTO_RE, ie for 'git+ssh://'

2011-05-31 Thread Martin Jansa
Signed-off-by: Martin Jansa --- scripts/create-pull-request |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/create-pull-request b/scripts/create-pull-request index 19b640f..d52098e 100755 --- a/scripts/create-pull-request +++ b/scripts/create-pull-request @@ -102