<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/RelNotes, branch v2.6.4</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://www.git.shady.money/git/atom?h=v2.6.4</id>
<link rel='self' href='https://www.git.shady.money/git/atom?h=v2.6.4'/>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/'/>
<updated>2015-12-08T22:12:45Z</updated>
<entry>
<title>Git 2.6.4</title>
<updated>2015-12-08T22:12:45Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-12-08T22:07:30Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=bdfc6b364a51b19efbacbd46fcef5be41a5db50e'/>
<id>urn:sha1:bdfc6b364a51b19efbacbd46fcef5be41a5db50e</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Prepare for 2.6.4</title>
<updated>2015-12-04T19:39:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-12-04T19:39:19Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=9a8c740225bbd551d85a353a7bd33d57aafaca06'/>
<id>urn:sha1:9a8c740225bbd551d85a353a7bd33d57aafaca06</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 2.6.3</title>
<updated>2015-11-05T20:20:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-11-05T20:20:34Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=af40944bda352190f05d22b7cb8fe88beb17f3a7'/>
<id>urn:sha1:af40944bda352190f05d22b7cb8fe88beb17f3a7</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'xf/user-manual-markup' into maint</title>
<updated>2015-11-04T22:20:47Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-11-04T22:20:47Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=6c66686e0b917df914af779257479c341590a9a0'/>
<id>urn:sha1:6c66686e0b917df914af779257479c341590a9a0</id>
<content type='text'>
AsciiDoc markup fixes.

* xf/user-manual-markup:
  Documentation: match undefline with the text in old release notes
  Documentation: match underline with the text
  Documentation: fix header markup
</content>
</entry>
<entry>
<title>Merge branch 'jc/em-dash-in-doc' into maint</title>
<updated>2015-11-04T22:20:45Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-11-04T22:20:45Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=bc1e0481bf0a01e4f4741ee206cc0d81e667d73a'/>
<id>urn:sha1:bc1e0481bf0a01e4f4741ee206cc0d81e667d73a</id>
<content type='text'>
AsciiDoc markup fixes.

* jc/em-dash-in-doc:
  Documentation: AsciiDoc spells em-dash as double-dashes, not triple
</content>
</entry>
<entry>
<title>Documentation: AsciiDoc spells em-dash as double-dashes, not triple</title>
<updated>2015-10-22T20:02:33Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-10-22T20:02:33Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=3b19dba7030f179cf981a8714693f74c07d915a4'/>
<id>urn:sha1:3b19dba7030f179cf981a8714693f74c07d915a4</id>
<content type='text'>
Again, we do not usually process release notes with AsciiDoc, but it
is better to be consistent.

This incidentally reveals breakages left by an ancient 5e00439f
(Documentation: build html for all files in technical and howto,
2012-10-23).  The index-format documentation was originally written
to be read as straight text without formatting and when the commit
forced everything in Documentation/ to go through AsciiDoc, it did
not do any adjustment--hence the double-dashes will be seen in the
resulting text that is rendered as preformatted fixed-width without
converted into em-dashes.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: match undefline with the text in old release notes</title>
<updated>2015-10-22T17:16:17Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-10-22T17:11:41Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=77d5f715c24f1c2f3469aab35536b06237a5883d'/>
<id>urn:sha1:77d5f715c24f1c2f3469aab35536b06237a5883d</id>
<content type='text'>
These are not processed with AsciiDoc, but it is better to be
consistent.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 2.6.2</title>
<updated>2015-10-16T21:40:05Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-10-16T21:40:04Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=3c3d3f629a6176b401ebec455c5dd59ed1b5f910'/>
<id>urn:sha1:3c3d3f629a6176b401ebec455c5dd59ed1b5f910</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 2.6.1</title>
<updated>2015-09-29T02:19:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-09-29T02:19:27Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=22f698cb188243b313e024d618283e0293e37140'/>
<id>urn:sha1:22f698cb188243b313e024d618283e0293e37140</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Sync with v2.5.4</title>
<updated>2015-09-29T02:16:54Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-09-29T02:16:54Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=3adc4ec7b9e1d2118501728a75a5b93d971974fa'/>
<id>urn:sha1:3adc4ec7b9e1d2118501728a75a5b93d971974fa</id>
<content type='text'>
</content>
</entry>
</feed>
