<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jcarr/git2go/cherrypick_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-05T15:23:44Z</updated>
<entry>
<title>Mark some symbols to be deprecated #minor (#698)</title>
<updated>2020-12-05T15:23:44Z</updated>
<author>
<name>lhchavez</name>
<email>lhchavez@lhchavez.com</email>
</author>
<published>2020-12-05T15:23:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/commit/?id=137c05e802d5e11a5ab54809bc8be8f61ccece21'/>
<id>urn:sha1:137c05e802d5e11a5ab54809bc8be8f61ccece21</id>
<content type='text'>
This change introduces the file deprecated.go, which contains any
constants, functions, and types that are slated to be deprecated in the
next major release.

These symbols are deprecated because they refer to old spellings in
pre-1.0 libgit2. This also makes the build be done with the
`-DDEPRECATE_HARD` flag to avoid regressions.

This, together with
[gorelease](https://godoc.org/golang.org/x/exp/cmd/gorelease)[1] should
make releases safer going forward.

1: More information about how that works at
   https://go.googlesource.com/exp/+/refs/heads/master/apidiff/README.md</content>
</entry>
<entry>
<title>Add test</title>
<updated>2020-02-23T15:43:20Z</updated>
<author>
<name>lhchavez</name>
<email>lhchavez@lhchavez.com</email>
</author>
<published>2020-02-23T15:43:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/commit/?id=c1903b47fe80c7c0a3a9900d730f4dfce7f21aca'/>
<id>urn:sha1:c1903b47fe80c7c0a3a9900d730f4dfce7f21aca</id>
<content type='text'>
</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>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>State cleanup</title>
<updated>2015-03-04T23:52:55Z</updated>
<author>
<name>Mark Probst</name>
<email>mark.probst@gmail.com</email>
</author>
<published>2015-03-04T19:38:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/commit/?id=db5fa66b483816614950b36bf204a0de681b705a'/>
<id>urn:sha1:db5fa66b483816614950b36bf204a0de681b705a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cherrypick</title>
<updated>2015-03-04T23:52:54Z</updated>
<author>
<name>Mark Probst</name>
<email>mark.probst@gmail.com</email>
</author>
<published>2015-03-04T19:38:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/jcarr/git2go/commit/?id=c78b4d665e406af7e8cba608f65ac2171d3917b6'/>
<id>urn:sha1:c78b4d665e406af7e8cba608f65ac2171d3917b6</id>
<content type='text'>
</content>
</entry>
</feed>
