From patchwork Sat Mar 30 18:29:59 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Todd Zullinger X-Patchwork-Id: 10878557 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 6C38A139A for ; Sat, 30 Mar 2019 18:30:13 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 549482870E for ; Sat, 30 Mar 2019 18:30:13 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 43AE328725; Sat, 30 Mar 2019 18:30:13 +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 E10542870E for ; Sat, 30 Mar 2019 18:30:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731010AbfC3SaK (ORCPT ); Sat, 30 Mar 2019 14:30:10 -0400 Received: from pb-smtp21.pobox.com ([173.228.157.53]:51394 "EHLO pb-smtp21.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730203AbfC3SaK (ORCPT ); Sat, 30 Mar 2019 14:30:10 -0400 Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 2576145D55; Sat, 30 Mar 2019 14:30:08 -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:mime-version:content-transfer-encoding; s=sasl; bh=+r/ss3WYPeqbunehPNmOlDgmcNo=; b=aPAvFAmtQLs5RqYJtKgA 3Ikjxs67oQ09RUFemE0zM1vZ0tpnR672mz2S3GaPB8k915id1mmRUtGIFC1SC69b nFuQfkPD4yiEiNmP5rcnnNulnyf+uXqnBW0RpH7cC85MJx9tyZb0Jf1csQwKdxl6 waoa+D0Mki5RifAIjL8RzgI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; q=dns; s=sasl; b=pKE9TKLtn1jjb5PzqzA2jAgsDh8Wwn6V/bKuqR2mcb1Y89 k8gILF1Hqr7NxJ9Qzi5kZLMRlhxtEsj8kBEXLPJS2GHH3mMZdSR1dUTXOo5+TMTL Q34ALpVdzTPDKfU32A568/fgt7sNO1ysN4pkozk59WcOTrDcM6j6kNf0dFRrQ= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 1C7E245D54; Sat, 30 Mar 2019 14:30:08 -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 74ACB45D51; Sat, 30 Mar 2019 14:30:04 -0400 (EDT) (envelope-from tmz@pobox.com) From: Todd Zullinger To: git@vger.kernel.org Cc: "brian m. carlson" , Jeff King , =?utf-8?q?Martin_=C3=85gren?= , =?utf-8?q?SZEDER_G?= =?utf-8?q?=C3=A1bor?= Subject: [PATCH v1 0/2] minor asciidoc/tor formatting fixes Date: Sat, 30 Mar 2019 14:29:59 -0400 Message-Id: <20190330183001.16624-1-tmz@pobox.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 X-Pobox-Relay-ID: D68020E0-5319-11E9-A7DE-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 Just chipping away at the remaining differences between asciidoc and asciidoctor. Todd Zullinger (2): Documentation/rev-list-options: wrap --date= block with "--" Documentation/git-status: fix titles in porcelain v2 section Documentation/git-status.txt | 12 ++++++++---- Documentation/rev-list-options.txt | 22 +++++++++++----------- 2 files changed, 19 insertions(+), 15 deletions(-)