From: Jean-Noël Avila Date: Mon, 7 Jul 2025 18:53:25 +0000 (+0000) Subject: doc: git-log convert rev-list-description to new doc format X-Git-Tag: v2.51.0-rc0~51^2~7 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=ffe24e00a5bd398c91f42a062f51c0d4cd84d489;p=thirdparty%2Fgit.git doc: git-log convert rev-list-description to new doc format Use `backticks` for commit ranges. The new rendering engine will apply synopsis rules to these spans. Signed-off-by: Jean-Noël Avila Signed-off-by: Junio C Hamano --- diff --git a/Documentation/rev-list-description.adoc b/Documentation/rev-list-description.adoc index a9efa7fa27..82c680e570 100644 --- a/Documentation/rev-list-description.adoc +++ b/Documentation/rev-list-description.adoc @@ -26,8 +26,8 @@ endif::git-log[] means "list all the commits which are reachable from 'foo' or 'bar', but not from 'baz'". -A special notation "''..''" can be used as a -short-hand for "^'' ''". For example, either of +A special notation "`..`" can be used as a +short-hand for "`^ `". For example, either of the following may be used interchangeably: ifdef::git-rev-list[] @@ -43,7 +43,7 @@ $ git log HEAD ^origin ----------------------------------------------------------------------- endif::git-log[] -Another special notation is "''...''" which is useful +Another special notation is "`...`" which is useful for merges. The resulting set of commits is the symmetric difference between the two operands. The following two commands are equivalent: