From: Kristoffer Haugsbakk Date: Sat, 3 May 2025 19:13:08 +0000 (+0200) Subject: doc: reflog: fix `drop` subheading X-Git-Tag: v2.50.0-rc0~44^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d78e8e94303d82d88ae1ce5d0f24e287e0b6fcc9;p=thirdparty%2Fgit.git doc: reflog: fix `drop` subheading The tilde (~) count doesn’t match the length of the heading. In turn you get a bunch of `~` instead of the intended `

` in the HTML output. Signed-off-by: Kristoffer Haugsbakk Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-reflog.adoc b/Documentation/git-reflog.adoc index b55c060569..412f06b8fe 100644 --- a/Documentation/git-reflog.adoc +++ b/Documentation/git-reflog.adoc @@ -138,7 +138,7 @@ Options for `delete` used with `expire`. Options for `drop` -~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~ --all:: Drop the reflogs of all references from all worktrees.