<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/Makefile, branch v1.8.2.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.8.2.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.8.2.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2013-02-07T22:42:16Z</updated>
<entry>
<title>Merge branch 'da/mergetool-docs'</title>
<updated>2013-02-07T22:42:16Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-02-07T22:42:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=39ca1bd88256ea482305b7e0acc943ef14e4b36d'/>
<id>urn:sha1:39ca1bd88256ea482305b7e0acc943ef14e4b36d</id>
<content type='text'>
Build on top of the clean-up done by jk/mergetool and automatically
generate the list of mergetool and difftool backends the build
supports to be included in the documentation.

* da/mergetool-docs:
  doc: generate a list of valid merge tools
  mergetool--lib: list user configured tools in '--tool-help'
  mergetool--lib: add functions for finding available tools
  mergetool--lib: improve the help text in guess_merge_tool()
  mergetool--lib: simplify command expressions
</content>
</entry>
<entry>
<title>Merge branch 'jk/doc-makefile-cleanup'</title>
<updated>2013-02-07T22:41:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-02-07T22:41:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b9a5f6811d186ec2420df39e3ec8087c7166a636'/>
<id>urn:sha1:b9a5f6811d186ec2420df39e3ec8087c7166a636</id>
<content type='text'>
* jk/doc-makefile-cleanup:
  Documentation/Makefile: clean up MAN*_TXT lists
</content>
</entry>
<entry>
<title>Merge branch 'jk/remote-helpers-doc'</title>
<updated>2013-02-07T22:41:45Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-02-07T22:41:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8e12ab2f336aea36dc29f4129926a69e6ba67027'/>
<id>urn:sha1:8e12ab2f336aea36dc29f4129926a69e6ba67027</id>
<content type='text'>
"git help remote-helpers" did not work; 'remote-helpers' is not
a subcommand name but a concept, so its documentation should have
been in gitremote-helpers, not git-remote-helpers.

* jk/remote-helpers-doc:
  Rename {git- =&gt; git}remote-helpers.txt
</content>
</entry>
<entry>
<title>doc: generate a list of valid merge tools</title>
<updated>2013-02-03T05:46:52Z</updated>
<author>
<name>David Aguilar</name>
<email>davvid@gmail.com</email>
</author>
<published>2013-01-28T00:52:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f35ec546008e8390e0fd8e545680e72fae0efa35'/>
<id>urn:sha1:f35ec546008e8390e0fd8e545680e72fae0efa35</id>
<content type='text'>
Use the show_tool_names() function to build lists of all
the built-in tools supported by difftool and mergetool.
This frees us from needing to update the documentation
whenever a new tool is added.

Signed-off-by: David Aguilar &lt;davvid@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Rename {git- =&gt; git}remote-helpers.txt</title>
<updated>2013-02-01T22:12:34Z</updated>
<author>
<name>John Keeping</name>
<email>john@keeping.me.uk</email>
</author>
<published>2013-01-31T21:59:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=bd4a3d616894c009a4500395e016ee8f0d4751a6'/>
<id>urn:sha1:bd4a3d616894c009a4500395e016ee8f0d4751a6</id>
<content type='text'>
When looking up a topic via "git help &lt;topic&gt;", git-help prepends "git-"
to topics that are the names of commands (either builtin or found on the
path) and "git" (no hyphen) to any other topic name.

"git-remote-helpers" is not the name of a command, so "git help
remote-helpers" looks for "gitremote-helpers" and does not find it.

Fix this by renaming "git-remote-helpers.txt" to
"gitremote-helpers.txt".

Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: the name of the system is 'Git', not 'git'</title>
<updated>2013-02-01T21:53:33Z</updated>
<author>
<name>Thomas Ackermann</name>
<email>th.acker@arcor.de</email>
</author>
<published>2013-01-21T19:17:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2de9b71138171dca7279db3b3fe67e868c76d921'/>
<id>urn:sha1:2de9b71138171dca7279db3b3fe67e868c76d921</id>
<content type='text'>
Signed-off-by: Thomas Ackermann &lt;th.acker@arcor.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/Makefile: clean up MAN*_TXT lists</title>
<updated>2013-02-01T20:35:30Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2013-02-01T19:41:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a617578d373972842d41cc86625cf094c113d58b'/>
<id>urn:sha1:a617578d373972842d41cc86625cf094c113d58b</id>
<content type='text'>
We keep a list of the various files that end up as man1,
man5, etc. Let's break these single-line lists into sorted
multi-line lists, which makes diffs that touch them much
easier to read.

Reviewed-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jn/xml-depends-on-asciidoc-conf' into maint</title>
<updated>2013-01-14T16:01:00Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-01-14T16:01:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=32a03dc165e2a65fdb20a4ddbe51eaa1e5f52c5b'/>
<id>urn:sha1:32a03dc165e2a65fdb20a4ddbe51eaa1e5f52c5b</id>
<content type='text'>
* jn/xml-depends-on-asciidoc-conf:
  docs: manpage XML depends on asciidoc.conf
</content>
</entry>
<entry>
<title>Merge branch 'jn/xml-depends-on-asciidoc-conf'</title>
<updated>2013-01-12T02:34:38Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-01-12T02:34:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1eba20c04545750d04fd6c8dda4b18db83c863fa'/>
<id>urn:sha1:1eba20c04545750d04fd6c8dda4b18db83c863fa</id>
<content type='text'>
* jn/xml-depends-on-asciidoc-conf:
  docs: manpage XML depends on asciidoc.conf
</content>
</entry>
<entry>
<title>docs: manpage XML depends on asciidoc.conf</title>
<updated>2013-01-06T19:13:14Z</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@gmail.com</email>
</author>
<published>2013-01-06T12:01:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=fdb042449b2b2e163736864207290793a5fa7aa6'/>
<id>urn:sha1:fdb042449b2b2e163736864207290793a5fa7aa6</id>
<content type='text'>
When building manual pages, the source text is transformed to XML with
AsciiDoc before the man pages are generated from the XML with xmlto.

Fix the dependencies in the Makefile so that the XML files are rebuilt
when asciidoc.conf changes and not just the manual pages from
unchanged XML, and move the dependencies from a recipeless rule to the
rules with commands that use asciidoc.conf to make the dependencies
easier to understand and maintain.

Reported-by: John Keeping &lt;john@keeping.me.uk&gt;
Signed-off-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Tested-by: John Keeping &lt;john@keeping.me.uk&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
