<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/include/git2, branch cmn/negotiation-notify</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>push: report the update plan to the caller</title>
<updated>2015-04-18T23:02:29+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-04-18T22:55:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=efc2fec50e3bb725b2b244fdeacfb2dfad6ee78e'/>
<id>efc2fec50e3bb725b2b244fdeacfb2dfad6ee78e</id>
<content type='text'>
It can be useful for the caller to know which update commands will be
sent to the server before the packfile is pushed up. git does this via
the pre-push hook.

We don't have hooks, but as it adds introspection into what is
happening, we can add a callback which performs the same function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It can be useful for the caller to know which update commands will be
sent to the server before the packfile is pushed up. git does this via
the pre-push hook.

We don't have hooks, but as it adds introspection into what is
happening, we can add a callback which performs the same function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2999 from pks-t/submodule-set-url</title>
<updated>2015-04-17T17:35:41+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-04-17T17:35:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=a0e652d281dd2152d333675b25aa37307496e039'/>
<id>a0e652d281dd2152d333675b25aa37307496e039</id>
<content type='text'>
Implement git_submodule_set_branch.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement git_submodule_set_branch.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3037 from libgit2/cmn/hide-then-push</title>
<updated>2015-04-17T00:12:28+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-04-17T00:12:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=6f80bf4afb81f9e907601398735c576da1dbadc1'/>
<id>6f80bf4afb81f9e907601398735c576da1dbadc1</id>
<content type='text'>
Handle hide-then-push in the revwalk</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle hide-then-push in the revwalk</pre>
</div>
</content>
</entry>
<entry>
<title>revwalk: reword the push text</title>
<updated>2015-04-13T16:03:03+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-04-13T16:03:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=05d9202678cf910d600c900cf99b09ad7e259157'/>
<id>05d9202678cf910d600c900cf99b09ad7e259157</id>
<content type='text'>
As it seems it's not quite clear what it means to push a commit, try to
be more explicit about adding a new root and that we may not see this
commit if it is hidden.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As it seems it's not quite clear what it means to push a commit, try to
be more explicit about adding a new root and that we may not see this
commit if it is hidden.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement git_submodule_set_branch.</title>
<updated>2015-04-12T08:51:08+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2015-03-18T10:45:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=129788a623816e06eb502235451beeb87472cee0'/>
<id>129788a623816e06eb502235451beeb87472cee0</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 #2974 from libgit2/cmn/clone-everything</title>
<updated>2015-04-10T09:38:07+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-04-10T09:38:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=623fbd93f1a7538df0c9a433df68f87bbd58b803'/>
<id>623fbd93f1a7538df0c9a433df68f87bbd58b803</id>
<content type='text'>
Make sure to pack referenced objects for non-branches</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure to pack referenced objects for non-branches</pre>
</div>
</content>
</entry>
<entry>
<title>Entry argument passed to git_index_add_frombuffer() should be const</title>
<updated>2015-04-04T01:59:11+00:00</updated>
<author>
<name>Pierre-Olivier Latour</name>
<email>pol@mac.com</email>
</author>
<published>2015-04-04T01:59:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=807566d55403ee03a9870ca0102541bfd714b4d4'/>
<id>807566d55403ee03a9870ca0102541bfd714b4d4</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 #2990 from leoyanggit/custom_param</title>
<updated>2015-03-24T18:03:51+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-03-24T18:03:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=c5e071873c1aa4a751202aedeefac7ddb982576c'/>
<id>c5e071873c1aa4a751202aedeefac7ddb982576c</id>
<content type='text'>
Add a custom param to git_smart_subtransport_definition</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a custom param to git_smart_subtransport_definition</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2947 from libgit2/cmn/notes-buf</title>
<updated>2015-03-24T12:34:12+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-03-24T12:34:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=95d1624b8d7dcda58527cb26b9e7c9c8b2af0d6a'/>
<id>95d1624b8d7dcda58527cb26b9e7c9c8b2af0d6a</id>
<content type='text'>
note: use a git_buf to return the default namespace</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
note: use a git_buf to return the default namespace</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2967 from jacquesg/merge-whitespace</title>
<updated>2015-03-18T17:17:04+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-03-18T17:17:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=89ba9f1acc7d6f26ce45a6ccd128a2c270a5fe79'/>
<id>89ba9f1acc7d6f26ce45a6ccd128a2c270a5fe79</id>
<content type='text'>
Allow merges of files (and trees) with whitespace problems/fixes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow merges of files (and trees) with whitespace problems/fixes</pre>
</div>
</content>
</entry>
</feed>
