<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git, branch cmn/path-direach-cberror</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>fileops: set an error on write error for file copy</title>
<updated>2015-05-17T13:48:33+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-05-15T10:23:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=edef91ee25eddcda1db9af64c99d3913c45e3a18'/>
<id>edef91ee25eddcda1db9af64c99d3913c45e3a18</id>
<content type='text'>
We set an error if we get an error when reading, but we don't bother
setting an error message for write failing. This causes a cryptic error
to be shown to the user when the target filesystem is full.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We set an error if we get an error when reading, but we don't bother
setting an error message for write failing. This causes a cryptic error
to be shown to the user when the target filesystem is full.
</pre>
</div>
</content>
</entry>
<entry>
<title>fileops: set an error message if we fail to link a file</title>
<updated>2015-05-15T10:18:05+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-05-15T10:18:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=54738368ec469dd9706c5c8f97d24affde9edae8'/>
<id>54738368ec469dd9706c5c8f97d24affde9edae8</id>
<content type='text'>
Now that `git_path_direach` lets us specify an error message to report,
set an appropriate error message while linking.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that `git_path_direach` lets us specify an error message to report,
set an appropriate error message while linking.
</pre>
</div>
</content>
</entry>
<entry>
<title>path: don't let direach overwrite the callback's error message</title>
<updated>2015-05-15T10:15:45+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-05-15T10:15:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=8a4d77f990b4453e42e3c2cc61df5175b39586d3'/>
<id>8a4d77f990b4453e42e3c2cc61df5175b39586d3</id>
<content type='text'>
This function deals with functions doing IO which means the amount of
errors that can happen is quit large. It does not help if it always
ovewrites the underlying error message with a less understandable
version of "something went wrong".

Instead, only use this generic message if there was no error set by the
callback.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function deals with functions doing IO which means the amount of
errors that can happen is quit large. It does not help if it always
ovewrites the underlying error message with a less understandable
version of "something went wrong".

Instead, only use this generic message if there was no error set by the
callback.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3130 from mortonfox/patch-1</title>
<updated>2015-05-15T08:10:24+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-05-15T08:10:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=9042693e283f65d9afb4906ed693a862a250664b'/>
<id>9042693e283f65d9afb4906ed693a862a250664b</id>
<content type='text'>
Updated dlibgit link.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated dlibgit link.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3129 from Therzok/patch-2</title>
<updated>2015-05-14T19:51:45+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-05-14T19:51:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=481ac3d1b3984ab981cdf92c7f864361a2d3b012'/>
<id>481ac3d1b3984ab981cdf92c7f864361a2d3b012</id>
<content type='text'>
Bring Early EOF message in line with the other two</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bring Early EOF message in line with the other two</pre>
</div>
</content>
</entry>
<entry>
<title>Updated dlibgit link.</title>
<updated>2015-05-14T19:49:51+00:00</updated>
<author>
<name>Morton Fox</name>
<email>github@qslw.com</email>
</author>
<published>2015-05-14T19:49:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=e702dc2e249289cd5cebc805eac7a2bd9bedc67d'/>
<id>e702dc2e249289cd5cebc805eac7a2bd9bedc67d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make "Early EOF" message start with lowercase</title>
<updated>2015-05-14T18:39:52+00:00</updated>
<author>
<name>Marius Ungureanu</name>
<email>teromario@yahoo.com</email>
</author>
<published>2015-05-14T18:33:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=7e9a240e0a28fe6103b0d9055a1374afd3580a62'/>
<id>7e9a240e0a28fe6103b0d9055a1374afd3580a62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>local: plug a leak in the progress reporting</title>
<updated>2015-05-14T15:26:09+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-05-14T15:26:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=542a7de0cdbed72f04a30db6f3ed1352b2169381'/>
<id>542a7de0cdbed72f04a30db6f3ed1352b2169381</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 #3128 from libgit2/cmn/push-notify-deleted</title>
<updated>2015-05-14T13:10:20+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-05-14T13:10:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=4a6a67461d5c437ee4bde099593f8483933b641e'/>
<id>4a6a67461d5c437ee4bde099593f8483933b641e</id>
<content type='text'>
Add tests for and fix push negotiation notification</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add tests for and fix push negotiation notification</pre>
</div>
</content>
</entry>
<entry>
<title>push: fix the update constructor</title>
<updated>2015-05-14T08:34:42+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-05-14T08:34:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=254ff3e929fdda6ad747d23c2c24fa377b5f9d97'/>
<id>254ff3e929fdda6ad747d23c2c24fa377b5f9d97</id>
<content type='text'>
There was a copypasta error and the source and destination IDs were
reversed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There was a copypasta error and the source and destination IDs were
reversed.
</pre>
</div>
</content>
</entry>
</feed>
