From patchwork Fri Apr 5 22:51:15 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Todd Zullinger X-Patchwork-Id: 10887941 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 1B12B922 for ; Fri, 5 Apr 2019 22:51:33 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0601828A4E for ; Fri, 5 Apr 2019 22:51:33 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id ED91728B35; Fri, 5 Apr 2019 22:51:32 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9764B28A4E for ; Fri, 5 Apr 2019 22:51:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726427AbfDEWvb (ORCPT ); Fri, 5 Apr 2019 18:51:31 -0400 Received: from pb-smtp21.pobox.com ([173.228.157.53]:60982 "EHLO pb-smtp21.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726384AbfDEWv3 (ORCPT ); Fri, 5 Apr 2019 18:51:29 -0400 Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 5EEC3578DD; Fri, 5 Apr 2019 18:51:29 -0400 (EDT) (envelope-from tmz@pobox.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; s=sasl; bh=lzUZR/cTIV3N8esgk+PQWeFTh ak=; b=idwWnywMRVMEmdxbai3CB+ZpzNaq/f0c+wAwTLiqJdx4GKkqE//SUDpvz +o0a+Vszg62wm8k1tvfPoNlUP+2Giinb2yuFdmIADW/kTbLOq2pGd0oxMxIFxGRk W2JG874Z7ZJNgid/a/vhkuUV58IJSffsL3UoscXWIhfgwGDOcM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; q=dns; s=sasl; b=kdaa1K9yMQxM8PMumiK 5csBAwyaQRMJYicjMZ6yaKfBma/SW0DDL6P8PBCvUtAn8Cf4F99gtnPyVrZaT89F EoD4rGdl2RUbndCHwD+KOEOFexIS8AMYHQOi9aQvbUBZ4xcQavuBRqPbO1Zjug2F 3N5BFq/3b9WS/xXEg+DY1gp0= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 58B91578DC; Fri, 5 Apr 2019 18:51:29 -0400 (EDT) (envelope-from tmz@pobox.com) Received: from morphine.paradise.teonanacatl.net (unknown [47.202.93.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp21.pobox.com (Postfix) with ESMTPSA id C99E4578D4; Fri, 5 Apr 2019 18:51:24 -0400 (EDT) (envelope-from tmz@pobox.com) From: Todd Zullinger To: =?utf-8?q?Martin_=C3=85gren?= Cc: Git Mailing List , "brian m. carlson" , Jeff King , =?utf-8?q?SZEDER_G=C3=A1bor?= Subject: [PATCH 2/2] Documentation/git-svn: improve asciidoctor compatibility Date: Fri, 5 Apr 2019 18:51:15 -0400 Message-Id: <20190405225115.3882-3-tmz@pobox.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: References: MIME-Version: 1.0 X-Pobox-Relay-ID: 57D81C12-57F5-11E9-8799-EE24A11ADF13-09356542!pb-smtp21.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The second paragraph in the CONFIGURATION section intends to emphasize the word 'must' with bold type. Adjust the formatting slightly to provide similar results between asciidoc and asciidoctor. Signed-off-by: Todd Zullinger --- I debated changing 'must' from bold to italic in this hunk. There are two other emphasized uses of 'must' in git-svn.txt. One is bold and one is italic. So I left this one bold and simply adjusted the "'" quotes to "`" around the "*" and ":" characters. This is the more minimal fix to keep the output rendered the same in asciidoc and asciidoctor. Documentation/git-svn.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index b99029520d..81aaef8e4e 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -1100,10 +1100,10 @@ listed below are allowed: tags = tags/*/project-a:refs/remotes/project-a/tags/* ------------------------------------------------------------------------ -Keep in mind that the '\*' (asterisk) wildcard of the local ref -(right of the ':') *must* be the farthest right path component; +Keep in mind that the `*` (asterisk) wildcard of the local ref +(right of the `:`) *must* be the farthest right path component; however the remote wildcard may be anywhere as long as it's an -independent path component (surrounded by '/' or EOL). This +independent path component (surrounded by `/` or EOL). This type of configuration is not automatically created by 'init' and should be manually entered with a text-editor or using 'git config'.