<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.27.0-rc1</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.27.0-rc1</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.27.0-rc1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2020-05-20T15:33:55Z</updated>
<entry>
<title>Git 2.27-rc1</title>
<updated>2020-05-20T15:33:55Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-05-20T15:33:55Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=87680d32efb6d14f162e54ad3bda4e3d6c908559'/>
<id>urn:sha1:87680d32efb6d14f162e54ad3bda4e3d6c908559</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'es/bugreport'</title>
<updated>2020-05-20T15:33:30Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-05-20T15:33:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=22954ba04d88d0962cf12657bd9eddf8b8d22f78'/>
<id>urn:sha1:22954ba04d88d0962cf12657bd9eddf8b8d22f78</id>
<content type='text'>
Doc fix.

* es/bugreport:
  git-bugreport.txt: adjust reference to strftime(3)
</content>
</entry>
<entry>
<title>Merge branch 'ak/slab-decl-cleanup'</title>
<updated>2020-05-20T15:33:29Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-05-20T15:33:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=7c65901d6d7c2692854f88e56baabb1753e3f308'/>
<id>urn:sha1:7c65901d6d7c2692854f88e56baabb1753e3f308</id>
<content type='text'>
Code clean-up.

* ak/slab-decl-cleanup:
  commit-slab-decl.h: update include guard
</content>
</entry>
<entry>
<title>Merge branch 'jc/fix-tap-output-under-bash'</title>
<updated>2020-05-20T15:33:29Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-05-20T15:33:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=972ce8561d6d332b5f794ead27cd0ae476d7fc88'/>
<id>urn:sha1:972ce8561d6d332b5f794ead27cd0ae476d7fc88</id>
<content type='text'>
A recent attempt to make the test output nicer to view on CI
systems broke TAP output under bash.  The effort has been reverted
to be re-attempted in the next cycle.

* jc/fix-tap-output-under-bash:
  Revert "tests: when run in Bash, annotate test failures with file name/line number"
  Revert "ci: add a problem matcher for GitHub Actions"
  Revert "t/test_lib: avoid naked bash arrays in file_lineno"
</content>
</entry>
<entry>
<title>Merge branch 'en/sparse-checkout'</title>
<updated>2020-05-20T15:33:29Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-05-20T15:33:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=fde4622c0866af528e6f2c4e6bb68d83b13695bf'/>
<id>urn:sha1:fde4622c0866af528e6f2c4e6bb68d83b13695bf</id>
<content type='text'>
Consistency fix to a topic already in 'master'.

* en/sparse-checkout:
  unpack-trees: also allow get_progress() to work on a different index
</content>
</entry>
<entry>
<title>Merge branch 'ds/trace-log-progress-fix'</title>
<updated>2020-05-20T15:33:28Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-05-20T15:33:28Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=85d6e28a620c91c5c789b38271a662b384269d46'/>
<id>urn:sha1:85d6e28a620c91c5c789b38271a662b384269d46</id>
<content type='text'>
Last-minute fix for our recent change to allow use of progress API
as a traceable region.

* ds/trace-log-progress-fix:
  progress: call trace2_region_leave() only after calling _enter()
</content>
</entry>
<entry>
<title>Merge branch 'js/ci-sdk-download-fix'</title>
<updated>2020-05-20T15:33:28Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-05-20T15:33:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=55df1a69d76ec32553419adf9f8285f26cec964d'/>
<id>urn:sha1:55df1a69d76ec32553419adf9f8285f26cec964d</id>
<content type='text'>
Instead of downloading Windows SDK for CI jobs for windows builds
from an external site (wingit.blob.core.windows.net), use the one
created in the windows-build job, to work around quota issues at
the external site.

* js/ci-sdk-download-fix:
  ci: avoid pounding on the poor ci-artifacts container
</content>
</entry>
<entry>
<title>Merge branch 'en/merge-rename-rename-worktree-fix'</title>
<updated>2020-05-20T15:33:27Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-05-20T15:33:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=abbd1d9ebf9033924153c7a0f0abb37e7c8e50fd'/>
<id>urn:sha1:abbd1d9ebf9033924153c7a0f0abb37e7c8e50fd</id>
<content type='text'>
When a binary file gets modified and renamed on both sides of history
to different locations, both files would be written to the working
tree but both would have the contents from "ours".  This has been
corrected so that the path from each side gets their original content.

* en/merge-rename-rename-worktree-fix:
  merge-recursive: fix rename/rename(1to2) for working tree with a binary
</content>
</entry>
<entry>
<title>Merge branch 'cb/no-more-gmtime'</title>
<updated>2020-05-20T15:33:27Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-05-20T15:33:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=7b304ab16c7b1e6cdf6294fe16177a42a2894f8c'/>
<id>urn:sha1:7b304ab16c7b1e6cdf6294fe16177a42a2894f8c</id>
<content type='text'>
Code clean-up by removing a compatibility implementation of a
function we no longer use.

* cb/no-more-gmtime:
  compat: remove gmtime
</content>
</entry>
<entry>
<title>Merge branch 'dd/t1509-i18n-fix'</title>
<updated>2020-05-20T15:33:26Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-05-20T15:33:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=74c6cba6d82a2947c0f80b6343b9ca281ee325b3'/>
<id>urn:sha1:74c6cba6d82a2947c0f80b6343b9ca281ee325b3</id>
<content type='text'>
A few tests were not i18n clean.

* dd/t1509-i18n-fix:
  t1509: correct i18n test
</content>
</entry>
</feed>
