From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.3 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id D358920193 for ; Mon, 24 Oct 2016 21:56:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941331AbcJXV4l (ORCPT ); Mon, 24 Oct 2016 17:56:41 -0400 Received: from smtp-out-3.talktalk.net ([62.24.135.67]:53770 "EHLO smtp-out-3.talktalk.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S941278AbcJXV4l (ORCPT ); Mon, 24 Oct 2016 17:56:41 -0400 Received: from localhost.localdomain ([92.22.33.31]) by smtp.talktalk.net with SMTP id ynCXb93qqxR4bynCXbQpHg; Mon, 24 Oct 2016 22:54:38 +0100 X-Originating-IP: [92.22.33.31] X-Spam: 0 X-OAuthority: v=2.2 cv=JNN5iICb c=1 sm=1 tr=0 a=ybqgNu2HPZDkq8okBTEsHw==:117 a=ybqgNu2HPZDkq8okBTEsHw==:17 a=xtxXYLxNAAAA:8 a=anyJmfQTAAAA:8 a=7FRZB9tROJxV3DyYikgA:9 a=xts0dhWdiJbonKbuqhAr:22 a=YJ_ntbLOlx1v6PCnmBeL:22 From: Philip Oakley To: gitster@pobox.com Cc: Johannes.Schindelin@gmx.de, git@vger.kernel.org, peff@peff.net, philipoakley@iee.org Subject: [PATCH] doc: fix the 'revert a faulty merge' ASCII art tab spacing Date: Mon, 24 Oct 2016 22:54:32 +0100 Message-Id: <20161024215432.1384-1-philipoakley@iee.org> X-Mailer: git-send-email 2.9.0.windows.1.323.g0305acf In-Reply-To: References: X-CMAE-Envelope: MS4wfEZPzMVe/IMxvBc+Lz20lCmNmbI4oiTbohSsOBubKNOOIEgG5DcPq15uBdKVECvug3Y6MN8af894QNUFkTXoV4m+eAYoBbEqsgqnNCuAl5H6wqtDbWzi 1X+bNP2Xi/4XkW4OrrbZK7CqMLp3Xn0ZOsdjkVHgUYO5o4pWdoNSI0NyTaSf0DGuXRsU56kKpjkvi+wnjEP9ZLw5SnOTQ37O8wha2lR0EU0W+FjR4nruipAG /chihSOJZu1kjSV8OZozHY45ZiKRUDE9I4EazuFNQUePzoSokt+s1ivCyBNJ0tPK Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org The asciidoctor doc-tool stack does not always respect the 'tab = 8 spaces' rule expectation, particularly for the Git-for-Windows generated html pages. This follows on from the 'doc: fix merge-base ASCII art tab spacing' fix. Use just spaces within the block of the ascii art. All other *.txt ascii art containing three dashes has been checked. Asciidoctor correctly formats the other art blocks that do contain tabs. Signed-off-by: Philip Oakley