<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/src, branch cmn/ref-iter-concurrent</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>refs: copy the packed refs on iteration</title>
<updated>2014-06-02T15:50:30+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-06-02T15:44:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=2d945f82f63a4df57b2bd9ba6551d99d4517f7f4'/>
<id>2d945f82f63a4df57b2bd9ba6551d99d4517f7f4</id>
<content type='text'>
This lets us work without worrying about what's happening but work on a
snapshot.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This lets us work without worrying about what's happening but work on a
snapshot.
</pre>
</div>
</content>
</entry>
<entry>
<title>remote: build up the list of refs to remove</title>
<updated>2014-06-01T00:16:07+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-06-01T00:16:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=8a9419aae185204c9f727285643ab99b1b968610'/>
<id>8a9419aae185204c9f727285643ab99b1b968610</id>
<content type='text'>
When removing the remote-tracking branches, build up the list and remove
in two steps, working around an issue with the iterator. Removing while
we're iterating over the refs can cause us to miss references.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When removing the remote-tracking branches, build up the list and remove
in two steps, working around an issue with the iterator. Removing while
we're iterating over the refs can cause us to miss references.
</pre>
</div>
</content>
</entry>
<entry>
<title>minor cleanups</title>
<updated>2014-05-31T17:19:55+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2014-05-31T17:19:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=bc81220dfcf3419085c545b4a271aa04178c6960'/>
<id>bc81220dfcf3419085c545b4a271aa04178c6960</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up the handling of large binary diffs</title>
<updated>2014-05-31T17:14:14+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2014-05-30T20:19:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=947a58c17557d634f16f7efc547b5b236575a3b9'/>
<id>947a58c17557d634f16f7efc547b5b236575a3b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore core.safecrlf=warn until we have a warn infrastructure</title>
<updated>2014-05-30T16:30:53+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@microsoft.com</email>
</author>
<published>2014-05-30T16:30:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=49837fd49fb9de999be5add82a12bf6332d4703f'/>
<id>49837fd49fb9de999be5add82a12bf6332d4703f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs: Introduce `git_refname_t`.</title>
<updated>2014-05-30T12:30:30+00:00</updated>
<author>
<name>Arthur Schreiber</name>
<email>schreiber.arthur@googlemail.com</email>
</author>
<published>2014-05-20T15:31:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=824f755f101525d60adb7a73b407880c4aaec950'/>
<id>824f755f101525d60adb7a73b407880c4aaec950</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs: Fix some issue when core.precomposeunicode = true.</title>
<updated>2014-05-30T12:30:30+00:00</updated>
<author>
<name>Arthur Schreiber</name>
<email>schreiber.arthur@googlemail.com</email>
</author>
<published>2014-05-15T20:44:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=68f9d6b2833774c279964790eda97363225e09a7'/>
<id>68f9d6b2833774c279964790eda97363225e09a7</id>
<content type='text'>
This fixes two issues I found when core.precomposeunicode is enabled:

* When creating a reference with a NFD string, the returned
  git_reference would return this NFD string as the reference’s
  name. But when looking up the reference later, the name would
  then be returned as NFC string.
* Renaming a reference would not honor the core.precomposeunicode and
  apply no normalization to the new reference name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes two issues I found when core.precomposeunicode is enabled:

* When creating a reference with a NFD string, the returned
  git_reference would return this NFD string as the reference’s
  name. But when looking up the reference later, the name would
  then be returned as NFC string.
* Renaming a reference would not honor the core.precomposeunicode and
  apply no normalization to the new reference name.
</pre>
</div>
</content>
</entry>
<entry>
<title>config: initialize the error</title>
<updated>2014-05-30T11:06:34+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-05-30T11:06:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=5f0527aeac65b10b0df9034f5763865d253daf75'/>
<id>5f0527aeac65b10b0df9034f5763865d253daf75</id>
<content type='text'>
The error would be uninitialized if we take a snapshot of a config with
no backends.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The error would be uninitialized if we take a snapshot of a config with
no backends.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2011 from libgit2/cmn/clone-local</title>
<updated>2014-05-29T12:50:57+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>vicent@github.com</email>
</author>
<published>2014-05-29T12:50:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=31c551528b3f3bc7bd1d944ed582fc7a379806c6'/>
<id>31c551528b3f3bc7bd1d944ed582fc7a379806c6</id>
<content type='text'>
Local clone</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Local clone</pre>
</div>
</content>
</entry>
<entry>
<title>clone: allow for linking in local clone</title>
<updated>2014-05-28T13:40:47+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-05-28T09:28:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=2614819cf3e2163fb831c12c6d793254c78adb3d'/>
<id>2614819cf3e2163fb831c12c6d793254c78adb3d</id>
<content type='text'>
If requested, git_clone_local_into() will try to link the object files
instead of copying them.

This only works on non-Windows (since it doesn't have this) when both
are on the same filesystem (which are unix semantics).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If requested, git_clone_local_into() will try to link the object files
instead of copying them.

This only works on non-Windows (since it doesn't have this) when both
are on the same filesystem (which are unix semantics).
</pre>
</div>
</content>
</entry>
</feed>
