<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/pack-refs.c, branch v1.6.3</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.6.3</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.6.3'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2008-10-19T19:35:37Z</updated>
<entry>
<title>Enhance hold_lock_file_for_{update,append}() API</title>
<updated>2008-10-19T19:35:37Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-10-17T22:44:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=acd3b9eca82e38950f94e4708b528b7dae09a7c8'/>
<id>urn:sha1:acd3b9eca82e38950f94e4708b528b7dae09a7c8</id>
<content type='text'>
This changes the "die_on_error" boolean parameter to a mere "flags", and
changes the existing callers of hold_lock_file_for_update/append()
functions to pass LOCK_DIE_ON_ERROR.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Move pack_refs() and friends into libgit</title>
<updated>2008-06-19T22:53:13Z</updated>
<author>
<name>Johan Herland</name>
<email>johan@herland.net</email>
</author>
<published>2008-06-15T14:05:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=94e724a741590e741a540075c07a961082e3c80a'/>
<id>urn:sha1:94e724a741590e741a540075c07a961082e3c80a</id>
<content type='text'>
This moves pack_refs() and underlying functionality into the library,
to make pack-refs functionality easily available to all git programs.

Most of builtin-pack-refs.c has been moved verbatim into a new file
pack-refs.c that is compiled into libgit.a. A corresponding header
file, pack-refs.h, has also been added, declaring pack_refs() and
the #defines associated with the flags parameter to pack_refs().

This patch introduces no other changes in functionality.

Signed-off-by: Johan Herland &lt;johan@herland.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
