<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.9.1</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.9.1</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.9.1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2016-07-11T17:45:50Z</updated>
<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>
<entry>
<title>Merge branch 'ak/t7800-wo-readlink' 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=c4cdde45f0e8111ab7aac03ddb9a89ef1029fb50'/>
<id>urn:sha1:c4cdde45f0e8111ab7aac03ddb9a89ef1029fb50</id>
<content type='text'>
One among four invocations of readlink(1) in our test suite has
been rewritten so that the test can run on systems without the
command (others are in valgrind test framework and t9802).

* ak/t7800-wo-readlink:
  t7800: readlink may not be available
</content>
</entry>
<entry>
<title>Merge branch 'jk/tzoffset-fix' into maint</title>
<updated>2016-07-11T17:44:14Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-07-11T17:44:14Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0c72d6da31dd6ffce56989e4bcbd1b8650b1ef25'/>
<id>urn:sha1:0c72d6da31dd6ffce56989e4bcbd1b8650b1ef25</id>
<content type='text'>
The internal code used to show local timezone offset is not
prepared to handle timestamps beyond year 2100, and gave a
bogus offset value to the caller.  Use a more benign looking
+0000 instead and let "git log" going in such a case, instead
of aborting.

* jk/tzoffset-fix:
  local_tzoffset: detect errors from tm_to_time_t
  t0006: test various date formats
  t0006: rename test-date's "show" to "relative"
</content>
</entry>
<entry>
<title>Merge branch 'js/mingw-parameter-less-c-functions' into maint</title>
<updated>2016-07-11T17:44:13Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-07-11T17:44:13Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=76180a2ba45986af0a0399690fef0ecd823348a5'/>
<id>urn:sha1:76180a2ba45986af0a0399690fef0ecd823348a5</id>
<content type='text'>
Some platform-specific code had non-ANSI strict declarations of C
functions that do not take any parameters, which has been
corrected.

* js/mingw-parameter-less-c-functions:
  mingw: let the build succeed with DEVELOPER=1
</content>
</entry>
</feed>
