1. 27 5月, 2020 2 次提交
  2. 26 5月, 2020 1 次提交
    • T
      gitfaq: avoid validation error with older asciidoc · 5c752fff
      Todd Zullinger 提交于
      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: NSon Luong Ngoc <sluongng@gmail.com>
      Signed-off-by: NTodd Zullinger <tmz@pobox.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      5c752fff
  3. 25 5月, 2020 10 次提交
  4. 22 5月, 2020 1 次提交
  5. 21 5月, 2020 3 次提交
  6. 20 5月, 2020 15 次提交
  7. 19 5月, 2020 8 次提交