]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'da/mergetool-docs'
authorJunio C Hamano <gitster@pobox.com>
Thu, 7 Feb 2013 22:42:08 +0000 (14:42 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Feb 2013 22:42:16 +0000 (14:42 -0800)
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

1  2 
Documentation/Makefile
Documentation/diff-config.txt
Documentation/merge-config.txt

index ae27aa5cdd439269924d693c4cf0cb5ea49e25d2,9209cf277df7c86dc0175e3f244328d7814c274e..62dbd9ac7c93e8df4359b00b7c3a59b614bd8d57
@@@ -273,11 -249,11 +291,11 @@@ clean
        $(RM) *.texi *.texi+ *.texi++ git.info gitman.info
        $(RM) *.pdf
        $(RM) howto-index.txt howto/*.html doc.dep
 -      $(RM) technical/api-*.html technical/api-index.txt
 +      $(RM) technical/*.html technical/api-index.txt
-       $(RM) $(cmds_txt) *.made
+       $(RM) $(cmds_txt) $(mergetools_txt) *.made
        $(RM) manpage-base-url.xsl
  
 -$(MAN_HTML): %.html : %.txt
 +$(MAN_HTML): %.html : %.txt asciidoc.conf
        $(QUIET_ASCIIDOC)$(RM) $@+ $@ && \
        $(ASCIIDOC) -b xhtml11 -d manpage -f asciidoc.conf \
                $(ASCIIDOC_EXTRA) -agit_version=$(GIT_VERSION) -o $@+ $< && \
Simple merge
Simple merge