<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/tests/revwalk, branch cmn/warn-python</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/'/>
<entry>
<title>revwalk: add failing test for hiding and then pushing a commit</title>
<updated>2015-04-08T21:42:36+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-04-08T21:42:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=5a503fffbc01037c8e6e6bb2f755f7d62d09faf6'/>
<id>5a503fffbc01037c8e6e6bb2f755f7d62d09faf6</id>
<content type='text'>
When we hide a commit which we later push into the revwalk, we do not
handle this well and return commits which we should not.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When we hide a commit which we later push into the revwalk, we do not
handle this well and return commits which we should not.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: update for new test data</title>
<updated>2015-02-03T03:46:43+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-02-03T03:36:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=60561d54468d7097e04466fd8125be5231cea637'/>
<id>60561d54468d7097e04466fd8125be5231cea637</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>revwalk::mergebase test: free memory</title>
<updated>2014-10-27T02:27:58+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2014-10-25T23:53:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=4b1b2bd9eb5ddfed32b509871fba30433a895ec9'/>
<id>4b1b2bd9eb5ddfed32b509871fba30433a895ec9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add git_merge_bases_many.</title>
<updated>2014-10-09T12:19:00+00:00</updated>
<author>
<name>Arthur Schreiber</name>
<email>schreiber.arthur@googlemail.com</email>
</author>
<published>2014-10-09T11:58:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=eca07bcd83ae7aa18230779be1bc73d150da8af2'/>
<id>eca07bcd83ae7aa18230779be1bc73d150da8af2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Factor 40 and 41 constants from source.</title>
<updated>2014-09-16T11:07:04+00:00</updated>
<author>
<name>Ciro Santilli</name>
<email>ciro.santilli@gmail.com</email>
</author>
<published>2014-09-16T09:49:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=3b2cb2c91ee77e5e45957e8355025e3e742c07bd'/>
<id>3b2cb2c91ee77e5e45957e8355025e3e742c07bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2481 from libgit2/cmn/oidarray</title>
<updated>2014-08-29T16:19:56+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>vicent@github.com</email>
</author>
<published>2014-08-29T16:19:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=46a13f32472741f0ed66db7cb75c8cff279886ad'/>
<id>46a13f32472741f0ed66db7cb75c8cff279886ad</id>
<content type='text'>
merge: expose multiple merge bases</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
merge: expose multiple merge bases</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ahead-behind tests</title>
<updated>2014-08-28T11:34:42+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-08-28T11:34:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=e07aebb4e2b6ab544153c294914118ae2f2f512c'/>
<id>e07aebb4e2b6ab544153c294914118ae2f2f512c</id>
<content type='text'>
The logic was reversed. I have checked manually each pair with git and
adjusted the expectation to what git status prints.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The logic was reversed. I have checked manually each pair with git and
adjusted the expectation to what git status prints.
</pre>
</div>
</content>
</entry>
<entry>
<title>merge: expose multiple merge bases</title>
<updated>2014-07-27T15:17:22+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-07-18T14:00:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=7db0e6ee48fd68009a7e78cbcbca125d6ce9008d'/>
<id>7db0e6ee48fd68009a7e78cbcbca125d6ce9008d</id>
<content type='text'>
We always calculate multiple merge bases, but up to now we had only
exposed the "best" merge base.

Introduce git_oidarray which analogously to git_strarray lets us return
multiple ids.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We always calculate multiple merge bases, but up to now we had only
exposed the "best" merge base.

Introduce git_oidarray which analogously to git_strarray lets us return
multiple ids.
</pre>
</div>
</content>
</entry>
<entry>
<title>revwalk::simplify test should test</title>
<updated>2014-07-01T18:40:16+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2014-07-01T18:11:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=9879fee184adaace842ed4bb055fd2942d975591'/>
<id>9879fee184adaace842ed4bb055fd2942d975591</id>
<content type='text'>
The revwalk::simplify test was not actually tested the values from
the revwalk against the expected.  (Further, the expected had two
IDs transposed.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The revwalk::simplify test was not actually tested the values from
the revwalk against the expected.  (Further, the expected had two
IDs transposed.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce cl_assert_equal_oid</title>
<updated>2014-07-01T18:40:16+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2014-07-01T18:09:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=0cee70ebb7297f155129e0d05f5a23be82231256'/>
<id>0cee70ebb7297f155129e0d05f5a23be82231256</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
