<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openembedded-core.git/scripts/create-pull-request, branch master</title>
<subtitle></subtitle>
<id>https://trygvis.io/git/2012/05/openembedded-core.git/atom?h=master</id>
<link rel='self' href='https://trygvis.io/git/2012/05/openembedded-core.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/'/>
<updated>2012-04-10T07:20:47Z</updated>
<entry>
<title>create-pull-request: Assume remote branch from local branch</title>
<updated>2012-04-10T07:20:47Z</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2012-04-05T21:24:43Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=62570b7e3db44fbc3461f650abe6c4613940e068'/>
<id>urn:sha1:62570b7e3db44fbc3461f650abe6c4613940e068</id>
<content type='text'>
It is common to use the same remote branch name as the local branch
name. In this case, it would be nice not to have to specify the
remote branch name.

Make the -b argument optional and assume the remote branch is the same
name as the local branch. Print a NOTE to this effect so as not to
catch the user by surprise:

NOTE: Assuming remote branch 'notthere', use -b to override.

If the remote branch doesn't exist, a WARNING is displayed just as if
the user had used -b to specify a non-existent branch:

WARNING: Branch 'notthere' was not found on the contrib git tree.
         Please check your remote and branch parameter before sending.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>create-pull-request: increase likelihood of detecting a rename</title>
<updated>2011-08-17T14:13:39Z</updated>
<author>
<name>Anders Darander</name>
<email>anders@chargestorm.se</email>
</author>
<published>2011-08-16T13:41:34Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=3944f5e02d22b70b3bcd733a80f005dbd8e248a2'/>
<id>urn:sha1:3944f5e02d22b70b3bcd733a80f005dbd8e248a2</id>
<content type='text'>
Decrease the similarity percentage needed to recognize a delete/add-pair followed by an edit,
as a rename.
This make reviewing patches easier.

Signed-off-by: Anders Darander &lt;anders@chargestorm.se&gt;
</content>
</entry>
<entry>
<title>create-pull-request: Add URL documentation</title>
<updated>2011-06-09T14:37:10Z</updated>
<author>
<name>Mark Hatle</name>
<email>mark.hatle@windriver.com</email>
</author>
<published>2011-06-06T23:17:34Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=e5edda2e84e19a90ca2b0a6d4c265e5d5f59d42a'/>
<id>urn:sha1:e5edda2e84e19a90ca2b0a6d4c265e5d5f59d42a</id>
<content type='text'>
If we can't find the URL, tell the user how to correct the issue.

Signed-off-by: Mark Hatle &lt;mark.hatle@windriver.com&gt;
</content>
</entry>
<entry>
<title>create-pull-request: allow '+' in git PROTO_RE, ie for 'git+ssh://'</title>
<updated>2011-06-01T17:32:29Z</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2011-05-31T15:40:26Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=fb556532d4320518b96808d773d9e42719293be4'/>
<id>urn:sha1:fb556532d4320518b96808d773d9e42719293be4</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>create-pull-request: generalize the repository URL parsing</title>
<updated>2011-05-24T06:39:09Z</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2011-05-23T17:21:53Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=861c288e353e917374de938c4e5e927e116cd56c'/>
<id>urn:sha1:861c288e353e917374de938c4e5e927e116cd56c</id>
<content type='text'>
The existing REMOTE_URL and REMOTE_REPO parsing made assumptions regarding
the git URL format used for the known repository types. In fact, both of
these ssh URL formats are valid for all the known repositories. Specifically:

  ssh://git@server/repository/path
  git@server:repository/path

Generalize the parsing to work with each of these for all push URLs matching
*@*. Tested with the following URLs:

  ssh://git@git.pokylinux.org/poky-contrib
  ssh://git@git.pokylinux.org/poky-contrib.git
  git@git.pokylinux.org:poky-contrib
  git@git.pokylinux.org:poky-contrib.git

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>*pull-request: add copyright, license, and descriptions</title>
<updated>2011-05-19T22:39:00Z</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2011-05-16T22:18:20Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=66b5a6bed6e55f2c285e2c3644302a6f242db32b'/>
<id>urn:sha1:66b5a6bed6e55f2c285e2c3644302a6f242db32b</id>
<content type='text'>
Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
Acked-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Cc: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>create-pull-request: add untested oe repository support</title>
<updated>2011-05-19T22:38:31Z</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2011-05-14T05:36:27Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=c7f76dfb37022805458a7aeab8a51e44437f9abd'/>
<id>urn:sha1:c7f76dfb37022805458a7aeab8a51e44437f9abd</id>
<content type='text'>
Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
Acked-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Cc: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>create-pull-request: add GitHub remote support</title>
<updated>2011-05-19T22:38:21Z</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2011-05-14T05:33:53Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=e504b149fe2f057e38c19642b3d71bf43be2d62a'/>
<id>urn:sha1:e504b149fe2f057e38c19642b3d71bf43be2d62a</id>
<content type='text'>
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>create-pull-request: do not check certificate</title>
<updated>2011-05-19T22:38:07Z</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2011-05-14T04:16:06Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=027667824ca78d4f118d1917a515a675d966985c'/>
<id>urn:sha1:027667824ca78d4f118d1917a515a675d966985c</id>
<content type='text'>
Some remotes can use HTTPS and we don't need to check the certificate
of the host so wget call is changed to avoid it.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>create-pull-request: provide an RFC mode via -c argument</title>
<updated>2011-05-19T22:36:33Z</updated>
<author>
<name>Darren Hart</name>
<email>dvhart@linux.intel.com</email>
</author>
<published>2011-05-13T20:10:14Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=e4f66ec2a8af56fb4d0a85df46bfaa3bb1409d31'/>
<id>urn:sha1:e4f66ec2a8af56fb4d0a85df46bfaa3bb1409d31</id>
<content type='text'>
Currently it is difficult to know if a pull request is being sent for review
or just to be pulled.

Add a -c argument to add RFC to the subject prefix and a blurb requesting
review to the cover letter.

Signed-off-by: Darren Hart &lt;dvhart@linux.intel.com&gt;
Acked-by: Joshua Lock &lt;josh@linux.intel.com&gt;
Acked-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Cc: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
Cc: Saul Wold &lt;sgw@linux.intel.com&gt;
Cc: Paul Eggleton &lt;paul.eggleton@intel.com&gt;
Cc: Joshua Lock &lt;josh@linux.intel.com&gt;
Cc: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
</feed>
