<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/include/git2/blob.h, branch ethomson/gitstr</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>filter: use a `git_oid` in filter options, not a pointer</title>
<updated>2021-09-21T15:28:39+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-09-21T15:28:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=90656858ce6ec0f4cba5ba5f8690ace9b83161d0'/>
<id>90656858ce6ec0f4cba5ba5f8690ace9b83161d0</id>
<content type='text'>
Using a `git_oid *` in filter options was a mistake; it is a deviation
from our typical pattern, and callers in some languages that GC may need
very special treatment in order to pass both an options structure and a
pointer outside of it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using a `git_oid *` in filter options was a mistake; it is a deviation
from our typical pattern, and callers in some languages that GC may need
very special treatment in order to pass both an options structure and a
pointer outside of it.
</pre>
</div>
</content>
</entry>
<entry>
<title>filter: introduce GIT_BLOB_FILTER_ATTRIBUTES_FROM_COMMIT</title>
<updated>2021-07-22T20:40:42+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-07-22T19:29:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=1439b9ff05524949b6b3fa6cad716a9bb3cbc249'/>
<id>1439b9ff05524949b6b3fa6cad716a9bb3cbc249</id>
<content type='text'>
Provide a mechanism to filter using attribute data from a specific
commit (making use of `GIT_ATTR_CHECK_INCLUDE_COMMIT`).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide a mechanism to filter using attribute data from a specific
commit (making use of `GIT_ATTR_CHECK_INCLUDE_COMMIT`).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2021-04-22T13:07:36+00:00</updated>
<author>
<name>punkymaniac</name>
<email>punkymaniac@protonmail.ch</email>
</author>
<published>2021-04-21T13:46:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=330b24d76f7264645bf148c168d666cf19a1164f'/>
<id>330b24d76f7264645bf148c168d666cf19a1164f</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 #5760 from libgit2/ethomson/tttoo_many_ttts</title>
<updated>2021-01-07T10:15:25+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-01-07T10:15:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=c31032a3cf449b77c1ca2a966ec3ca31f2f1fb00'/>
<id>c31032a3cf449b77c1ca2a966ec3ca31f2f1fb00</id>
<content type='text'>
blob: fix name of `GIT_BLOB_FILTER_ATTRIBUTES_FROM_HEAD`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
blob: fix name of `GIT_BLOB_FILTER_ATTRIBUTES_FROM_HEAD`</pre>
</div>
</content>
</entry>
<entry>
<title>Update documentation for git_blob_filter_options</title>
<updated>2021-01-05T23:26:50+00:00</updated>
<author>
<name>Josh Stockin</name>
<email>josh@joshstock.in</email>
</author>
<published>2021-01-05T23:26:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=ddafbafef54677c3466260e52b135d5dff832624'/>
<id>ddafbafef54677c3466260e52b135d5dff832624</id>
<content type='text'>
Adds info about initializing options with git_blob_filter_options_init
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds info about initializing options with git_blob_filter_options_init
</pre>
</div>
</content>
</entry>
<entry>
<title>blob: fix name of `GIT_BLOB_FILTER_ATTRIBUTES_FROM_HEAD`</title>
<updated>2021-01-05T14:46:09+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-01-05T14:45:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=855f2998acfa58ce6f4a7a1a1b3d5d48475b2330'/>
<id>855f2998acfa58ce6f4a7a1a1b3d5d48475b2330</id>
<content type='text'>
`GIT_BLOB_FILTER_ATTTRIBUTES_FROM_HEAD` is misspelled, it should be
`GIT_BLOB_FILTER_ATTRIBUTES_FROM_HEAD`, and it would be if it were not
for the MacBook Pro keyboard and my inattentiveness.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`GIT_BLOB_FILTER_ATTTRIBUTES_FROM_HEAD` is misspelled, it should be
`GIT_BLOB_FILTER_ATTRIBUTES_FROM_HEAD`, and it would be if it were not
for the MacBook Pro keyboard and my inattentiveness.
</pre>
</div>
</content>
</entry>
<entry>
<title>blob: add git_blob_filter_options_init</title>
<updated>2021-01-05T14:29:58+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-01-05T14:29:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=d9c1538775ff77e08427d82872ac28b42f7f81ba'/>
<id>d9c1538775ff77e08427d82872ac28b42f7f81ba</id>
<content type='text'>
The `git_blob_filter_options_init` function should be included, to allow
callers in FFI environments to let us initialize an options structure
for them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `git_blob_filter_options_init` function should be included, to allow
callers in FFI environments to let us initialize an options structure
for them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix documentation for git_blob_filter_options</title>
<updated>2021-01-04T22:29:10+00:00</updated>
<author>
<name>Josh Stockin</name>
<email>josh@joshstock.in</email>
</author>
<published>2021-01-04T22:29:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=f1151fb31ef0069cad1520739dd54eae0eca2652'/>
<id>f1151fb31ef0069cad1520739dd54eae0eca2652</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move doc comment about `GIT_BLOB_FILTER_OPTIONS_VERSION`</title>
<updated>2021-01-04T16:56:01+00:00</updated>
<author>
<name>Josh Stockin</name>
<email>josh@joshstock.in</email>
</author>
<published>2021-01-04T16:56:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=556e07473b80c8d4e763bda23ecf522136c7d06c'/>
<id>556e07473b80c8d4e763bda23ecf522136c7d06c</id>
<content type='text'>
Removes doc comment on `git_blob_filter_options.version`, moves
information to `git_blob_filter_options` doc comment to remain
consistent with other options structures' documentation.

`git_blob_filter_options_init` still needed; should be added in another
commit/PR (it's out of the scope of this PR, #5759), update this
documentation again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes doc comment on `git_blob_filter_options.version`, moves
information to `git_blob_filter_options` doc comment to remain
consistent with other options structures' documentation.

`git_blob_filter_options_init` still needed; should be added in another
commit/PR (it's out of the scope of this PR, #5759), update this
documentation again.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add documentation for git_blob_filter_options.version</title>
<updated>2021-01-04T02:39:45+00:00</updated>
<author>
<name>Josh Stockin</name>
<email>josh@joshstock.in</email>
</author>
<published>2021-01-04T02:39:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=0af0f7fdcf6e2fdc1139fef325ad01b77f3e86a3'/>
<id>0af0f7fdcf6e2fdc1139fef325ad01b77f3e86a3</id>
<content type='text'>
Resolves #5756
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves #5756
</pre>
</div>
</content>
</entry>
</feed>
