<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/Makefile, branch v2.21.3</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.21.3</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.21.3'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2019-01-07T21:05:36Z</updated>
<entry>
<title>Documentation/Makefile add optional targets for l10n</title>
<updated>2019-01-07T21:05:36Z</updated>
<author>
<name>Jean-Noel Avila</name>
<email>jn.avila@free.fr</email>
</author>
<published>2019-01-07T19:21:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3d5b568f1af82b8bbda73f3f965b5095c9f515d4'/>
<id>urn:sha1:3d5b568f1af82b8bbda73f3f965b5095c9f515d4</id>
<content type='text'>
The standard doc lists can be filtered to allow using the
compilation rules with translated manpages where all the pages of
the original version may not be present.

The install variable are reused in the secondary repo so that the
configured paths can be used for translated manpages too.

Signed-off-by: Jean-Noël Avila &lt;jn.avila@free.fr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: build technical/multi-pack-index</title>
<updated>2018-11-21T04:53:22Z</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2018-11-20T18:04:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6056817879e4e3ef78c8fa4e8aeda76f124dbc2e'/>
<id>urn:sha1:6056817879e4e3ef78c8fa4e8aeda76f124dbc2e</id>
<content type='text'>
The git-multi-pack-index doc links to technical/multi-pack-index.html.
Ensure it is built to prevent a broken link.

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>Update makefile in preparation for Documentation/config/*.txt</title>
<updated>2018-10-29T01:16:59Z</updated>
<author>
<name>Nguyễn Thái Ngọc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2018-10-27T06:22:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=76b993afd6dc7602aa6a14432c1136285308bc29'/>
<id>urn:sha1:76b993afd6dc7602aa6a14432c1136285308bc29</id>
<content type='text'>
config.txt is going to be broken down in smaller pieces and put under
Documentation/config directory. Update build rules to take these files
into account.

A dummy file is added to make sure wildcard expansion is predictable
(depending on shell setting it could expand to nothing or becomes a
path if config directory is empty). The file will be deleted once the
move is over.

Signed-off-by: Nguyễn Thái Ngọc Duy &lt;pclouds@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ts/doc-build-manpage-xsl-quietly'</title>
<updated>2018-09-17T20:53:49Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-09-17T20:53:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6709a117cc59ed15e0f878bf80b9e4e2af24da3e'/>
<id>urn:sha1:6709a117cc59ed15e0f878bf80b9e4e2af24da3e</id>
<content type='text'>
Build tweak.

* ts/doc-build-manpage-xsl-quietly:
  Documentation/Makefile: make manpage-base-url.xsl generation quieter
</content>
</entry>
<entry>
<title>Documentation/Makefile: make manpage-base-url.xsl generation quieter</title>
<updated>2018-08-29T19:16:09Z</updated>
<author>
<name>Tim Schumacher</name>
<email>timschumi@gmx.de</email>
</author>
<published>2018-08-29T15:47:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=96a7501aad324b3b73d12f5e5a8462e74c48115a'/>
<id>urn:sha1:96a7501aad324b3b73d12f5e5a8462e74c48115a</id>
<content type='text'>
The exact sed command to generate manpage-base-url.xsl appears in
the output, unlike the rules for other files that by default only
show summary.

Make the output for this rule similiar to all the other rules by
printing a short status message instead of the whole command.

Signed-off-by: Tim Schumacher &lt;timschumi@gmx.de&gt;
Reviewed-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jh/partial-clone-doc'</title>
<updated>2018-08-20T18:33:55Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-08-20T18:33:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6bbd1034d869756ac2679879bd2fa085b1a8f137'/>
<id>urn:sha1:6bbd1034d869756ac2679879bd2fa085b1a8f137</id>
<content type='text'>
Doc updates.

* jh/partial-clone-doc:
  partial-clone: render design doc using asciidoc
</content>
</entry>
<entry>
<title>partial-clone: render design doc using asciidoc</title>
<updated>2018-08-15T16:22:54Z</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@gmail.com</email>
</author>
<published>2018-08-14T22:28:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5641eb94655d723bb269683756ddaf4c6544da42'/>
<id>urn:sha1:5641eb94655d723bb269683756ddaf4c6544da42</id>
<content type='text'>
Rendered documentation can be easier to read than raw text because
headings and emphasized phrases stand out.  Add the missing markup and
Makefile rule required to render this design document using asciidoc.

Tested by running

  make -C Documentation technical/partial-clone.html

and viewing the output in a browser.

Signed-off-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'bc/asciidoctor-tab-width'</title>
<updated>2018-05-23T05:38:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-05-23T05:38:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d7e96110254410c9c9908a13ba2e5e2730ee8f05'/>
<id>urn:sha1:d7e96110254410c9c9908a13ba2e5e2730ee8f05</id>
<content type='text'>
Asciidoctor gives a reasonable imitation for AsciiDoc, but does not
render illustration in a literal block correctly when indented with
HT by default. The problem is fixed by forcing 8-space tabs.

* bc/asciidoctor-tab-width:
  Documentation: render revisions correctly under Asciidoctor
  Documentation: use 8-space tabs with Asciidoctor
</content>
</entry>
<entry>
<title>Merge branch 'bw/protocol-v2'</title>
<updated>2018-05-08T06:59:16Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-05-08T06:59:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9bfa0f9be3e718f701200a242ea04259a4dc4dfc'/>
<id>urn:sha1:9bfa0f9be3e718f701200a242ea04259a4dc4dfc</id>
<content type='text'>
The beginning of the next-gen transfer protocol.

* bw/protocol-v2: (35 commits)
  remote-curl: don't request v2 when pushing
  remote-curl: implement stateless-connect command
  http: eliminate "# service" line when using protocol v2
  http: don't always add Git-Protocol header
  http: allow providing extra headers for http requests
  remote-curl: store the protocol version the server responded with
  remote-curl: create copy of the service name
  pkt-line: add packet_buf_write_len function
  transport-helper: introduce stateless-connect
  transport-helper: refactor process_connect_service
  transport-helper: remove name parameter
  connect: don't request v2 when pushing
  connect: refactor git_connect to only get the protocol version once
  fetch-pack: support shallow requests
  fetch-pack: perform a fetch using v2
  upload-pack: introduce fetch server command
  push: pass ref prefixes when pushing
  fetch: pass ref prefixes when fetching
  ls-remote: pass ref prefixes when requesting a remote's refs
  transport: convert transport_get_remote_refs to take a list of ref prefixes
  ...
</content>
</entry>
<entry>
<title>Documentation: use 8-space tabs with Asciidoctor</title>
<updated>2018-05-07T03:40:08Z</updated>
<author>
<name>brian m. carlson</name>
<email>sandals@crustytoothpaste.net</email>
</author>
<published>2018-05-06T20:42:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=743e63f3ed22b206e9d9ba92f24e2b8503dec3ba'/>
<id>urn:sha1:743e63f3ed22b206e9d9ba92f24e2b8503dec3ba</id>
<content type='text'>
Asciidoctor expands tabs at the beginning of a line.  However, it does
not expand them into 8 spaces by default.  Since we use 8-space tabs,
tell Asciidoctor that we want 8 spaces by setting the tabsize attribute.
This ensures that our ASCII art renders properly.

Signed-off-by: brian m. carlson &lt;sandals@crustytoothpaste.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
