<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/src, branch cmn/notes-buf</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/'/>
<entry>
<title>note: use a git_buf to return the default namespace</title>
<updated>2015-03-17T19:50:02+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-03-04T00:23:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=385449b1df593440abcf6636c81eb5ea19b1d1a1'/>
<id>385449b1df593440abcf6636c81eb5ea19b1d1a1</id>
<content type='text'>
The caller has otherwise no way to know how long the string will be
allocated or ability to free it.

This fixes #2944.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The caller has otherwise no way to know how long the string will be
allocated or ability to free it.

This fixes #2944.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2962 from libgit2/cmn/reflog-annotated</title>
<updated>2015-03-17T14:21:28+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-03-17T14:21:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=9bbc8f350b80a5a6e94651ec667cf9e5d545b317'/>
<id>9bbc8f350b80a5a6e94651ec667cf9e5d545b317</id>
<content type='text'>
Add annotated versions of ref-modying functions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add annotated versions of ref-modying functions</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2972 from libgit2/cmn/pack-objects-walk</title>
<updated>2015-03-17T14:06:50+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-03-17T14:06:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=7800048afbb002d0003b54fcc09c98d0d3249949'/>
<id>7800048afbb002d0003b54fcc09c98d0d3249949</id>
<content type='text'>
[WIP] Smarter pack-building</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[WIP] Smarter pack-building</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2982 from libgit2/cmn/stream-check-ec</title>
<updated>2015-03-17T13:44:56+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-03-17T13:44:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=828e595969efee951d67f23cfd9f4b8461ce71fb'/>
<id>828e595969efee951d67f23cfd9f4b8461ce71fb</id>
<content type='text'>
Don't ask for a stream's certificate unless it's encrypted</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't ask for a stream's certificate unless it's encrypted</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2977 from pks-t/submodule-sync-url-fix</title>
<updated>2015-03-17T13:44:25+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-03-17T13:44:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=c07d02064d1c58dea47b48580abf0523f59c1bda'/>
<id>c07d02064d1c58dea47b48580abf0523f59c1bda</id>
<content type='text'>
Fix git_submodule_sync writing URL to wrong key.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix git_submodule_sync writing URL to wrong key.</pre>
</div>
</content>
</entry>
<entry>
<title>http: do not try to use the cert callback on unencrypted streams</title>
<updated>2015-03-16T18:43:46+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-03-16T18:41:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=84d83b8e75a85b22c6003eaf9416b98fe6916d29'/>
<id>84d83b8e75a85b22c6003eaf9416b98fe6916d29</id>
<content type='text'>
When the user has a certificate check callback set, we still have to
check whether the stream we're using is even capable of providing a
certificate.

In the case of an unencrypted certificate, do not ask for it from the
stream, and do not call the callback.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the user has a certificate check callback set, we still have to
check whether the stream we're using is even capable of providing a
certificate.

In the case of an unencrypted certificate, do not ask for it from the
stream, and do not call the callback.
</pre>
</div>
</content>
</entry>
<entry>
<title>annotated_commit: provide a constructor from a revspec</title>
<updated>2015-03-16T15:57:30+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-03-06T23:06:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=62dd4d71db1408ae03ca7d4d4d2c48f7874a41d9'/>
<id>62dd4d71db1408ae03ca7d4d4d2c48f7874a41d9</id>
<content type='text'>
This extra constructor will be useful for the annotated versions of
ref-modifying functions, as it allows us to create a commit with the
extended sha syntax which was used to retrieve it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This extra constructor will be useful for the annotated versions of
ref-modifying functions, as it allows us to create a commit with the
extended sha syntax which was used to retrieve it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add annotated commit versions of reflog-modifying functions</title>
<updated>2015-03-16T15:57:30+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-03-06T22:51:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=62d38a1ddb8081f8b46e7ff6e21ebeb0014162d6'/>
<id>62d38a1ddb8081f8b46e7ff6e21ebeb0014162d6</id>
<content type='text'>
We do not always want to put the id directly into the reflog, but we
want to speicfy what a user typed. For this use-case we provide
annotated version of a few functions which let the caller specify what
user-friendly name was used when asking for the operation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We do not always want to put the id directly into the reflog, but we
want to speicfy what a user typed. For this use-case we provide
annotated version of a few functions which let the caller specify what
user-friendly name was used when asking for the operation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2975 from git-up/diff_index_retain</title>
<updated>2015-03-14T23:24:36+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-03-14T23:24:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=d675982a15388d8c413acda139b4662062cf3286'/>
<id>d675982a15388d8c413acda139b4662062cf3286</id>
<content type='text'>
Avoid retaining / releasing the index more than necessary when GIT_DIFF_...</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid retaining / releasing the index more than necessary when GIT_DIFF_...</pre>
</div>
</content>
</entry>
<entry>
<title>indexer: bring back the error message on duplcate commits</title>
<updated>2015-03-13T18:41:40+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-03-13T18:41:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=7c63a33ffe1198b77b481974cd0e74e9ace1745c'/>
<id>7c63a33ffe1198b77b481974cd0e74e9ace1745c</id>
<content type='text'>
It turns out that erroring out on duplicate commits is the right thing
to do, but git was not hitting the bug on the server-side.

Bring back a descriptive error message in case of duplicate entries and
error out.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It turns out that erroring out on duplicate commits is the right thing
to do, but git was not hitting the bug on the server-side.

Bring back a descriptive error message in case of duplicate entries and
error out.
</pre>
</div>
</content>
</entry>
</feed>
