<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jcarr/git2go/push_test.go, branch v0.0.35</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wit.com/jcarr/git2go/atom?h=v0.0.35</id>
<link rel='self' href='http://cgit.wit.com/jcarr/git2go/atom?h=v0.0.35'/>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/'/>
<updated>2020-12-10T13:35:40Z</updated>
<entry>
<title>Ensure that no pointer handles leak during the test (#712)</title>
<updated>2020-12-10T13:35:40Z</updated>
<author>
<name>lhchavez</name>
<email>lhchavez@lhchavez.com</email>
</author>
<published>2020-12-10T13:35:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/commit/?id=e28cce87c7551bffa1f4602ff492348f9a8cba60'/>
<id>urn:sha1:e28cce87c7551bffa1f4602ff492348f9a8cba60</id>
<content type='text'>
This change makes sure that pointer handles are correctly cleaned up
during tests.</content>
</entry>
<entry>
<title>Run the tests in parallel</title>
<updated>2016-08-27T17:21:05Z</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2016-08-27T17:21:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/commit/?id=e55c00eca7e70e2d02860cda3cdc9169a88ece36'/>
<id>urn:sha1:e55c00eca7e70e2d02860cda3cdc9169a88ece36</id>
<content type='text'>
This saves about 1s, or 1/3 of the test runtime. The linking is still
much slower, but this we can control.
</content>
</entry>
<entry>
<title>Create a ReferenceCollection for managing references</title>
<updated>2015-06-27T23:12:32Z</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-06-27T23:12:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/commit/?id=01a2d8d38d4683c6e29da21240ffff7ae7b3a680'/>
<id>urn:sha1:01a2d8d38d4683c6e29da21240ffff7ae7b3a680</id>
<content type='text'>
As with the other commits, this clears up the clutter in naming and
around the Repository's API.
</content>
</entry>
<entry>
<title>Create a RemoteCollection for managing remotes</title>
<updated>2015-06-27T22:51:17Z</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-06-27T22:51:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/commit/?id=4b9cbd78fd266767f6bdf55257c4ee2b1611bbe0'/>
<id>urn:sha1:4b9cbd78fd266767f6bdf55257c4ee2b1611bbe0</id>
<content type='text'>
Instead of making the 'Remote' part of the function calls, create a
collection object which serves to namespace the operations for the
remotes.
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into next</title>
<updated>2015-06-08T02:07:49Z</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-06-05T00:02:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/commit/?id=85fde1fcfbc3fd6000b8fa1a4041b4c314a92b2f'/>
<id>urn:sha1:85fde1fcfbc3fd6000b8fa1a4041b4c314a92b2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: always clean up temporary repository dirs</title>
<updated>2015-04-24T11:01:51Z</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2015-04-24T10:59:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/commit/?id=e300945a3d456af1b619447347cd19a779b7a8f5'/>
<id>urn:sha1:e300945a3d456af1b619447347cd19a779b7a8f5</id>
<content type='text'>
Some test repositories are not correctly removed after the tests
did run. Fix by introducing a function that is to be used for
cleaning up temporary test repositories.
</content>
</entry>
<entry>
<title>Update to libgit2 d675982a153</title>
<updated>2015-03-15T00:49:32Z</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-03-15T00:49:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/commit/?id=c4fce1a218fd33938c0be90e939531c0a00ebf7f'/>
<id>urn:sha1:c4fce1a218fd33938c0be90e939531c0a00ebf7f</id>
<content type='text'>
There's been some changes to the checkout strategy, especially the
SAFE_CREATE mode, which is now the RECREATE_MISSING flag, though that
shouldn't be necessary to use in the general case.

The largest changes come from the removal of the signture from
ref-modifying functions/methods and the removal of the reflog string in
all but those directly related to moving references.
</content>
</entry>
<entry>
<title>Update to libgit2 master</title>
<updated>2015-01-04T17:05:11Z</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-01-04T17:05:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/commit/?id=d57246fb74404ed8b18d0d26d2b02b326ffd2cbe'/>
<id>urn:sha1:d57246fb74404ed8b18d0d26d2b02b326ffd2cbe</id>
<content type='text'>
This gets rid of the Push object. All network now goes through the
Remote object.
</content>
</entry>
<entry>
<title>Update to master</title>
<updated>2014-12-12T23:25:11Z</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-12-12T23:25:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/commit/?id=63116ea57e6920b25d7410eda2fc1c786be8a819'/>
<id>urn:sha1:63116ea57e6920b25d7410eda2fc1c786be8a819</id>
<content type='text'>
This deprecates the Push struct in favour of Remote.Push()
</content>
</entry>
<entry>
<title>make it possible to handle errors</title>
<updated>2014-04-02T17:31:48Z</updated>
<author>
<name>Jesse Ezell</name>
<email>jesse.ezell@neudesic.com</email>
</author>
<published>2014-04-02T17:31:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/commit/?id=b660db0a4bf82af893e7eb120c3001cecf593fa0'/>
<id>urn:sha1:b660db0a4bf82af893e7eb120c3001cecf593fa0</id>
<content type='text'>
</content>
</entry>
</feed>
