<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.8.0-rc4</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.8.0-rc4</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.8.0-rc4'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2016-03-21T20:41:37Z</updated>
<entry>
<title>Git 2.8-rc4</title>
<updated>2016-03-21T20:41:37Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-03-21T20:41:37Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=808ecd4cca75acac5e4868f15d3e647fc73698d3'/>
<id>urn:sha1:808ecd4cca75acac5e4868f15d3e647fc73698d3</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Sync with maint</title>
<updated>2016-03-21T20:32:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-03-21T20:32:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=fb238fb4bab65d9a82fd7e22ab12c414b188463a'/>
<id>urn:sha1:fb238fb4bab65d9a82fd7e22ab12c414b188463a</id>
<content type='text'>
* maint:
  Documentation: fix broken linkgit to git-config
  git-compat-util: st_add4: work around gcc 4.2.x compiler crash
</content>
</entry>
<entry>
<title>Merge branch 'mm/doc-hooks-linkgit-fix' into maint</title>
<updated>2016-03-21T20:32:18Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-03-21T20:32:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a0feb1b1870fbb74f65d6a8951e4b2e2a2347ecf'/>
<id>urn:sha1:a0feb1b1870fbb74f65d6a8951e4b2e2a2347ecf</id>
<content type='text'>
* mm/doc-hooks-linkgit-fix:
  Documentation: fix broken linkgit to git-config
</content>
</entry>
<entry>
<title>Documentation: fix broken linkgit to git-config</title>
<updated>2016-03-21T20:31:57Z</updated>
<author>
<name>Matthieu Moy</name>
<email>Matthieu.Moy@imag.fr</email>
</author>
<published>2016-03-21T18:38:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ad52148a7d09152e8aa888f783e4878f6548b3a0'/>
<id>urn:sha1:ad52148a7d09152e8aa888f783e4878f6548b3a0</id>
<content type='text'>
Signed-off-by: Matthieu Moy &lt;Matthieu.Moy@imag.fr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'tb/avoid-gcc-on-darwin-10-6'</title>
<updated>2016-03-21T16:20:13Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-03-21T16:20:13Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=074677315cb0bd3296f78bc7f74943d5834cba91'/>
<id>urn:sha1:074677315cb0bd3296f78bc7f74943d5834cba91</id>
<content type='text'>
* tb/avoid-gcc-on-darwin-10-6:
  Revert "config.mak.uname: use clang for Mac OS X 10.6"
</content>
</entry>
<entry>
<title>Revert "config.mak.uname: use clang for Mac OS X 10.6"</title>
<updated>2016-03-21T16:20:02Z</updated>
<author>
<name>Eric Sunshine</name>
<email>sunshine@sunshineco.com</email>
</author>
<published>2016-03-21T04:35:58Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c0ed7590cec39994ac622a333d5aa469de5af67e'/>
<id>urn:sha1:c0ed7590cec39994ac622a333d5aa469de5af67e</id>
<content type='text'>
This reverts commit 7b6daf8d2fee1a9866b1d4eddbfaa5dbc42c5dbb.

Now that st_add4() has been patched to work around the gcc 4.2.x
compiler crash, revert the sledge-hammer approach of forcing Mac OS X
10.6 to unconditionally use 'clang' rather than the default compiler
(gcc).

Signed-off-by: Eric Sunshine &lt;sunshine@sunshineco.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'es/st-add4-gcc-4.2-workaround' into maint</title>
<updated>2016-03-21T16:19:27Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-03-21T16:19:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2ab5c88642e96b6cba17079d008531f5647d33cf'/>
<id>urn:sha1:2ab5c88642e96b6cba17079d008531f5647d33cf</id>
<content type='text'>
* es/st-add4-gcc-4.2-workaround:
  git-compat-util: st_add4: work around gcc 4.2.x compiler crash
</content>
</entry>
<entry>
<title>git-compat-util: st_add4: work around gcc 4.2.x compiler crash</title>
<updated>2016-03-21T16:18:07Z</updated>
<author>
<name>Eric Sunshine</name>
<email>sunshine@sunshineco.com</email>
</author>
<published>2016-03-21T04:35:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d616fbf256ef3102669d450ddadd8469fefcf95c'/>
<id>urn:sha1:d616fbf256ef3102669d450ddadd8469fefcf95c</id>
<content type='text'>
Although changes by 5b442c4 (tree-diff: catch integer overflow in
combine_diff_path allocation, 2016-02-19) are perfectly valid, they
unfortunately trigger an internal compiler error in gcc 4.2.x:

    combine-diff.c: In function 'diff_tree_combined':
    combine-diff.c:1391: internal compiler error: Segmentation fault: 11

Experimentation reveals that changing st_add4()'s argument evaluation
order is sufficient to sidestep this problem.

Although st_add3() does not trigger the compiler bug, for style
consistency, change its argument evaluation order to match.

Signed-off-by: Eric Sunshine &lt;sunshine@sunshineco.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge tag 'l10n-2.8.0-rnd3' of git://github.com/git-l10n/git-po</title>
<updated>2016-03-21T01:06:05Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-03-21T01:06:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=b552ff8c67d1b1c60d7d1fcf25a0603a37649b4f'/>
<id>urn:sha1:b552ff8c67d1b1c60d7d1fcf25a0603a37649b4f</id>
<content type='text'>
l10n-2.8.0-rnd3

* tag 'l10n-2.8.0-rnd3' of git://github.com/git-l10n/git-po:
  l10n: zh_CN: review for git v2.8.0 l10n round 2
  l10n: de.po: add missing newlines
  l10n: de.po: translate 22 new messages
  l10n: ko.po: Update Korean translation
  l10n: fr.po v2.8.0 round 3
  l10n: sv.po: Update Swedish translation (2530t0f0u)
  l10n: ru.po: update Russian translation
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://ozlabs.org/~paulus/gitk</title>
<updated>2016-03-21T01:05:10Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-03-21T01:05:10Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=257000c617cfdc99fb2916b81268a7e971c12ca6'/>
<id>urn:sha1:257000c617cfdc99fb2916b81268a7e971c12ca6</id>
<content type='text'>
* 'master' of git://ozlabs.org/~paulus/gitk:
  gitk: Follow themed bgcolor in help dialogs
  gitk: fr.po: Sync translations with git
  gitk: Update French translation (311t)
  gitk: Update German translation
  gitk: Update Bulgarian translation (311t)
</content>
</entry>
</feed>
