<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.9.2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.9.2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.9.2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2016-07-15T17:48:16Z</updated>
<entry>
<title>Git 2.9.2</title>
<updated>2016-07-15T17:48:16Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-07-15T17:48:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e634160bf457f8b3a91125307681c9493f11afb2'/>
<id>urn:sha1:e634160bf457f8b3a91125307681c9493f11afb2</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jk/tzoffset-fix' into maint</title>
<updated>2016-07-15T16:43:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-07-15T16:43:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=33eacd3ff43e49109594c44e93b7ee66725fb8af'/>
<id>urn:sha1:33eacd3ff43e49109594c44e93b7ee66725fb8af</id>
<content type='text'>
Skip tests that are unrunnable on platforms without 64-bit long
to avoid unnecessary test failures.

* jk/tzoffset-fix:
  t0006: skip "far in the future" test when unsigned long is not long enough
</content>
</entry>
<entry>
<title>t0006: skip "far in the future" test when unsigned long is not long enough</title>
<updated>2016-07-15T16:05:53Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2016-07-11T23:54:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=6b9c38e14cd3abf9b95cabe8b86954f0c4e94a38'/>
<id>urn:sha1:6b9c38e14cd3abf9b95cabe8b86954f0c4e94a38</id>
<content type='text'>
Git's source code refers to timestamps as unsigned longs.  On 32-bit
platforms, as well as on Windows, unsigned long is not large enough
to capture dates that are "absurdly far in the future".

While we can fix this issue properly by replacing unsigned long with
a larger type, we want to be a bit more conservative and just skip
those tests on the maint track.

Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Helped-by: Johannes Schindelin &lt;Johannes.Schindelin@gmx.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 2.9.1</title>
<updated>2016-07-11T17:45:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-07-11T17:45:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5c9159de87e41cf14ec5f2132afb5a06f35c26b3'/>
<id>urn:sha1:5c9159de87e41cf14ec5f2132afb5a06f35c26b3</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jc/t2300-setup' into maint</title>
<updated>2016-07-11T17:44:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-07-11T17:44:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=3a30c14b9b4385d556c6bc8c99cdb41d27093939'/>
<id>urn:sha1:3a30c14b9b4385d556c6bc8c99cdb41d27093939</id>
<content type='text'>
Portability fix for Windows.

* jc/t2300-setup:
  t2300: "git --exec-path" is not usable in $PATH on Windows as-is
</content>
</entry>
<entry>
<title>Merge branch 'cb/t7810-test-label-fix' into maint</title>
<updated>2016-07-11T17:44:18Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-07-11T17:44:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=438d4e7583f83dcdd61630623640f9916ff80534'/>
<id>urn:sha1:438d4e7583f83dcdd61630623640f9916ff80534</id>
<content type='text'>
Test clean-up.

* cb/t7810-test-label-fix:
  t7810: fix duplicated test title
</content>
</entry>
<entry>
<title>Merge branch 'sb/t5614-modernize' into maint</title>
<updated>2016-07-11T17:44:17Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-07-11T17:44:17Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=3e69d1b6cd2f8e84670530504c1d6661ee8ec893'/>
<id>urn:sha1:3e69d1b6cd2f8e84670530504c1d6661ee8ec893</id>
<content type='text'>
Test clean-up.

* sb/t5614-modernize:
  t5614: don't use subshells
</content>
</entry>
<entry>
<title>Merge branch 'jn/preformatted-doc-url' into maint</title>
<updated>2016-07-11T17:44:16Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-07-11T17:44:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9f0aa036e92621a74a25ef44e6d15d7296d9d994'/>
<id>urn:sha1:9f0aa036e92621a74a25ef44e6d15d7296d9d994</id>
<content type='text'>
The top level documentation "git help git" still pointed at the
documentation set hosted at now-defunct google-code repository.
Update it to point to https://git.github.io/htmldocs/git.html
instead.

* jn/preformatted-doc-url:
  doc: git-htmldocs.googlecode.com is no more
</content>
</entry>
<entry>
<title>Merge branch 'ao/p4-has-branch-prefix-fix' into maint</title>
<updated>2016-07-11T17:44:16Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-07-11T17:44:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8e3e28b2f320d27242a2728e48fad27f5f7f2f21'/>
<id>urn:sha1:8e3e28b2f320d27242a2728e48fad27f5f7f2f21</id>
<content type='text'>
A bug, which caused "git p4" while running under verbose mode to
report paths that are omitted due to branch prefix incorrectly, has
been fixed; the command said "Ignoring file outside of prefix" for
paths that are _inside_.

* ao/p4-has-branch-prefix-fix:
  git-p4: correct hasBranchPrefix verbose output
</content>
</entry>
<entry>
<title>Merge branch 'js/perf-on-apple' into maint</title>
<updated>2016-07-11T17:44:15Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-07-11T17:44:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ce22ea22e863e100529334b02b2899780d2c9dcc'/>
<id>urn:sha1:ce22ea22e863e100529334b02b2899780d2c9dcc</id>
<content type='text'>
t/perf needs /usr/bin/time with GNU extension; the invocation of it
is updated to "gtime" on Darwin.

* js/perf-on-apple:
  perf: accommodate for MacOSX
</content>
</entry>
</feed>
