From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [212.27.42.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D01601E7C2D for ; Tue, 5 Aug 2025 17:04:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=212.27.42.1 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754413485; cv=none; b=uWoGowgTHprAvRu+jaFxtJ+D51q+rraoUui8ZA53wfD9NFWbQDERh0vAB9oYE1si9XRuTMEgw2cktVrN8kF5DpssLUXJXMO6aJgjYRM+zG8sc66BAJAAZFbTFPEUaVLACpm9lmvJ+O8E2a24yT/11YQ28CdjFPArInCOfs5J7c4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754413485; c=relaxed/simple; bh=DH0aDac/e+UYXcsDJzQAQo40ucpnCb4LmlGtXsEXJT0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=CC4XsG0WFjxATSC17V3wbgWmNmwJClv+VoOHNO6GHGQ/GsRUcWGAqkRKT1O/Ho+q+iamD9nf7GkKY6h/X35kVsfaeaPpwtfzbRujJH+vLbE0+1fvErZFzpersBUpwRBogM8iQQQp4DHLiupAgQg53YFdlcX31BHU5dnolWMGYxw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=free.fr; spf=pass smtp.mailfrom=free.fr; dkim=pass (2048-bit key) header.d=free.fr header.i=@free.fr header.b=FtEjPQ4P; arc=none smtp.client-ip=212.27.42.1 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=free.fr Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=free.fr Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=free.fr header.i=@free.fr header.b="FtEjPQ4P" Received: from cayenne.localnet (unknown [IPv6:2a01:cb06:114:e600:28d2:9042:8b81:c43a]) (Authenticated sender: jn.avila@free.fr) by smtp1-g21.free.fr (Postfix) with ESMTPSA id 0146BB00596; Tue, 5 Aug 2025 19:04:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1754413473; bh=DH0aDac/e+UYXcsDJzQAQo40ucpnCb4LmlGtXsEXJT0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=FtEjPQ4Pmb9kklUqZUCr1XM6+o8X7QzLKi7KbaqP2VZQChbaOwSwX6LZ5BTA8InnD C+VPvzqbSrwb/0+rFkQr0D+DUxUrQk1oIMpra4HMAU/RYVuzCylQqOLI60HqNMnmi7 tbKKa5CBgKipouw2e/Fx0c2/lBeg3pngYCVuaJc3/9dxBtDtScKSYh+/1yvh1r3WZ8 ZomtTZdtI1GijHPSzRKMEP0Gm+hdrFy07tbcCqkZAcLnLyBxQMAhRul519rWWFNqRJ 2os8K+MP5P42iaUxs1Ecz3RJ2m2Ik7l+OHWLKl/nJXl44rcHVaMvQiEaHkxH3YaRx1 UD6fpmD2xWc6w== From: =?UTF-8?B?SmVhbi1Ob8OrbA==?= AVILA To: git@vger.kernel.org, Patrick Steinhardt Cc: Karthik Nayak , Justin Tobler , Junio C Hamano , SZEDER =?UTF-8?B?R8OhYm9y?= , Toon Claes , Jeff King , Kristoffer Haugsbakk , Ben Knoble Subject: Re: [PATCH v5 1/9] Documentation/git-reflog: convert to use synopsis type Date: Tue, 05 Aug 2025 19:04:23 +0200 Message-ID: <5910515.DvuYhMxLoT@cayenne> In-Reply-To: <20250805-pks-reflog-append-v5-1-050997db09d5@pks.im> References: <20250805-pks-reflog-append-v5-0-050997db09d5@pks.im> <20250805-pks-reflog-append-v5-1-050997db09d5@pks.im> Precedence: bulk X-Mailing-List: git@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" On Tuesday, 5 August 2025 17:11:31 CEST Patrick Steinhardt wrote: > With 974cdca345c (doc: introduce a synopsis typesetting, 2024-09-24) we > have introduced a new synopsis type that simplifies the rules for > typesetting a command's synopsis. Convert the git-reflog(1) > documentation to use it. >=20 > Signed-off-by: Patrick Steinhardt > --- > Documentation/git-reflog.adoc | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) >=20 > diff --git a/Documentation/git-reflog.adoc b/Documentation/git-reflog.adoc > index 412f06b8fe..707a9b39ed 100644 > --- a/Documentation/git-reflog.adoc > +++ b/Documentation/git-reflog.adoc > @@ -8,16 +8,16 @@ git-reflog - Manage reflog information >=20 > SYNOPSIS > -------- > -[verse] > -'git reflog' [show] [] [] > -'git reflog list' > -'git reflog expire' [--expire=3D