<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.27.0-rc2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.27.0-rc2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.27.0-rc2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2020-05-26T16:38:13Z</updated>
<entry>
<title>Git 2.27-rc2</title>
<updated>2020-05-26T16:38:13Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-05-26T16:38:13Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2d5e9f31ac46017895ce6a183467037d29ceb9d3'/>
<id>urn:sha1:2d5e9f31ac46017895ce6a183467037d29ceb9d3</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ss/faq-ignore'</title>
<updated>2020-05-26T16:32:08Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-05-26T16:32:08Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=21a15f43c9ea179d8d236e0c8b33ca0ea67b39ef'/>
<id>urn:sha1:21a15f43c9ea179d8d236e0c8b33ca0ea67b39ef</id>
<content type='text'>
Doc markup fix.

* ss/faq-ignore:
  gitfaq: avoid validation error with older asciidoc
</content>
</entry>
<entry>
<title>gitfaq: avoid validation error with older asciidoc</title>
<updated>2020-05-25T18:59:26Z</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2020-05-19T04:53:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5c752fff3967958e84ee804439d5c35d0be99471'/>
<id>urn:sha1:5c752fff3967958e84ee804439d5c35d0be99471</id>
<content type='text'>
When building with asciidoc-8.4.5 (as found on CentOS/Red Hat 6), the
period in the "[[files-in-.gitignore-are-tracked]]" anchor is not
properly parsed as a section:

  WARNING: gitfaq.txt: line 245: missing [[files-in-.gitignore-are-tracked]] section

The resulting XML file fails to validate with xmlto:

    xmlto: /git/Documentation/gitfaq.xml does not validate (status 3)
    xmlto: Fix document syntax or use --skip-validation option
     /git/Documentation/gitfaq.xml:3: element refentry: validity error :
     Element refentry content does not follow the DTD, expecting
     (beginpage? , indexterm* , refentryinfo? , refmeta? , (remark | link
     | olink | ulink)* , refnamediv+ , refsynopsisdiv? , (refsect1+ |
     refsection+)), got (refmeta refnamediv refsynopsisdiv refsect1
     refsect1 refsect1 refsect1 variablelist refsect1 refsect1 )
    Document /git/Documentation/gitfaq.xml does not validate

Let's avoid breaking users of platforms which ship an old version of
asciidoc, since the cost to do so is quite low.

Reported-by: Son Luong Ngoc &lt;sluongng@gmail.com&gt;
Signed-off-by: Todd Zullinger &lt;tmz@pobox.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Hopefully final batch before 2.27-rc2</title>
<updated>2020-05-25T02:39:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-05-25T01:13:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d2ecc46c0981fb829fdfb204604ed0a2798cbe07'/>
<id>urn:sha1:d2ecc46c0981fb829fdfb204604ed0a2798cbe07</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'dd/t5703-grep-a-fix'</title>
<updated>2020-05-25T02:39:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-05-25T02:39:40Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ea7aa4f612ef33ecfb7fd6d488d949da3a51a377'/>
<id>urn:sha1:ea7aa4f612ef33ecfb7fd6d488d949da3a51a377</id>
<content type='text'>
Update an unconditional use of "grep -a" with a perl script in a test.

* dd/t5703-grep-a-fix:
  t5703: replace "grep -a" usage by perl
</content>
</entry>
<entry>
<title>Merge branch 'ds/multi-pack-verify'</title>
<updated>2020-05-25T02:39:39Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-05-25T02:39:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d55a4ae71d515e788e5afb355a20c4b262049cac'/>
<id>urn:sha1:d55a4ae71d515e788e5afb355a20c4b262049cac</id>
<content type='text'>
Fix for a copy-and-paste error introduced during 2.20 era.

* ds/multi-pack-verify:
  fsck: use ERROR_MULTI_PACK_INDEX
</content>
</entry>
<entry>
<title>Merge branch 'ma/doc-fixes'</title>
<updated>2020-05-25T02:39:38Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-05-25T02:39:38Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=36fec2aa00f2ef6f45ec6083c447ff85b0d1ebbe'/>
<id>urn:sha1:36fec2aa00f2ef6f45ec6083c447ff85b0d1ebbe</id>
<content type='text'>
Various doc fixes.

* ma/doc-fixes:
  git-sparse-checkout.txt: add missing '
  git-credential.txt: use list continuation
  git-commit-graph.txt: fix list rendering
  git-commit-graph.txt: fix grammo
  date-formats.txt: fix list continuation
</content>
</entry>
<entry>
<title>Merge branch 'cb/bisect-replay-with-dos-fix'</title>
<updated>2020-05-25T02:39:38Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-05-25T02:39:38Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=666b97a27832fdf007b45c3ee48146650115e970'/>
<id>urn:sha1:666b97a27832fdf007b45c3ee48146650115e970</id>
<content type='text'>
Re-fix longstanding "edited bisect log may confuse bisect replay
with trailing carriage-return" issue.

* cb/bisect-replay-with-dos-fix:
  bisect: avoid tailing CR characters from revision in replay
</content>
</entry>
<entry>
<title>Merge branch 'gs/commit-graph-path-filter'</title>
<updated>2020-05-25T02:39:38Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-05-25T02:39:38Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f37d9598789af3964ed37b855fabbfab84088bc2'/>
<id>urn:sha1:f37d9598789af3964ed37b855fabbfab84088bc2</id>
<content type='text'>
Test fix.

* gs/commit-graph-path-filter:
  t4216: avoid unnecessary subshell in test_bloom_filters_not_used
</content>
</entry>
<entry>
<title>Merge branch 'dl/merge-autostash'</title>
<updated>2020-05-25T02:39:37Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2020-05-25T02:39:37Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4cf237c0d4cc17a1a49023eb0b3a4051b8978450'/>
<id>urn:sha1:4cf237c0d4cc17a1a49023eb0b3a4051b8978450</id>
<content type='text'>
Test fix.

* dl/merge-autostash:
  t5520: avoid alternation in grep's BRE (not POSIX)
</content>
</entry>
</feed>
