<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/pack-write.c, branch v1.5.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://www.git.shady.money/git/atom?h=v1.5.2</id>
<link rel='self' href='https://www.git.shady.money/git/atom?h=v1.5.2'/>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/'/>
<updated>2007-05-16T04:15:54Z</updated>
<entry>
<title>Fix signedness on return value from xread()</title>
<updated>2007-05-16T04:15:54Z</updated>
<author>
<name>Johan Herland</name>
<email>johan@herland.net</email>
</author>
<published>2007-05-15T12:39:25Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=2924415f4fb081d9dde687092248c86ec0c40195'/>
<id>urn:sha1:2924415f4fb081d9dde687092248c86ec0c40195</id>
<content type='text'>
The return value from xread() is ssize_t.
Paolo Teti &lt;paolo.teti@gmail.com&gt; pointed out that in this case, the
signed return value was assigned to an unsigned type (size_t). This patch
fixes that.

Signed-off-by: Johan Herland &lt;johan@herland.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Create pack-write.c for common pack writing code</title>
<updated>2007-05-02T17:24:18Z</updated>
<author>
<name>Dana L. How</name>
<email>danahow@gmail.com</email>
</author>
<published>2007-05-02T16:13:14Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=8b0eca7c7b73d0dc5d49f400a878d9b781ec4bec'/>
<id>urn:sha1:8b0eca7c7b73d0dc5d49f400a878d9b781ec4bec</id>
<content type='text'>
Include a generalized fixup_pack_header_footer() in this new file.
Needed by git-repack --max-pack-size feature in a later patchset.

[sp: Moved close(pack_fd) to callers, to support index-pack, and
     changed name to better indicate it is for packfiles.]

Signed-off-by: Dana L. How &lt;danahow@gmail.com&gt;
Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
</content>
</entry>
</feed>
