<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/include/git2, branch cmn/error-buffer</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>Merge pull request #3303 from libgit2/cmn/index-add-submodule</title>
<updated>2015-07-24T20:04:20+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-07-24T20:04:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=759b2230a522df47640808cb0b21346cc824f6ff'/>
<id>759b2230a522df47640808cb0b21346cc824f6ff</id>
<content type='text'>
Allow adding a submodule through git_index_add_bypath</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow adding a submodule through git_index_add_bypath</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3305 from libgit2/cmn/reflog-del-backend</title>
<updated>2015-07-24T20:01:04+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-07-24T20:01:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=91dad181439e0ea59bb84f8af9d7e144646f20c1'/>
<id>91dad181439e0ea59bb84f8af9d7e144646f20c1</id>
<content type='text'>
refdb: delete a ref's reflog upon deletion</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
refdb: delete a ref's reflog upon deletion</pre>
</div>
</content>
</entry>
<entry>
<title>Document git_fetch_options struct and fix typo.</title>
<updated>2015-07-20T13:48:01+00:00</updated>
<author>
<name>Ryan Roden-Corrent</name>
<email>ryrode@microsoft.com</email>
</author>
<published>2015-07-20T13:21:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=37996d474b658f7428b2195023da82a9b480f307'/>
<id>37996d474b658f7428b2195023da82a9b480f307</id>
<content type='text'>
git_fetch_options was missing from the API docs because it lacked a
documentation comment above the struct declaration.
I used the git_checkout_options docstring as a template.

Also fixes a typo in git_remote_prune_refs (remote, not reamote).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git_fetch_options was missing from the API docs because it lacked a
documentation comment above the struct declaration.
I used the git_checkout_options docstring as a template.

Also fixes a typo in git_remote_prune_refs (remote, not reamote).
</pre>
</div>
</content>
</entry>
<entry>
<title>refdb: delete a ref's reflog upon deletion</title>
<updated>2015-07-12T17:08:06+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-07-12T17:08:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=01d0c02dbaa8856c4e2481ab1435bdf7df58690a'/>
<id>01d0c02dbaa8856c4e2481ab1435bdf7df58690a</id>
<content type='text'>
Removing a reflog upon ref deletion is something which only some
backends might wish to do. Backends which are database-backed may wish
to archive a reflog, log-based ones may not need to do anything.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removing a reflog upon ref deletion is something which only some
backends might wish to do. Backends which are database-backed may wish
to archive a reflog, log-based ones may not need to do anything.
</pre>
</div>
</content>
</entry>
<entry>
<title>errors: add EDIRECTORY</title>
<updated>2015-07-12T10:11:22+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-07-11T16:51:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=8a52ed7a482935c74dbb24358e21811dfa6d91c2'/>
<id>8a52ed7a482935c74dbb24358e21811dfa6d91c2</id>
<content type='text'>
This is to be returned when the operation which the user asked for is
not possible to do on a directory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is to be returned when the operation which the user asked for is
not possible to do on a directory.
</pre>
</div>
</content>
</entry>
<entry>
<title>git_cert: child types use proper base type</title>
<updated>2015-07-10T14:28:33+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-06-29T22:51:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=79698030b090b017aea6d33fb3f02d3fcb046738'/>
<id>79698030b090b017aea6d33fb3f02d3fcb046738</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 #3281 from ethomson/wildcard_filters</title>
<updated>2015-07-09T16:21:31+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-07-09T16:21:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=9847d80ddc97b85ca38e158dc4781f0a3c6081ca'/>
<id>9847d80ddc97b85ca38e158dc4781f0a3c6081ca</id>
<content type='text'>
filters: custom filters with wildcard attributes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
filters: custom filters with wildcard attributes</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3277 from git-up/git_diff_index_to_index</title>
<updated>2015-07-07T10:38:47+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-07-07T10:38:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=3704ac35d32a274339a66cd51abce6dbea315022'/>
<id>3704ac35d32a274339a66cd51abce6dbea315022</id>
<content type='text'>
Added git_diff_index_to_index()</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added git_diff_index_to_index()</pre>
</div>
</content>
</entry>
<entry>
<title>filter: add docs for streaming filters</title>
<updated>2015-07-03T12:36:41+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-07-03T12:34:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=a94d3e68bf64c6acb89db1e14c78cfdc4b39ba0f'/>
<id>a94d3e68bf64c6acb89db1e14c78cfdc4b39ba0f</id>
<content type='text'>
These functions are available on the public API but don't have any
documentation, so they don't appear on the API reference. Fix that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These functions are available on the public API but don't have any
documentation, so they don't appear on the API reference. Fix that.
</pre>
</div>
</content>
</entry>
<entry>
<title>submodule: completely remove reload_all</title>
<updated>2015-07-01T15:49:07+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-07-01T15:49:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=34065968ed3c386b875ee050b8ed34d9968e2d7a'/>
<id>34065968ed3c386b875ee050b8ed34d9968e2d7a</id>
<content type='text'>
The function was removed, but its declaration and changelog entry about
its removal were forgotten.

The comment in the test doesn't make any sense as the function doesn't
exist anymore, so get rid of it as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The function was removed, but its declaration and changelog entry about
its removal were forgotten.

The comment in the test doesn't make any sense as the function doesn't
exist anymore, so get rid of it as well.
</pre>
</div>
</content>
</entry>
</feed>
