<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/include/git2, branch cmn/docstuff</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>index: split GIT_IDXENTRY into two flag enums</title>
<updated>2014-06-03T14:05:36+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-06-02T17:21:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=dedfc7346b7873bfeb04ce06257bfa712d9632e8'/>
<id>dedfc7346b7873bfeb04ce06257bfa712d9632e8</id>
<content type='text'>
The documentation has shown this as a single enum for a long time. These
should in fact be two enums. One with the bits for the flags and another
with the bits for the extended flags.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The documentation has shown this as a single enum for a long time. These
should in fact be two enums. One with the bits for the flags and another
with the bits for the extended flags.
</pre>
</div>
</content>
</entry>
<entry>
<title>Formatting fixes for the docs</title>
<updated>2014-06-03T14:05:35+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-06-02T16:53:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=11e2665e5040066cc251a45d017f37d2b0bd0617'/>
<id>11e2665e5040066cc251a45d017f37d2b0bd0617</id>
<content type='text'>
These are some issues I found while playing around with the new parser
for docurium.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are some issues I found while playing around with the new parser
for docurium.
</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://91.123.203.49/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>[Blob] Update documentation for is_binary.</title>
<updated>2014-05-28T19:57:21+00:00</updated>
<author>
<name>Ungureanu Marius</name>
<email>teromario@yahoo.com</email>
</author>
<published>2014-05-28T19:57:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=fda73bc5fd9f118c661e963f5c50f5c87df2364c'/>
<id>fda73bc5fd9f118c661e963f5c50f5c87df2364c</id>
<content type='text'>
filter.h tells me that we check the first 8000 bytes.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
filter.h tells me that we check the first 8000 bytes.</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://91.123.203.49/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>
<entry>
<title>clone: add flag not to link</title>
<updated>2014-05-28T13:40:22+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-05-28T08:07:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=c1dbfcbb4a5ca92ae90f1bdb7004edb2eb86284c'/>
<id>c1dbfcbb4a5ca92ae90f1bdb7004edb2eb86284c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clone: add flags to override whether to perform a local clone</title>
<updated>2014-05-28T13:40:22+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2013-12-23T11:12:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=121b26738e6a5e6eadeb2a2bc666956ae21cb92b'/>
<id>121b26738e6a5e6eadeb2a2bc666956ae21cb92b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clone: perform a "local clone" when given a local path</title>
<updated>2014-05-28T13:40:20+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2013-12-21T17:18:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=4386d80be108102548d4ff52c875aedfa94e7412'/>
<id>4386d80be108102548d4ff52c875aedfa94e7412</id>
<content type='text'>
When git is given such a path, it will perform a "local clone",
bypassing the git-aware protocol and simply copying over all objects
that exist in the source.

Copy this behaviour when given a local path.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When git is given such a path, it will perform a "local clone",
bypassing the git-aware protocol and simply copying over all objects
that exist in the source.

Copy this behaviour when given a local path.
</pre>
</div>
</content>
</entry>
<entry>
<title>Modify GIT_MERGE_CONFIG -&gt; GIT_MERGE_PREFERENCE</title>
<updated>2014-05-28T01:58:20+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@microsoft.com</email>
</author>
<published>2014-05-28T01:58:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=eff531e1034401b144b02ff2913a361669d04129'/>
<id>eff531e1034401b144b02ff2913a361669d04129</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move GIT_MERGE_CONFIG_* to its own enum</title>
<updated>2014-05-28T01:49:20+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@microsoft.com</email>
</author>
<published>2014-05-16T18:54:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=a3622ba6cc0970abe485baa98ab53e32df28cfdc'/>
<id>a3622ba6cc0970abe485baa98ab53e32df28cfdc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
