<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.0.0-rc1</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.0.0-rc1</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.0.0-rc1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2014-04-25T17:03:41Z</updated>
<entry>
<title>Git 2.0-rc1</title>
<updated>2014-04-25T17:03:41Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-04-25T17:03:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=35936f8fc38a214cc7d2595070641d39a541dfb1'/>
<id>urn:sha1:35936f8fc38a214cc7d2595070641d39a541dfb1</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jk/pack-bitmap'</title>
<updated>2014-04-24T19:31:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-04-24T19:31:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=1697bf30df3ec6c28b180bc290d7d11d2fe97562'/>
<id>urn:sha1:1697bf30df3ec6c28b180bc290d7d11d2fe97562</id>
<content type='text'>
A last minute (and hopefully the last) fix to avoid coredumps due
to an incorrect pointer arithmetic.

* jk/pack-bitmap:
  ewah_bitmap.c: do not assume size_t and eword_t are the same size
</content>
</entry>
<entry>
<title>Merge branch 'fc/transport-helper-sync-error-fix'</title>
<updated>2014-04-24T19:31:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-04-24T19:31:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d508e4a8e2391ae2596403b6478d01cf3d5f928f'/>
<id>urn:sha1:d508e4a8e2391ae2596403b6478d01cf3d5f928f</id>
<content type='text'>
Make sure the marks are not written out when the transport helper
did not finish happily, to avoid leaving a marks file that is out of
sync with the reality.

* fc/transport-helper-sync-error-fix:
  t5801 (remote-helpers): cleanup environment sets
  transport-helper: fix sync issue on crashes
  transport-helper: trivial cleanup
  transport-helper: propagate recvline() error pushing
  remote-helpers: make recvline return an error
  transport-helper: remove barely used xchgline()
</content>
</entry>
<entry>
<title>Merge branch 'db/make-with-curl'</title>
<updated>2014-04-24T19:31:27Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-04-24T19:31:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e42552135a2a396f37053a89f44952ea907870b2'/>
<id>urn:sha1:e42552135a2a396f37053a89f44952ea907870b2</id>
<content type='text'>
Ask curl-config how to link with the curl library, instead of
having only a limited configurability knobs in the Makefile.

* db/make-with-curl:
  Makefile: allow static linking against libcurl
  Makefile: use curl-config to determine curl flags
</content>
</entry>
<entry>
<title>ewah_bitmap.c: do not assume size_t and eword_t are the same size</title>
<updated>2014-04-22T23:21:16Z</updated>
<author>
<name>Kyle J. McKay</name>
<email>mackyle@gmail.com</email>
</author>
<published>2014-04-22T22:53:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=68f4e1fc6abd332726dd281c76dd63ce7d13d7a1'/>
<id>urn:sha1:68f4e1fc6abd332726dd281c76dd63ce7d13d7a1</id>
<content type='text'>
When buffer_grow changes the size of the buffer using realloc,
it first computes and saves the rlw pointer's offset into the
buffer using (uint8_t *) math before the realloc but then
restores it using (eword_t *) math.

In order to do this it's necessary to convert the (uint8_t *)
offset into an (eword_t *) offset.  It was doing this by
dividing by the sizeof(size_t).  Unfortunately sizeof(size_t)
is not same as sizeof(eword_t) on all platforms.

This causes illegal memory accesses and other bad things to
happen when attempting to use bitmaps on those platforms.

Fix this by dividing by the sizeof(eword_t) instead which
will always be correct for all platforms.

Signed-off-by: Kyle J. McKay &lt;mackyle@gmail.com&gt;
Acked-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Update draft release notes to 2.0</title>
<updated>2014-04-21T18:54:29Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-04-21T18:54:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=779792a5f24bb4e8049c4f88ad752e70d4a8a080'/>
<id>urn:sha1:779792a5f24bb4e8049c4f88ad752e70d4a8a080</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge git://bogomips.org/git-svn</title>
<updated>2014-04-21T17:53:09Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-04-21T17:53:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=aeaa7e2784b8253e1557e6b41350b6e3c7fa49a2'/>
<id>urn:sha1:aeaa7e2784b8253e1557e6b41350b6e3c7fa49a2</id>
<content type='text'>
* git://bogomips.org/git-svn:
  Git 2.0: git svn: Set default --prefix='origin/' if --prefix is not given
</content>
</entry>
<entry>
<title>Merge branch 'jx/i18n'</title>
<updated>2014-04-21T17:42:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-04-21T17:42:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8fe3ee67adcd2ee9372c7044fa311ce55eb285b4'/>
<id>urn:sha1:8fe3ee67adcd2ee9372c7044fa311ce55eb285b4</id>
<content type='text'>
* jx/i18n:
  i18n: mention "TRANSLATORS:" marker in Documentation/CodingGuidelines
  i18n: only extract comments marked with "TRANSLATORS:"
  i18n: remove obsolete comments for translators in diffstat generation
  i18n: fix uncatchable comments for translators in date.c
</content>
</entry>
<entry>
<title>Merge branch 'km/avoid-non-function-return-in-rebase'</title>
<updated>2014-04-21T17:42:46Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-04-21T17:42:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0b17b4331087224883878e49342037bf69717b62'/>
<id>urn:sha1:0b17b4331087224883878e49342037bf69717b62</id>
<content type='text'>
Work around /bin/sh that does not like "return" at the top-level
of a file that is dot-sourced from inside a function definition.

* km/avoid-non-function-return-in-rebase:
  Revert "rebase: fix run_specific_rebase's use of "return" on FreeBSD"
  rebase: avoid non-function use of "return" on FreeBSD
</content>
</entry>
<entry>
<title>Merge branch 'ep/shell-command-substitution'</title>
<updated>2014-04-21T17:42:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2014-04-21T17:42:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0e6e1a5fbdd3143b74bf45f009bb4e850bdc785a'/>
<id>urn:sha1:0e6e1a5fbdd3143b74bf45f009bb4e850bdc785a</id>
<content type='text'>
* ep/shell-command-substitution:
  t9362-mw-to-git-utf8.sh: use the $( ... ) construct for command substitution
  t9360-mw-to-git-clone.sh: use the $( ... ) construct for command substitution
  git-tag.sh: use the $( ... ) construct for command substitution
  git-revert.sh: use the $( ... ) construct for command substitution
  git-resolve.sh: use the $( ... ) construct for command substitution
  git-repack.sh: use the $( ... ) construct for command substitution
  git-merge.sh: use the $( ... ) construct for command substitution
  git-ls-remote.sh: use the $( ... ) construct for command substitution
  git-fetch.sh: use the $( ... ) construct for command substitution
  git-commit.sh: use the $( ... ) construct for command substitution
  git-clone.sh: use the $( ... ) construct for command substitution
  git-checkout.sh: use the $( ... ) construct for command substitution
  install-webdoc.sh: use the $( ... ) construct for command substitution
  howto-index.sh: use the $( ... ) construct for command substitution
</content>
</entry>
</feed>
