<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/examples, branch error-handling</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>examples/network/.gitignore: ignore 'git2'</title>
<updated>2011-11-07T02:07:27+00:00</updated>
<author>
<name>Brandon Casey</name>
<email>drafnel@gmail.com</email>
</author>
<published>2011-11-07T02:07:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=0b142c9cb207444e22c4136c64c4d7bcecb2ccef'/>
<id>0b142c9cb207444e22c4136c64c4d7bcecb2ccef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>examples/network/git2.c: exit with proper status, and avoid segfault</title>
<updated>2011-11-07T01:44:29+00:00</updated>
<author>
<name>Brandon Casey</name>
<email>drafnel@gmail.com</email>
</author>
<published>2011-11-07T01:44:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=349532d0b1fd4eb94b398616602674ff516f6d76'/>
<id>349532d0b1fd4eb94b398616602674ff516f6d76</id>
<content type='text'>
This function should exit after printing usage information if too few
arguments were specified.

Additionally, it should exit with a failure status if the first argument
supplied is not one in the internal command list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function should exit after printing usage information if too few
arguments were specified.

Additionally, it should exit with a failure status if the first argument
supplied is not one in the internal command list.
</pre>
</div>
</content>
</entry>
<entry>
<title>examples/network/git2.c: add newline to usage message</title>
<updated>2011-11-07T01:43:44+00:00</updated>
<author>
<name>Brandon Casey</name>
<email>drafnel@gmail.com</email>
</author>
<published>2011-11-07T01:43:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=983562e47537eef4c9d7706d036245a1896dd5f2'/>
<id>983562e47537eef4c9d7706d036245a1896dd5f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>examples/network/fetch.c: revert overzealous conversion of free to git__free</title>
<updated>2011-11-07T01:35:35+00:00</updated>
<author>
<name>Brandon Casey</name>
<email>drafnel@gmail.com</email>
</author>
<published>2011-11-07T01:35:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=faeebd06e41f2711ad4b3c99f3f10e5778c8a5cd'/>
<id>faeebd06e41f2711ad4b3c99f3f10e5778c8a5cd</id>
<content type='text'>
Since git__free is not exported (it's actually a macro), it should not be
used in client programs.  Change this call to 'git__free' back to 'free'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since git__free is not exported (it's actually a macro), it should not be
used in client programs.  Change this call to 'git__free' back to 'free'.
</pre>
</div>
</content>
</entry>
<entry>
<title>examples/general.c: update for recent API renaming of git_config_get_int</title>
<updated>2011-11-05T23:01:32+00:00</updated>
<author>
<name>Brandon Casey</name>
<email>drafnel@gmail.com</email>
</author>
<published>2011-11-05T23:01:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=54ccc71786cf5a0fee69e7ec173e62abd4a12af5'/>
<id>54ccc71786cf5a0fee69e7ec173e62abd4a12af5</id>
<content type='text'>
git_config_get_int --&gt; git_config_get_int32
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git_config_get_int --&gt; git_config_get_int32
</pre>
</div>
</content>
</entry>
<entry>
<title>global: Properly use `git__` memory wrappers</title>
<updated>2011-10-29T02:02:36+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2011-10-28T21:51:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=3286c408eccb18c525ca123383f3ebf5097441bc'/>
<id>3286c408eccb18c525ca123383f3ebf5097441bc</id>
<content type='text'>
Ensure that all memory related functions (malloc, calloc, strdup, free,
etc) are using their respective `git__` wrappers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure that all memory related functions (malloc, calloc, strdup, free,
etc) are using their respective `git__` wrappers.
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: add ls-remote, fetch and index-pack examples</title>
<updated>2011-10-03T00:32:32+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>carlos@cmartin.tk</email>
</author>
<published>2011-10-02T22:33:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=2401262778fa50cea30d1988cec45dcb82b50712'/>
<id>2401262778fa50cea30d1988cec45dcb82b50712</id>
<content type='text'>
Signed-off-by: Carlos Martín Nieto &lt;carlos@cmartin.tk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Carlos Martín Nieto &lt;carlos@cmartin.tk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed typo in example Makefile code and slimmed it down more.</title>
<updated>2011-09-16T03:15:38+00:00</updated>
<author>
<name>David Boyce</name>
<email>boyski@users.sourceforge.net</email>
</author>
<published>2011-09-13T03:44:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=784b3b494f057df1e854395f9e640bc25911e542'/>
<id>784b3b494f057df1e854395f9e640bc25911e542</id>
<content type='text'>
Reverted signature of git_signature_new.
Removed error check wrappers (voted down). Made Makefile
work out of the box on Linux and Solaris when standard
cmake build instructions for the library are followed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reverted signature of git_signature_new.
Removed error check wrappers (voted down). Made Makefile
work out of the box on Linux and Solaris when standard
cmake build instructions for the library are followed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Changes to allow examples/*.c to compile and link. This required on</title>
<updated>2011-09-13T03:39:47+00:00</updated>
<author>
<name>David Boyce</name>
<email>boyski@users.sourceforge.net</email>
</author>
<published>2011-09-13T03:39:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=0251733e01bb5403ee6c9529e6b63e8643054b39'/>
<id>0251733e01bb5403ee6c9529e6b63e8643054b39</id>
<content type='text'>
change to the signature of an API function (git_signature_new).
Also, the examples/general.c had a lot of unchecked return values
which were addresed with a couple of macros. The resulting example
still does not work correctly but at least now it fails with an
error message rather than not compiling or dumping core. Example
runtime issues may be addressed in a later commit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
change to the signature of an API function (git_signature_new).
Also, the examples/general.c had a lot of unchecked return values
which were addresed with a couple of macros. The resulting example
still does not work correctly but at least now it fails with an
error message rather than not compiling or dumping core. Example
runtime issues may be addressed in a later commit.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed to build examples with knowledge of include and lib locations.</title>
<updated>2011-09-13T03:38:58+00:00</updated>
<author>
<name>David Boyce</name>
<email>boyski@users.sourceforge.net</email>
</author>
<published>2011-09-13T03:38:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=9940a01c3f922d6026717a998300c747c4dfe784'/>
<id>9940a01c3f922d6026717a998300c747c4dfe784</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
